summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfutureinterface_p.h
Commit message (Expand)AuthorAgeFilesLines
* QFutureInterfaceBasePrivate: pack to remove paddingThiago Macieira2022-12-061-3/+3
* QFuture: fix handling of cancelled continuation chainSona Kurazyan2022-09-211-1/+4
* Revert "QFutureCallOutEvent: de-export again"Sona Kurazyan2022-07-061-1/+5
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QFutureCallOutEvent: remove unused pseudo-copy-ctorMarc Mutz2022-04-151-12/+0
* QFutureCallOutEvent: de-export againMarc Mutz2022-04-141-1/+1
* QEvent: start to de-inline copy ctor and clone() of all subclassesMarc Mutz2022-04-141-7/+2
* Export QFutureCallOutInterface to allow external useSona Kurazyan2022-02-091-1/+1
* QFutureCallOutInterface: de-inline dtorMarc Mutz2022-01-051-1/+1
* QFuture: support cancellation of continuation chain through parentSona Kurazyan2021-11-131-0/+1
* QException: Fix no-exception buildNodir Temirkhodjaev2021-06-141-0/+2
* Allocate progress related data on demandSona Kurazyan2021-06-121-5/+10
* QFuture: put the result store and the exception store in a unionSona Kurazyan2021-06-121-3/+18
* Merge integration refs/builds/qtci/dev/1616415197Qt CI Bot2021-03-221-16/+17
|\
| * QFutureInterfaceBasePrivate: reorder members to save 8 bytesFabian Kosmale2021-03-221-16/+17
* | QFuture: cleanup headersFabian Kosmale2021-03-221-0/+2
|/
* Fix memory leaks in QFuture's continuationsSona Kurazyan2020-12-011-1/+1
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-191-0/+1
* Allow cloning of event objectsVolker Hilsheimer2020-11-171-1/+1
* Deprecate the pause-related APIs of QFuture* classesSona Kurazyan2020-06-041-3/+3
* Add a way of notifying QFutureWatcher when pause is in effectSona Kurazyan2020-05-291-1/+2
* QFuture - add ability to move results from QFutureTimur Pocheptsov2020-03-311-0/+1
* Add support for attaching continuations to QFutureSona Kurazyan2020-03-051-0/+6
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-2/+2
* Make QT_NO_FUTURE a featureUlf Hermann2017-12-191-0/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-241-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-1/+1
| |\
| | * QFutureInterface: make accesses to 'state' thread-safeMarc Mutz2016-11-201-1/+1
* | | Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-251-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-4/+6
|\|
| * QFutureInterface: add missing mutex lock to progress gettersMarc Mutz2016-01-191-4/+6
* | 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
* QFutureInterface: allow to work with a QThreadPool != globalInstance()Marc Mutz2014-08-051-0/+5
* QFutureInterface: remove unused member variable 'pendingResults'Marc Mutz2013-09-201-1/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix for leak in QFutureChristian Strømme2012-11-011-1/+25
* Move QFutureWatcher back to QtCoreMarc Mutz2012-09-281-1/+1
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-281-0/+167