summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qfuture
Commit message (Expand)AuthorAgeFilesLines
* Remove the qmake project filesJoerg Bornemann2021-01-071-5/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+5
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-171-12/+12
* Add support of invoking QFuture continuations in a given contextSona Kurazyan2020-12-111-0/+80
* Add convenience functions for QFuture creationIvan Solovev2020-11-231-0/+69
* Track progress range in QFutureInterface::setProgressValueIvan Solovev2020-11-171-0/+51
* Conditionally disable tests that depend on cxx11_future flagSona Kurazyan2020-11-121-0/+4
* Use built-in C++ foreach iteration in testsDavid Skoland2020-11-061-2/+2
* Forbid implicit conversions between QFuture and other typesSona Kurazyan2020-10-301-20/+14
* Remove the comparison operators of QFutureSona Kurazyan2020-10-291-2/+0
* Make QPromise::addResult() return boolean status of operationAndrei Golubev2020-10-161-40/+40
* Reject overwrites by the same index in QPromise::addResult()Andrei Golubev2020-10-131-0/+182
* Temporarily disable QFuture::takeResult() methodSona Kurazyan2020-10-121-0/+8
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-2/+2
* Fix QFuture::waitForFinished to wait until QFuture is startedSona Kurazyan2020-08-261-0/+25
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Introduce swap functions for QPromise/QFutureInterfaceAndrei Golubev2020-08-031-1/+11
* Tests: Use QVERIFY instead of QCOMPARE for empty listsFriedemann Kleint2020-07-101-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-3/+3
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-041-17/+89
* Add a way of notifying QFutureWatcher when pause is in effectSona Kurazyan2020-05-291-0/+38
* 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
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-122-2/+2
* Post merge fixesLeander Beernaert2019-11-251-1/+0
* Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2019-11-191-1/+0
|\
| * Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-1/+0
* | Regenerate tests/auto/corelib/threadAlexandru Croitor2019-11-121-0/+15
* | cmake: add more tests in corelib/threadFrederik Gladhorn2019-10-041-1/+15
* | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-112-0/+68
|\|
| * Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-031-0/+1
| * QFuture: Wait for result on iterator advanceMorten Johan Sørvig2019-05-131-0/+67
* | Begin port of qtbase to CMakeSimon Hausmann2018-11-011-0/+1
|/
* implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+4
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-231-1/+2
|\
| * Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-081-1/+2
* | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-3/+3
|/
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-41/+46
|\
| * Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>Olivier Goffart2017-03-061-41/+46
* | Tests: Fix Clang warnings about various unused variablesFriedemann Kleint2017-02-051-2/+0
|/
* Drop unnecessary dependencies from some testsUlf Hermann2017-01-101-1/+1
* Updated license headersJani Heikkinen2016-01-211-17/+12