qt5base-lts/tests/benchmarks/corelib/thread
Ievgenii Meshcheriakov 44a7412795 Remove checks for C++ standard versions C++17 and below
Qt requires a compiler that support C++17 thus __cplusplus
is always 201703L or higher. This patch removes checks
for __cplusplus value that always succeed.

Change-Id: I4b830683ecefab8f913d8b09604086d53209d2e3
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
2021-10-01 02:46:09 +02:00
..
qfuture Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qmutex Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qreadwritelock Remove checks for C++ standard versions C++17 and below 2021-10-01 02:46:09 +02:00
qthreadpool Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qthreadstorage Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
qwaitcondition Standardise layout and naming in corelib benchmarks 2021-08-30 19:21:08 +02:00
CMakeLists.txt Add basic benchmarks for QFuture 2021-06-19 08:48:14 +02:00