summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qfutureinterface.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-231-46/+63
|\
| * QFutureInterface: make accesses to 'state' thread-safeMarc Mutz2016-11-201-46/+63
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-251-6/+5
|\|
| * Fix problem with exception reporting in QFuture::waitForResult()Christian Strømme2016-08-231-6/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-0/+3
|\|
| * QFutureInterface: add missing mutex lock to progress gettersMarc Mutz2016-01-191-0/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QThreadPool::cancel() to remove individual jobs from the job queue.Nick Shaforostoff2014-12-241-2/+2
* 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-5/+9
* QFutureInterface: wrap a pair of {release,reserve}Thread() calls with RAIIMarc Mutz2013-09-211-3/+14
* QFutureInterface: remove unused member variable 'pendingResults'Marc Mutz2013-09-201-1/+1
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix race condition on d->state, by locking the mutex first.David Faure2012-11-231-3/+9
* QFutureInterface: Remove unused functionOrgad Shaneh2012-11-081-5/+0
* Fix for leak in QFutureChristian Strømme2012-11-011-0/+10
* Move QFuture from QtConcurrent to QtCoreMarc Mutz2012-09-281-0/+565