summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qpromise/tst_qpromise.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Add cxx11_future in QPromise tests and disable it for VxWorksKrzysztof Sommerfeld2024-01-311-0/+22
* CI: Enable some tests under corelib/thread for Wasm platformPiotr Wierciński2023-09-141-0/+4
* CMake: remove check for cxx11_futureThiago Macieira2023-08-021-42/+0
* QPromise: Propagate cancellation through failure handlersArno Rehn2023-06-201-0/+33
* Fix segfault when using qfuture continuations with move only typesAhmed Essam2023-06-101-11/+77
* Long live QPromise::emplaceResult/At()!Marc Mutz2023-04-121-0/+8
* QPromise: add support for addResult(braced-initializer)Marc Mutz2023-03-281-0/+15
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-5/+7
* Long live QPromise::addResults()!Marc Mutz2022-12-301-0/+9
* QPromise: run continuation(s) on destructionSona Kurazyan2022-06-221-0/+20
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Always cancel unfinished QPromises on destructionSona Kurazyan2022-03-251-0/+14
* 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
* 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