| Commit message (Expand) | Author | Age | Files | Lines |
| * | Doc: fix warnings from parameters not matching the documentation | Volker Hilsheimer | 2023-05-24 | 1 | -5/+5 |
| * | Take move-only functions for the threadpool | Allan Sandfeld Jensen | 2023-05-04 | 1 | -28/+20 |
| * | Add special thread pool for Qt Gui | Allan Sandfeld Jensen | 2023-02-25 | 1 | -0/+15 |
| * | QThreadPool: Protect the access to internal data with mutex | Jarek Kobus | 2023-02-22 | 1 | -0/+7 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-11 | 1 | -3/+3 |
| * | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -3/+3 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Replace uses of _qs with _s in sources and examples | Sona Kurazyan | 2022-04-19 | 1 | -1/+1 |
| * | Short live Q_CONSTINIT! | Marc Mutz | 2022-03-26 | 1 | -2/+2 |
| * | QtCore: replace QLatin1String/QLatin1Char with _L1/u'' where applicable | Sona Kurazyan | 2022-03-25 | 1 | -1/+3 |
| * | Fix deprecated uses of QScopedPointer | Mårten Nordheim | 2022-03-08 | 1 | -4/+5 |
| * | Read QThreadPool::objectName thread-safe | Allan Sandfeld Jensen | 2022-01-13 | 1 | -6/+9 |
| * | corelib: Fix typos in documentation | Jonas Kvinge | 2021-10-12 | 1 | -1/+1 |
| * | Add a safer way to use QThreadPool::reserveThread | Allan Sandfeld Jensen | 2021-10-06 | 1 | -0/+51 |
| * | Cleanup of qthreadpool | Allan Sandfeld Jensen | 2021-10-01 | 1 | -40/+53 |
| * | QThreadPool: Fix restarting of expired threads | Ievgenii Meshcheriakov | 2021-09-15 | 1 | -0/+5 |
| * | QThreadPool: obey the docs that say we always use at least 1 thread | Thiago Macieira | 2021-04-24 | 1 | -7/+9 |
| * | Do not access internal allThreads data unlocked | Allan Sandfeld Jensen | 2021-04-23 | 1 | -0/+1 |
| * | Fix qdoc warning, it's QThread::Priority | Volker Hilsheimer | 2021-04-12 | 1 | -1/+1 |
| * | QThreadPool: let the started thread have the same name as the pool | Thiago Macieira | 2021-04-03 | 1 | -1/+7 |
| * | Add support to set thread priority to QThreadPool | Samuel Gaist | 2021-04-03 | 1 | -2/+28 |
| * | Revert "Port QThreadPool to the new property system" | Allan Sandfeld Jensen | 2021-01-29 | 1 | -26/+11 |
| * | Port QThreadPool to the new property system | Sona Kurazyan | 2021-01-27 | 1 | -11/+26 |
| * | Doc: Add missing brief statements for \property documentation | Topi Reinio | 2020-11-12 | 1 | -7/+5 |
| * | Whitespace cleanup in corelib/ mimetypes, plugin and thread | Allan Sandfeld Jensen | 2020-10-21 | 1 | -2/+2 |
| * | Remove unnecessary ref-counting of QRunnable | Allan Sandfeld Jensen | 2020-10-01 | 1 | -25/+3 |
| * | Fix race condition in QThreadPool::clear | Allan Sandfeld Jensen | 2020-10-01 | 1 | -3/+3 |
| * | Get rid of some #ifdef qt6 | Allan Sandfeld Jensen | 2020-09-30 | 1 | -8/+0 |
| * | Fix living QObject after shutdown of QCoreApplication | André Klitzing | 2020-06-23 | 1 | -3/+8 |
| * | Remove QThreadPool::cancel() | Allan Sandfeld Jensen | 2020-06-05 | 1 | -18/+0 |
| * | Do not multithread if already in a global threadpool thread | Allan Sandfeld Jensen | 2020-06-03 | 1 | -0/+24 |
| * | Fix QRunnable::ref use in QThreadPool | Allan Sandfeld Jensen | 2020-05-07 | 1 | -25/+43 |
| * | Fix memory leak on new QThreadPool::tryStart version | Allan Sandfeld Jensen | 2020-03-17 | 1 | -7/+12 |
| * | Improve argument name for std::function argument | Allan Sandfeld Jensen | 2020-02-26 | 1 | -10/+10 |
| * | Add a constructor for QRunnable from anonymous functions | Allan Sandfeld Jensen | 2020-01-31 | 1 | -0/+32 |
| * | QWaitCondition: mark obsolete functions as deprecated | Christian Ehrlicher | 2019-11-07 | 1 | -1/+1 |
| * | Make QThreadPool::waitForDone more atomic | Allan Sandfeld Jensen | 2018-11-12 | 1 | -39/+40 |
| * | Modernize the "thread" feature | Ulf Hermann | 2018-08-17 | 1 | -4/+0 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Allan Sandfeld Jensen | 2017-10-24 | 1 | -30/+57 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2017-10-16 | 1 | -30/+57 |
| | |\ |
|
| | | * | Improve performance in QThreadPool | Svenn-Arne Dragly | 2017-10-04 | 1 | -30/+57 |
| * | | | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2017-09-26 | 1 | -4/+6 |
| |\| | |
|
| | * | | Fix documentation of QThreadPool::stackSize | Friedemann Kleint | 2017-08-29 | 1 | -4/+6 |
| * | | | Replace Q_DECL_OVERRIDE with override where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| |/ / |
|
| * | | Add QThreadPool::stackSize | Morten Johan Sørvig | 2017-08-02 | 1 | -1/+27 |
| * | | Make QThreadPoolPrivate use NSDMIs | Morten Johan Sørvig | 2017-08-02 | 1 | -5/+0 |
| |/ |
|
| * | QtCore: include mocs | Thiago Macieira | 2017-05-05 | 1 | -0/+2 |
| * | QThreadPool: supersede cancel() with tryTake() | Marc Mutz | 2017-02-22 | 1 | -17/+33 |
| * | QThreadPool: replace a QSet with a QList | Marc Mutz | 2017-02-13 | 1 | -2/+3 |
| * | CoreLib: use const (and const APIs) more | Anton Kudryavtsev | 2016-04-18 | 1 | -1/+1 |