| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark all files in corelib/thread security significant | Matthias Rauter | 2025-08-04 | 1 | -0/+1 |
| * | no-thread: enable using QFuture | Morten Sørvig | 2025-06-24 | 1 | -2/+0 |
| * | QThreadPool: Add Quality of Service API | Mårten Nordheim | 2024-11-18 | 1 | -0/+3 |
| * | QThreadPool: add waitForDone() based on QDeadlineTimer | Thiago Macieira | 2024-05-09 | 1 | -1/+10 |
| * | QThreadPool: wrap the #include <functional> in QT_CORE_REMOVED_SINCE | Thiago Macieira | 2024-05-09 | 1 | -0/+2 |
| * | Take move-only functions for the threadpool | Allan Sandfeld Jensen | 2023-05-04 | 1 | -0/+33 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Add a safer way to use QThreadPool::reserveThread | Allan Sandfeld Jensen | 2021-10-06 | 1 | -0/+3 |
| * | Add support to set thread priority to QThreadPool | Samuel Gaist | 2021-04-03 | 1 | -0/+4 |
| * | Revert "Port QThreadPool to the new property system" | Allan Sandfeld Jensen | 2021-01-29 | 1 | -6/+3 |
| * | Port QThreadPool to the new property system | Sona Kurazyan | 2021-01-27 | 1 | -3/+6 |
| * | Whitespace cleanup in corelib/ mimetypes, plugin and thread | Allan Sandfeld Jensen | 2020-10-21 | 1 | -1/+0 |
| * | Replace Q_REQUIRED_RESULT with [[nodiscard]] | Allan Sandfeld Jensen | 2020-09-25 | 1 | -1/+1 |
| * | Remove QThreadPool::cancel() | Allan Sandfeld Jensen | 2020-06-05 | 1 | -4/+0 |
| * | Do not multithread if already in a global threadpool thread | Allan Sandfeld Jensen | 2020-06-03 | 1 | -0/+2 |
| * | Improve argument name for std::function argument | Allan Sandfeld Jensen | 2020-02-26 | 1 | -2/+2 |
| * | Add a constructor for QRunnable from anonymous functions | Allan Sandfeld Jensen | 2020-01-31 | 1 | -0/+5 |
| * | Modernize the "thread" feature | Ulf Hermann | 2018-08-17 | 1 | -3/+1 |
| * | Replace Q_NULLPTR with nullptr where possible | Kevin Funk | 2017-09-19 | 1 | -1/+1 |
| * | Add QThreadPool::stackSize | Morten Johan Sørvig | 2017-08-02 | 1 | -0/+4 |
| * | Move Q_REQUIRED_RESULT to its correct position | Thiago Macieira | 2017-04-20 | 1 | -1/+1 |
| * | QThreadPool: supersede cancel() with tryTake() | Marc Mutz | 2017-02-22 | 1 | -0/+5 |
| * | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | QtCore: Use Q_NULLPTR instead of 0 in all public headers | Marc Mutz | 2015-07-01 | 1 | -1/+1 |
| * | 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 | -0/+1 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | QThreadPool - Add method clear() to remove queued QRunnable. | Corentin Jabot | 2013-08-16 | 1 | -0/+2 |
| * | Remove QT_{BEGIN,END}_HEADER macro usage | Sergio Ahumada | 2013-01-29 | 1 | -2/+0 |
| * | 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 |
| * | QThreadPool: unify waitForDone() overloads | Konstantin Ritt | 2012-04-17 | 1 | -2/+1 |
| * | Move QtConcurrent into its own module | Lars Knoll | 2012-02-05 | 1 | -0/+95 |