summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfuture.h
Commit message (Expand)AuthorAgeFilesLines
* Doc: Change deprecation of QFuture::makeReadyFuture to 6.6Kai Köhne2023-12-041-1/+1
* Deprecate QtFuture::makeReadyFuture()Ivan Solovev2023-04-051-0/+3
* Long live QtFuture::makeReadyVoidFuture() and QtFuture::makeReadyValueFuture()Ivan Solovev2023-04-051-0/+10
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-211-4/+4
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Add support for unwrapping QFuture<QFuture<T>>Sona Kurazyan2022-04-211-0/+20
* Add support for combining multiple QFuturesSona Kurazyan2021-11-201-0/+84
* QMetaType: Support converting any QFuture<T> to QFuture<void>Arno Rehn2021-07-151-0/+20
* Add QFutureInterfaceBase::get() to retrieve internals of QFutureArno Rehn2021-07-121-0/+8
* QFuture/QPromise: don't check for is_copy_constructibleGiuseppe D'Angelo2021-05-211-3/+2
* Remove the broken qToVoidFuture() functionSona Kurazyan2021-05-101-6/+0
* QFuture: cleanup headersFabian Kosmale2021-03-221-1/+0
* Add support of invoking QFuture continuations in a given contextSona Kurazyan2020-12-111-1/+41
* Fix perfect forwarding of callables in QFuture's continuationsSona Kurazyan2020-12-011-4/+6
* Forbid implicit conversions between QFuture and other typesSona Kurazyan2020-10-301-8/+1
* Remove the comparison operators of QFutureSona Kurazyan2020-10-291-3/+0
* Temporarily disable QFuture::takeResult() methodSona Kurazyan2020-10-121-0/+3
* Remove an outdated compiler checkSona Kurazyan2020-09-181-2/+0
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-041-5/+24
* Add a way of notifying QFutureWatcher when pause is in effectSona Kurazyan2020-05-291-0/+1
* Add support of cancellation handler callbacks to QFutureSona Kurazyan2020-05-151-0/+15
* Add support of failure handler callbacks to QFutureSona Kurazyan2020-04-011-0/+24
* QFuture - add ability to move results from QFutureTimur Pocheptsov2020-03-311-0/+15
* Make QFuture::d privateSona Kurazyan2020-03-231-2/+10
* Clean-up the duplicate code in QFuture and QFutureWatcherSona Kurazyan2020-03-231-105/+54
* Add support for attaching continuations to QFutureSona Kurazyan2020-03-051-1/+85
* QFuture: Wait for result on iterator advanceMorten Johan Sørvig2019-05-131-18/+64
* implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+1
* Make QT_NO_FUTURE a featureUlf Hermann2017-12-191-4/+2
* doc: Ensure clangqdoc sees declarationsMartin Smith2017-12-061-1/+1
* doc: Add missing template text and parametersMartin Smith2017-12-021-0/+5
* QFuture(Interface): remove unneeded special member functionsMarc Mutz2016-08-131-25/+0
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-2/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-281-0/+276