summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qresultstore.h
Commit message (Expand)AuthorAgeFilesLines
* Add a note for making ResultStoreBase's internal members privateSona Kurazyan2022-01-211-1/+2
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-2/+2
* Don't report results when the results list is emptySona Kurazyan2021-07-271-0/+7
* QFuture: put the result store and the exception store in a unionSona Kurazyan2021-06-121-0/+1
* Reject overwrites by the same index in QPromise::addResult()Andrei Golubev2020-10-131-1/+22
* Clear pending results in ResultStoreAndrei Golubev2020-10-091-9/+18
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-12/+10
* QFuture - add ability to move results from QFutureTimur Pocheptsov2020-03-311-4/+25
* More nullptr usage in headersKevin Funk2019-03-141-2/+2
* doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-2/+0
* Make QT_NO_FUTURE a featureUlf Hermann2017-12-191-6/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-48/+16
|\
| * Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>Olivier Goffart2017-03-061-48/+16
* | Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-231-0/+2
|/
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* 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
* Replace macro qdoc with Q_QDOCDebao Zhang2013-01-081-2/+2
* Fix for memory leak in ResultStoreChristian Strømme2012-10-181-1/+4
* Move QtConcurrent::ResultStore as QtPrivate::ResultStore to QtCoreMarc Mutz2012-09-281-0/+238