summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-125-8/+5
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-6/+17
|\ \ | |/ |/|
| * Add a constructor for QRunnable from anonymous functionsAllan Sandfeld Jensen2020-01-311-6/+17
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-01-291-4/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-01-281-4/+2
| |\|
| | * Flatten version-specific blacklisting on macOS to all macOS versionsTor Arne Vestbø2020-01-221-4/+2
* | | Merge remote-tracking branch 'origin/dev' into merge-devLeander Beernaert2020-01-241-7/+7
|\| |
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-7/+7
| |\|
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-7/+7
* | | Post merge fixesLeander Beernaert2019-11-253-3/+15
* | | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-194-18/+7
|\| |
| * | Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-042-2/+0