summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qpromise
Commit message (Expand)AuthorAgeFilesLines
* QFuture/QPromise: don't check for is_copy_constructibleGiuseppe D'Angelo2021-05-211-1/+0
* tst_qpromise: build fixGiuseppe D'Angelo2021-04-201-4/+4
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-222-2/+2
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-171-2/+2
* Track progress range in QFutureInterface::setProgressValueIvan Solovev2020-11-171-1/+0
* 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-121-0/+46
* 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-161-11/+11
* Reject overwrites by the same index in QPromise::addResult()Andrei Golubev2020-10-131-6/+13
* 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