summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qpromise/tst_qpromise.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* 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 tests that depend on cxx11_future flagSona Kurazyan2020-11-121-0/+46
* Rename QPromise starting and finishing methods to start and finishAndrei Golubev2020-10-161-29/+29
* 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
* Introduce swap functions for QPromise/QFutureInterfaceAndrei Golubev2020-08-031-5/+13
* Document QPromise APIAndrei Golubev2020-06-181-0/+22
* Add QPromise implementationAndrei Golubev2020-06-091-0/+577