summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* Fix test compilation issues with QtLite configurationJari Helaakoski6 days1-1/+3
* Change license for tests filesLucie Gérard2024-02-046-6/+6
* Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()Ivan Solovev2023-04-051-9/+9
* Silence warnings from unused variablesVolker Hilsheimer2023-03-211-0/+1
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-9/+14
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Windows: bump NTDDI_VERSION to latest version and remove some duplicated codeYuhang Zhao2022-10-241-3/+0
* Port from container.count()/length() to size()Marc Mutz2022-10-041-9/+9
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-237-7/+7
* Add license headers to cmake filesLucie Gérard2022-08-037-0/+21
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-286-6/+6
* Use SPDX license identifiersLucie Gérard2022-05-166-162/+12
* Use QPromise when creating continuations to avoid memory leaksSona Kurazyan2022-01-211-0/+1
* QWaitCondition: also benchmark std::condition_variable{,_any}Marc Mutz2021-11-261-13/+83
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* QReadWriteLocker: also benchmark recursive modeMarc Mutz2021-11-151-0/+66
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-1/+3
* Remove checks for C++ standard versions C++17 and belowIevgenii Meshcheriakov2021-10-011-2/+0
* Standardise layout and naming in corelib benchmarksEdward Welbourne2021-08-3012-39/+17
* tests: fix some -WvolatileMarc Mutz2021-07-282-3/+5
* Add basic benchmarks for QFutureSona Kurazyan2021-06-193-0/+332
* Fix a few compiler warnings in testsAllan Sandfeld Jensen2021-02-022-4/+7
* Remove qmake project files for benchmarksJoerg Bornemann2021-02-016-39/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-223-3/+3
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-231-3/+2
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-172-4/+4
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-235-5/+5
* CMake: Regenerate benchmarksAlexandru Croitor2020-07-085-5/+5
* Use QList instead of QVector in benchmarks testsJarek Kobus2020-06-251-3/+3
* Remove winrtOliver Wolff2020-06-061-7/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-085-10/+16
|\
| * Set CONFIG += benchmark in corelib's various benchmarksEdward Welbourne2020-04-025-10/+16
* | Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-2/+1
* | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-1/+1
|\|
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* | Convert remaining tests/benchmarksLeander Beernaert2019-11-046-4/+84
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-142-8/+86
|\|
| * QReadWriteLock: add a check for writeOnly, tooMarc Mutz2019-09-121-0/+63
| * Brush up QReadWriteLock benchmarkMarc Mutz2019-09-122-8/+23
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-014-0/+4
|/
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* tests: Unify license to GPL-EXCEPTKai Koehne2017-04-031-1/+1
* Add a benchmark for QReadWriteLockOlivier Goffart2016-08-103-0/+190
* Updated license headersJani Heikkinen2016-01-214-67/+47
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-013-3/+0
* Update copyright headersJani Heikkinen2015-02-114-27/+27
* Update license headers and add new license filesMatti Paaso2014-09-244-75/+43
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-261-1/+3
|\
| * Fix test compilation on WinRTAndrew Knight2013-11-261-1/+3
* | Benchmark for QWaitConditionOlivier Goffart2013-11-152-121/+54