summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qrunnable.h
Commit message (Expand)AuthorAgeFilesLines
* De-inline QGenericRunnable overridesMarc Mutz2023-06-281-9/+4
* Break some include cycles in qglobal.h [1/3]Ahmad Samir2023-05-261-0/+2
* Make QGenericRunnable a private nested class of QRunnableMarc Mutz2023-05-161-1/+2
* QRunnable: fix Coverity dead-code warnings in create()Marc Mutz2023-05-111-12/+20
* QGenericRunnable: remove common prefix from nested classesMarc Mutz2023-05-111-12/+11
* Move QGenericRunnableHelper info QGenericRunnableMarc Mutz2023-05-111-7/+6
* Move handling of helper from create() to QGenericRunnableMarc Mutz2023-05-111-4/+4
* QGenericRunnable: use CompactStorageMarc Mutz2023-05-091-4/+6
* Future-proof QGenericRunnableHelperMarc Mutz2023-05-051-10/+21
* QRunnable: Extract Method warnNullCallable()Marc Mutz2023-05-041-5/+5
* Take move-only functions for the threadpoolAllan Sandfeld Jensen2023-05-041-4/+32
* Tighten template on new QRunnable create methodAllan Sandfeld Jensen2023-04-271-1/+4
* Create any callable using QRunnable::createAllan Sandfeld Jensen2023-04-041-2/+61
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Remove unnecessary ref-counting of QRunnableAllan Sandfeld Jensen2020-10-011-7/+4
* Remove QThreadPool::cancel()Allan Sandfeld Jensen2020-06-051-2/+0
* Fix QRunnable::ref use in QThreadPoolAllan Sandfeld Jensen2020-05-071-1/+1
* Improve argument name for std::function argumentAllan Sandfeld Jensen2020-02-261-1/+1
* Add a constructor for QRunnable from anonymous functionsAllan Sandfeld Jensen2020-01-311-0/+2
* Updated license headersJani Heikkinen2016-01-151-14/+20
* QRunnable: add Q_DISABLE_COPYMarc Mutz2015-06-021-1/+3
* QRunnable: declare dtor out-of-line and export classMarc Mutz2015-06-021-3/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* 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
* Move QtConcurrent into its own moduleLars Knoll2012-02-051-0/+72