summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* tst_QFuture::continuationsWithContext: fix the flakinessSona Kurazyan2021-02-261-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
* Remove the comparison operators of QFutureSona Kurazyan2020-10-292-4/+1
* Drop constexpr from QAtomicTraits::isLockFree()Edward Welbourne2020-10-202-8/+10
* Split QMutex and QRecursiveMutexLars Knoll2020-10-171-1/+1
* Rename QPromise starting and finishing methods to start and finishAndrei Golubev2020-10-162-36/+36
* Make QPromise::addResult() return boolean status of operationAndrei Golubev2020-10-162-51/+51
* Reject overwrites by the same index in QPromise::addResult()Andrei Golubev2020-10-132-6/+195
* Temporarily disable QFuture::takeResult() methodSona Kurazyan2020-10-121-0/+8
* Clear pending results in ResultStoreAndrei Golubev2020-10-091-0/+75
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-076-14/+14
* Fix race condition in QThreadPool::clearAllan Sandfeld Jensen2020-10-011-0/+26
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2339-66/+38
* QAbstractEventDispatcher: change event dispatcher timer interval to qint64Liu Yang2020-09-211-1/+1
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-142-10/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-1113-99/+108
* Get rid of hasPendingEvents() and flush()Lars Knoll2020-09-061-4/+0
* Make test pass on machines with many coresLars Knoll2020-09-051-1/+1
* Fix flaky QFutureWatcher::startFinish() testJarek Kobus2020-09-031-11/+22
* Fix QFuture::waitForFinished to wait until QFuture is startedSona Kurazyan2020-08-262-4/+26
* Fix QPromise snippets: use QScopePointer instead of QPointerAndrei Golubev2020-08-261-7/+7
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-142-5/+5
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-063-7/+0
* Introduce swap functions for QPromise/QFutureInterfaceAndrei Golubev2020-08-032-6/+24
* Fix warnings about unused variables and functions in testsTor Arne Vestbø2020-07-261-1/+0
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-261-0/+3
* QtConcurrent: Get rid of multi-inheritance inside RunFunctionTaskBaseJarek Kobus2020-07-141-9/+9
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-1/+1
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0934-35/+35
* CMake: Regenerate testsAlexandru Croitor2020-07-092-2/+16
* QThread::create: remove the pre-C++17 codepathsGiuseppe D'Angelo2020-07-071-6/+0
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-075-12/+12
* CMake: Skip / ignore failing tests on CMake platformsAlexandru Croitor2020-07-012-1/+31
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-193-4/+4