summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qfuture
Commit message (Expand)AuthorAgeFilesLines
* tst_qfuture: Update EXPECT_FAIL msvc conditionMårten Nordheim2024-03-181-1/+1
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* QFuture: Don't use QFutureCallOutInterface for continuationsArno Rehn2023-12-131-20/+36
* QtFuture: Prevent whenAll()/whenAny() from creating reference cyclesArno Rehn2023-09-151-0/+34
* Mark all of Qt as free of Q_FOREACH, except where it isn'tMarc Mutz2023-08-191-0/+3
* Tests: Fix typo in qfuture testPiotr Wierciński2023-08-071-1/+1
* CMake: remove check for cxx11_futureThiago Macieira2023-08-021-4/+0
* tst_QFuture: fix UB (call of member function on wrong object)Marc Mutz2023-07-211-2/+0
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* Fix segfault when using qfuture continuations with move only typesAhmed Essam2023-06-101-11/+0
* QFuture: Gracefully handle a destroyed context in continuationsArno Rehn2023-05-301-0/+47
* Extend QFuture continuations testsIvan Solovev2023-05-301-0/+103
* Deprecate QtFuture::makeReadyFuture()Ivan Solovev2023-04-051-0/+5
* Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()Ivan Solovev2023-04-051-8/+31
* Long live QtFuture::makeReadyRangeFuture()Ivan Solovev2023-04-051-0/+94
* 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