| Commit message (Expand) | Author | Age | Files | Lines |
| * | QPair<QRunnable*, int> is too large for QList to be efficient-ish. | Volker Krause | 2016-01-07 | 1 | -5/+5 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | QThreadPool::cancel() to remove individual jobs from the job queue. | Nick Shaforostoff | 2014-12-24 | 1 | -9/+35 |
| * | Add Q_DECL_OVERRIDE in the src subdirectory | Olivier Goffart | 2014-12-03 | 1 | -1/+1 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | QThreadPool: fix race at time of thread expiry. | David Faure | 2013-10-31 | 1 | -16/+12 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -9/+9 |
| * | QThreadPool: fix counting of waiting threads | David Faure | 2013-08-24 | 1 | -2/+8 |
| * | QThreadPool: fix data races in activeThreadCount() | David Faure | 2013-08-21 | 1 | -5/+3 |
| * | QThreadPool: fix typos | David Faure | 2013-08-21 | 1 | -10/+10 |
| * | QThreadPool - Add method clear() to remove queued QRunnable. | Corentin Jabot | 2013-08-16 | 1 | -0/+27 |
| * | QThreadPool: Fix regression from Qt 4 in dealing with priority starts | Thiago Macieira | 2013-05-20 | 1 | -1/+1 |
| * | Whitespace cleanup: remove trailing whitespace | Axel Waggershauser | 2013-03-16 | 1 | -7/+7 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Remove qUpperBound usages from qtbase | Giuseppe D'Angelo | 2012-09-19 | 1 | -1/+3 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+1 |
| * | QThreadPool: fix race on 'queue' in stealRunnable() | Marc Mutz | 2012-08-17 | 1 | -1/+1 |
| * | QThreadPool: use swap() when making a copy of allThreads | Marc Mutz | 2012-08-17 | 1 | -3/+3 |
| * | QThreadPool: don't loop unless needed | Marc Mutz | 2012-08-17 | 1 | -2/+2 |
| * | Add a module page for QtConcurrent | Lars Knoll | 2012-08-15 | 1 | -3/+1 |
| * | Make the "\internal" qdoc command stand on its own line | Laszlo Papp | 2012-08-15 | 1 | -10/+12 |
| * | Doc: Prepare for building modular QtCore docs. | Casper van Donderen | 2012-04-19 | 1 | -1/+1 |
| * | QThreadPool: unify waitForDone() overloads | Konstantin Ritt | 2012-04-17 | 1 | -16/+3 |
| * | QThreadPool: optimize enqueueTask() for common case | Konstantin Ritt | 2012-04-17 | 1 | -12/+10 |
| * | Remove unused QThreadPoolPrivate::startFrontRunnable(). | Robin Burchell | 2012-03-06 | 1 | -25/+0 |
| * | Move QtConcurrent into its own module | Lars Knoll | 2012-02-05 | 1 | -0/+651 |