summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qfuture
Commit message (Expand)AuthorAgeFilesLines
* Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-1/+0
* 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
* 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