summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add new app permissions API under QCoreApplicationAssam Boudjelthia2021-05-051-2/+2
* QThreadPool: obey the docs that say we always use at least 1 threadThiago Macieira2021-04-241-1/+1
* tst_qpromise: build fixGiuseppe D'Angelo2021-04-201-4/+4
* QtFuture::connect: disconnect signals firstMÃ¥rten Nordheim2021-04-121-0/+19
* Add support to set thread priority to QThreadPoolSamuel Gaist2021-04-031-0/+20
* Fix warning about virtual overrideAndreas Buhr2021-03-051-1/+1
* tst_QFuture::continuationsWithContext: fix the flakinessSona Kurazyan2021-02-251-3/+14
* Move QEMU emulation detector to QTestSamuli Piippo2021-02-132-5/+4
* Revert "Port QThreadPool to the new property system"Allan Sandfeld Jensen2021-01-291-78/+14
* Port QThreadPool to the new property systemSona Kurazyan2021-01-271-14/+78
* tst_QThreadPool: avoid a potential memory leaksSona Kurazyan2021-01-191-53/+45
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-123-56/+0
* Remove the qmake project filesJoerg Bornemann2021-01-0739-202/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-2220-21/+38
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-1716-122/+122
* Add support of invoking QFuture continuations in a given contextSona Kurazyan2020-12-111-0/+80
* Add convenience functions for QFuture creationIvan Solovev2020-11-231-0/+69
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-172-14/+0
* Track progress range in QFutureInterface::setProgressValueIvan Solovev2020-11-172-1/+51
* Conditionally disable code snippets that depend on cxx11_futureSona Kurazyan2020-11-131-0/+6
* Conditionally disable tests that depend on cxx11_future flagSona Kurazyan2020-11-122-0/+50
* Use built-in C++ foreach iteration in testsDavid Skoland2020-11-061-2/+2
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-045-4/+26
* Forbid implicit conversions between QFuture and other typesSona Kurazyan2020-10-302-21/+15