summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qpromise
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-13/+1
* Fix QFuture::waitForFinished to wait until QFuture is startedSona Kurazyan2020-08-261-4/+1
* Fix QPromise snippets: use QScopePointer instead of QPointerAndrei Golubev2020-08-261-7/+7
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-061-2/+0
* Introduce swap functions for QPromise/QFutureInterfaceAndrei Golubev2020-08-031-5/+13
* CMake: Regenerate testsAlexandru Croitor2020-07-092-2/+16
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-1/+1
* Document QPromise APIAndrei Golubev2020-06-182-0/+222
* Add QPromise implementationAndrei Golubev2020-06-093-0/+593