summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qthreadpool.h
Commit message (Expand)AuthorAgeFilesLines
* QThreadPool: add waitForDone() based on QDeadlineTimerThiago Macieira4 days1-1/+10
* QThreadPool: wrap the #include <functional> in QT_CORE_REMOVED_SINCEThiago Macieira5 days1-0/+2
* Take move-only functions for the threadpoolAllan Sandfeld Jensen2023-05-041-0/+33
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* Add a safer way to use QThreadPool::reserveThreadAllan Sandfeld Jensen2021-10-061-0/+3
* Add support to set thread priority to QThreadPoolSamuel Gaist2021-04-031-0/+4
* Revert "Port QThreadPool to the new property system"Allan Sandfeld Jensen2021-01-291-6/+3
* Port QThreadPool to the new property systemSona Kurazyan2021-01-271-3/+6
* Whitespace cleanup in corelib/ mimetypes, plugin and threadAllan Sandfeld Jensen2020-10-211-1/+0
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-1/+1
* Remove QThreadPool::cancel()Allan Sandfeld Jensen2020-06-051-4/+0
* Do not multithread if already in a global threadpool threadAllan Sandfeld Jensen2020-06-031-0/+2
* Improve argument name for std::function argumentAllan Sandfeld Jensen2020-02-261-2/+2
* Add a constructor for QRunnable from anonymous functionsAllan Sandfeld Jensen2020-01-311-0/+5
* Modernize the "thread" featureUlf Hermann2018-08-171-3/+1
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-1/+1
* Add QThreadPool::stackSizeMorten Johan Sørvig2017-08-021-0/+4
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-1/+1
* QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-221-0/+5
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QThreadPool::cancel() to remove individual jobs from the job queue.Nick Shaforostoff2014-12-241-0/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QThreadPool - Add method clear() to remove queued QRunnable.Corentin Jabot2013-08-161-0/+2
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-2/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QThreadPool: unify waitForDone() overloadsKonstantin Ritt2012-04-171-2/+1
* Move QtConcurrent into its own moduleLars Knoll2012-02-051-0/+95