summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
* QtFuture::connect: exclude QPrivateSignal from the resulting future typeSona Kurazyan2021-12-111-1/+46
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-071-0/+62
* Fix QFuture continuations/handlers to work with move-only callablesSona Kurazyan2021-12-012-0/+71
* Long live QVERIFY_THROWS_EXCEPTION!Marc Mutz2021-11-261-1/+1
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* Add support for combining multiple QFuturesSona Kurazyan2021-11-201-0/+514
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-131-0/+126
* Consistently restore threadpool limit at end of testsVolker Hilsheimer2021-10-221-12/+23
* Optimize QPromise destructorSona Kurazyan2021-10-082-0/+72
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-061-2/+52
* Cleanup of qthreadpoolAllan Sandfeld Jensen2021-10-011-7/+56
* tst_qthread: Don't use QVERIFY in multiple threads in threadIdReuse()Ievgenii Meshcheriakov2021-10-011-2/+5
* QThread: Reset the system thread ID when thread exits on UnixIevgenii Meshcheriakov2021-09-291-0/+53
* Compile autotests for IntegrityTatiana Borisova2021-09-202-3/+9
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-172-11/+6
* QThreadPool: Fix restarting of expired threadsIevgenii Meshcheriakov2021-09-151-0/+25
* Skip tst_QReadWriteLock::multipleReadersLoop on QEMUSona Kurazyan2021-09-092-0/+5
* Use constexpr for constants and ranged-based for loopsEdward Welbourne2021-08-231-99/+89
* QtConcurrent::run: support non default-constructible return typesSona Kurazyan2021-08-181-4/+4
* Attempt to unwedge tst_QThread::wait3_slowDestructor()Edward Welbourne2021-08-171-13/+15
* tests: fix some -WvolatileMarc Mutz2021-07-284-16/+10
* Don't report results when the results list is emptySona Kurazyan2021-07-272-0/+36
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-231-25/+50
* Skip tst_qthreadonce test on QEMUSona Kurazyan2021-07-202-0/+11
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-151-0/+18
* Add QFutureInterfaceBase::get() to retrieve internals of QFutureArno Rehn2021-07-121-0/+11
* QSemaphore: add <chrono> overload of tryAcquire()Marc Mutz2021-06-301-1/+35
* QTestlib: Add formatting for QObject * in QCOMPAREFriedemann Kleint2021-05-261-2/+3
* QFuture/QPromise: don't check for is_copy_constructibleGiuseppe D'Angelo2021-05-211-1/+0