summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Document QPromise APIAndrei Golubev2020-06-182-0/+222
* Add QPromise implementationAndrei Golubev2020-06-095-1/+596
* Remove winrtOliver Wolff2020-06-066-28/+10
* Remove QThreadPool::cancel()Allan Sandfeld Jensen2020-06-051-77/+0
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-042-37/+244
* Add a way of notifying QFutureWatcher when pause is in effectSona Kurazyan2020-05-292-0/+129
* Don't queue events in QFutureWatcher when pause is requestedSona Kurazyan2020-05-271-4/+8
* Add support of cancellation handler callbacks to QFutureSona Kurazyan2020-05-151-16/+104
* Add support of connecting signals to QFutureSona Kurazyan2020-05-151-0/+87
* QFuture: the result type doesn't have to be a default-constructibleVitaly Fanaskov2020-04-231-0/+37
* Make continuations work with move-only typesSona Kurazyan2020-04-181-1/+58
* Add support of failure handler callbacks to QFutureSona Kurazyan2020-04-011-0/+333
* Store QFuture exceptions as std::exception_ptrSona Kurazyan2020-04-011-16/+86
* QFuture - add ability to move results from QFutureTimur Pocheptsov2020-03-311-1/+224
* CMake: Regenerate tests projectsAlexandru Croitor2020-03-121-1/+1
* Get rid of some QT_STRICT_ITERATORS leftoverLars Knoll2020-03-051-4/+3
* Add support for attaching continuations to QFutureSona Kurazyan2020-03-051-0/+504
* Merge remote-tracking branch 'origin/wip/cmake' into devAlexandru Croitor2020-02-135-8/+5
|\