summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qfuture
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
* tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-191-21/+21
* Autotest: Fix build error with QT_NO_EXCEPTIONSRainer Keller2015-08-191-2/+2
* Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-17/+17
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QFutureInterface: allow to work with a QThreadPool != globalInstance()Marc Mutz2014-08-051-0/+49
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-16/+16
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix for leak in QFutureChristian Strømme2012-11-011-8/+22
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-283-0/+1443