KDE CI: Frameworks » kactivities-stats » kf5-qt5 SUSEQt5.15 - Build # 92 - Fixed!

2021-07-19 Thread CI System
BUILD SUCCESS Build URL https://build.kde.org/job/Frameworks/job/kactivities-stats/job/kf5-qt5%20SUSEQt5.15/92/ Project: kf5-qt5 SUSEQt5.15 Date of build: Mon, 19 Jul 2021 22:08:40 + Build duration: 1 min 40 sec and counting BUILD ARTIFACTS acc/K

KDE CI: Frameworks » kactivities-stats » kf5-qt5 SUSEQt5.15 - Build # 91 - Failure!

2021-07-19 Thread CI System
BUILD FAILURE Build URL https://build.kde.org/job/Frameworks/job/kactivities-stats/job/kf5-qt5%20SUSEQt5.15/91/ Project: kf5-qt5 SUSEQt5.15 Date of build: Mon, 19 Jul 2021 19:17:24 + Build duration: 58 sec and counting CONSOLE OUTPUT [...truncate

KDE CI: Frameworks » kio » kf5-qt5 SUSEQt5.15 - Build # 932 - Still Unstable!

2021-07-19 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20SUSEQt5.15/932/ Project: kf5-qt5 SUSEQt5.15 Date of build: Mon, 19 Jul 2021 18:13:18 + Build duration: 7 min 24 sec and counting BUILD ARTIFACTS acc/KF5KIO-5.85.0

KDE CI: Frameworks » kio » kf5-qt5 FreeBSDQt5.15 - Build # 938 - Still Unstable!

2021-07-19 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.15/938/ Project: kf5-qt5 FreeBSDQt5.15 Date of build: Mon, 19 Jul 2021 18:12:58 + Build duration: 3 min 31 sec and counting JUnit Tests Name: projectro

KDE CI: Frameworks » kio » kf5-qt5 SUSEQt5.15 - Build # 931 - Still Unstable!

2021-07-19 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20SUSEQt5.15/931/ Project: kf5-qt5 SUSEQt5.15 Date of build: Mon, 19 Jul 2021 18:03:34 + Build duration: 9 min 43 sec and counting BUILD ARTIFACTS acc/KF5KIO-5.85.0

KDE CI: Frameworks » kio » kf5-qt5 FreeBSDQt5.15 - Build # 937 - Still Unstable!

2021-07-19 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.15/937/ Project: kf5-qt5 FreeBSDQt5.15 Date of build: Mon, 19 Jul 2021 18:03:34 + Build duration: 9 min 16 sec and counting JUnit Tests Name: projectro

KF6 meeting notes 2021-07-19

2021-07-19 Thread Volker Krause
Topics remaining from last week: * Raising the Qt minimum version to 5.15.2: https://mail.kde.org/pipermail/ kde-frameworks-devel/2021-July/118039.html * STL use in KF implementation: https://invent.kde.org/frameworks/kio/-/ merge_requests/484 * Friedrich's alternative ECM branching proposal: https

Re: Noteworthy changes when porting to C++17

2021-07-19 Thread David Faure
On dimanche 18 juillet 2021 02:34:24 CEST Frederik Schwarzer wrote: > So the question is: did you notice things that have been removed from > the C++ standard since C++11 that were used in our applications? I found a list of things that were removed from C++11 in C++17: http://www.cplusplus2017.i

KDE CI: Frameworks » kio » kf5-qt5 SUSEQt5.15 - Build # 930 - Still Unstable!

2021-07-19 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20SUSEQt5.15/930/ Project: kf5-qt5 SUSEQt5.15 Date of build: Mon, 19 Jul 2021 15:16:48 + Build duration: 9 min 6 sec and counting BUILD ARTIFACTS acc/KF5KIO-5.85.0.

KDE CI: Frameworks » kio » kf5-qt5 FreeBSDQt5.15 - Build # 936 - Still Unstable!

2021-07-19 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.15/936/ Project: kf5-qt5 FreeBSDQt5.15 Date of build: Mon, 19 Jul 2021 15:18:07 + Build duration: 4 min 14 sec and counting JUnit Tests Name: projectro

KDE CI: Frameworks » kio » kf5-qt5 FreeBSDQt5.15 - Build # 935 - Still Unstable!

2021-07-19 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20FreeBSDQt5.15/935/ Project: kf5-qt5 FreeBSDQt5.15 Date of build: Mon, 19 Jul 2021 15:08:08 + Build duration: 9 min 50 sec and counting JUnit Tests Name: projectro

KDE CI: Frameworks » kio » kf5-qt5 SUSEQt5.15 - Build # 929 - Still Unstable!

2021-07-19 Thread CI System
BUILD UNSTABLE Build URL https://build.kde.org/job/Frameworks/job/kio/job/kf5-qt5%20SUSEQt5.15/929/ Project: kf5-qt5 SUSEQt5.15 Date of build: Mon, 19 Jul 2021 15:08:08 + Build duration: 8 min 38 sec and counting BUILD ARTIFACTS acc/KF5KIO-5.85.0

Re: Noteworthy changes when porting to C++17

2021-07-19 Thread Ivan Čukić
> > What I have seen is that std::mem_fun was used within KIO and has been > > replaced by std::mem_fn. Not sure if that counts as "commonly used", > > though. > Imo, usages of either of these two should be rewritten to use lambdas > instead. -1 Member function pointers are more readable than la