| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark all files in corelib/thread security significant | Matthias Rauter | 2025-08-04 | 1 | -0/+1 |
| * | Long live \constraints! | Marc Mutz | 2025-02-28 | 1 | -9/+9 |
| * | Include climits explicitly instead of relying on transitive includes | Ahmad Samir | 2025-01-13 | 1 | -0/+1 |
| * | Make multi-threaded image transforms and painter fills configurable | Allan Sandfeld Jensen | 2024-12-05 | 1 | -22/+0 |
| * | QThreadPool: Add Quality of Service API | Mårten Nordheim | 2024-11-18 | 1 | -0/+33 |
| * | Facilitate disabling multi-threading in image manipulation and painting | Allan Sandfeld Jensen | 2024-11-18 | 1 | -1/+3 |
| * | QThreadPool: handle negative expiryTimeouts | Ahmad Samir | 2024-10-21 | 1 | -7/+9 |
| * | QThreadPool: fix regression with negative expiryTimeout | Mårten Nordheim | 2024-10-15 | 1 | -1/+6 |
| * | Limit gui thread pool to 8 threads | Allan Sandfeld Jensen | 2024-08-25 | 1 | -1/+6 |
| * | QThreadPool: store the expiryTimeout in a std::chrono type | Thiago Macieira | 2024-05-09 | 1 | -4/+3 |
| * | QThreadPool: add waitForDone() based on QDeadlineTimer | Thiago Macieira | 2024-05-09 | 1 | -14/+18 |
| * | Include what you need: <QPointer> | Marc Mutz | 2023-10-12 | 1 | -0/+2 |
| * | qthreadpool: use const methods more | Anton Kudryavtsev | 2023-09-08 | 1 | -2/+2 |
| * | 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 |