summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qfuturewatcher
Commit message (Expand)AuthorAgeFilesLines
* Optimize QPromise destructorSona Kurazyan2021-10-081-0/+38
* QtConcurrent::run: support non default-constructible return typesSona Kurazyan2021-08-181-4/+4
* Make QFutureWatcher::isFinished() consistent with the watched QFutureSona Kurazyan2021-07-231-25/+50
* Remove the qmake project filesJoerg Bornemann2021-01-071-4/+0
* Replace QtTest headers with QTestDavid Skoland2020-12-221-2/+2
* Clean-up warnings in corelib/thread testsSona Kurazyan2020-12-171-4/+4
* Forbid implicit conversions between QFuture and other typesSona Kurazyan2020-10-301-1/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-1/+1
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-3/+3
* Fix flaky QFutureWatcher::startFinish() testJarek Kobus2020-09-031-11/+22
* QtConcurrent: Get rid of multi-inheritance inside RunFunctionTaskBaseJarek Kobus2020-07-141-9/+9
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-091-1/+1
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-041-20/+155
* Add a way of notifying QFutureWatcher when pause is in effectSona Kurazyan2020-05-291-0/+91
* Don't queue events in QFutureWatcher when pause is requestedSona Kurazyan2020-05-271-4/+8
* Regenerate projects one last time before mergewip/cmakeAlexandru Croitor2020-02-121-2/+1
* cmake: add more tests in corelib/threadFrederik Gladhorn2019-10-041-0/+14
* Convert uses of QTime as a timer to QElapsedTimerEdward Welbourne2019-06-141-1/+2
* tst_QFutureWatcher: Avoid unconditional qWait()sKari Oikarinen2018-04-031-22/+24
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-041-22/+19
|\
| * Fix pauseEvents() test to test what should be true, not what is.Edward Welbourne2015-11-021-10/+8
| * Attach all signal spies before setting the watcher's future.Edward Welbourne2015-11-021-12/+11
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-0/+13
|\|
| * Initialize QFutureWatcherBasePrivate::finished and testEdward Welbourne2015-09-301-0/+13
* | 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: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-271-4/+4
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Updated corelib's unit tests to use QSignalSpy's functor constructorKeith Gardner2014-05-081-19/+19
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-6/+6
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* normalise signal/slot signatures [QtCore tests]Marc Mutz2012-10-221-4/+4
* Move QFutureWatcher back to QtCoreMarc Mutz2012-09-283-0/+948