summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qfuture
Commit message (Expand)AuthorAgeFilesLines
* QFutureInterface: add a warning when an existing continuation is overwrittenIvan Solovev2023-03-281-0/+30
* QThread: add sleep(std::chrono::nanoseconds) overloadAhmad Samir2023-03-131-2/+2
* QTestEventLoop: add enterLoop(std::chrono::milliseconds) overloadAhmad Samir2023-03-031-6/+9
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* QFuture: fix continuation cleanupIvan Solovev2023-02-151-0/+26
* Fix crash when cancelling a QFuture that has continuation with contextSona Kurazyan2023-01-061-0/+9
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-5/+5
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-2/+2
* QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-211-0/+71
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-281-1/+1
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Add support for unwrapping QFuture<QFuture<T>>Sona Kurazyan2022-04-211-0/+267
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-2/+4
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+3
* QFuture: fix QtFuture::connect corner-casesGiuseppe D'Angelo2022-03-171-0/+30
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-021-2/+1
* Restore missing Qt definitionsAlexey Edelev2022-01-311-2/+3
* QtFuture::connect: fix for signals with a single std::tuple argumentSona Kurazyan2022-01-311-12/+175
* Mark ResultStoreBase as finalSona Kurazyan2022-01-241-27/+76
* Fix memory leaks when capturing a QFuture in its continuationSona Kurazyan2022-01-211-0/+62
* tst_qfuture: fix compilation on MSVCAlex Trotsenko2022-01-081-1/+1
* QtFuture::connect: exclude QPrivateSignal from the resulting future typeSona Kurazyan2021-12-111-1/+46
* Fix QFuture continuations/handlers to work with move-only callablesSona Kurazyan2021-12-012-0/+71
* Add support for combining multiple QFuturesSona Kurazyan2021-11-201-0/+514
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-131-0/+126
* Optimize QPromise destructorSona Kurazyan2021-10-081-0/+34
* Don't report results when the results list is emptySona Kurazyan2021-07-271-0/+20
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-151-0/+18
* Add QFutureInterfaceBase::get() to retrieve internals of QFutureArno Rehn2021-07-121-0/+11
* Add new app permissions API under QCoreApplicationAssam Boudjelthia2021-05-051-2/+2
* QtFuture::connect: disconnect signals firstMårten Nordheim2021-04-121-0/+19
* tst_QFuture::continuationsWithContext: fix the flakinessSona Kurazyan2021-02-251-3/+14
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-14/+0
* 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