summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
...
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-138-42/+51
* QTestEventLoop: add enterLoop(std::chrono::milliseconds) overloadAhmad Samir2023-03-031-6/+9
* tst_QMutex: use constexpr variables instead of 'enum-trick'Marc Mutz2023-03-011-2/+2
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-1735-72/+1
* QFuture: fix continuation cleanupIvan Solovev2023-02-151-0/+26
* QPromise: improve documentation snippetIvan Solovev2023-01-091-1/+3
* Fix crash when cancelling a QFuture that has continuation with contextSona Kurazyan2023-01-061-0/+9
* Long live QPromise::addResults()!Marc Mutz2022-12-301-0/+9
* tests: fix build with -no-feature-concurrentJohannes Kauffmann2022-11-091-1/+1
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-032-52/+52
* tst_QAtomicInt:fetchAndAdd(): remove two duplicate data rowsEdward Welbourne2022-10-171-2/+0
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* Port from container.count()/length() to size()Marc Mutz2022-10-041-1/+1
* QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-211-0/+71
* Remove preprocessor conditionals for chrono includeKonrad Kujawa2022-09-161-27/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2337-37/+37
* Remove blacklist of tryAcquireWithTimeout on WindowsAllan Sandfeld Jensen2022-08-071-6/+0
* Add license headers to cmake filesLucie Gérard2022-08-0337-0/+111
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-287-7/+7
* QMutex: limit moreStress test to idealThreadCount threadsVolker Hilsheimer2022-07-201-5/+7
* QThread: Clean up bindingStatusOrList if object gets deletedFabian Kosmale2022-07-141-0/+14
* QThread: Initialize bindingStatus for adopted threadsFabian Kosmale2022-07-131-0/+17
* Remove uses of Q_ATOMIC_INT{8,16,32}_IS_SUPPORTEDMarc Mutz2022-07-062-32/+14
* unblacklist passing tests 2022Anna Wojciechowska2022-06-231-4/+0
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-221-0/+20
* tst_qthread: Fix compilation under ubsanFabian Kosmale2022-06-201-4/+4
* Skip tests that terminate threads under ASANVolker Hilsheimer2022-06-191-0/+16
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Windows: fix DeferredDelete events processing on QThread::terminate()Vladimir Belyavsky2022-06-101-0/+78
* Remove manual declarations of qGlobalPostedEventsCount()Marc Mutz2022-05-181-4/+0
* Guard the use of QWinEventNotifier in testsAlexey Edelev2022-05-171-0/+2
* Use SPDX license identifiersLucie Gérard2022-05-1623-647/+50
* Add support for unwrapping QFuture<QFuture<T>>Sona Kurazyan2022-04-211-0/+267
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-2/+4
* Android: activate tst_QThreadStorageIvan Solovev2022-03-253-9/+4
* tst_QAtomicInt: do not check qlonglong alignment for x86_32 CPUsIvan Solovev2022-03-252-4/+2
* Always cancel unfinished QPromises on destructionSona Kurazyan2022-03-251-0/+14
* QMutexLocker: strenghten the locking operationsGiuseppe D'Angelo2022-03-181-3/+0
* QMutexLocker: add move semanticsGiuseppe D'Angelo2022-03-171-0/+67
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+3
* QFuture: fix QtFuture::connect corner-casesGiuseppe D'Angelo2022-03-171-0/+30
* QMutexLocker: add isLocked()Giuseppe D'Angelo2022-03-151-0/+14
* Core: Fix tests that did break because QProcess security fixPasi Petäjäjärvi2022-02-241-1/+1
* Activate tst_QFutureWatcher for AndroidAndreas Buhr2022-02-152-2/+3
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-021-2/+1
* Restore missing Qt definitionsAlexey Edelev2022-01-311-2/+3
* QtFuture::connect: fix for signals with a single std::tuple argumentSona Kurazyan2022-01-311-12/+175
* Mark ResultStoreBase as finalSona Kurazyan2022-01-242-55/+146
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-211-0/+62
* tst_qfuture: fix compilation on MSVCAlex Trotsenko2022-01-081-1/+1