summaryrefslogtreecommitdiffstats
path: root/src/core/jobs/qthreadpooler_p.h
Commit message (Expand)AuthorAgeFilesLines
* QThreadPooler: remove maxThreadCount prototypePaul Lemire2022-07-181-2/+0
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-2/+2
* Centralize the maxThreadCount informationPaul Lemire2020-05-071-1/+1
* Fix memory leaksMike Krus2020-03-041-0/+1
* Add flag to jobs to indicate if they need to run or notMike Krus2020-02-141-1/+4
* Make tracing a runtime optionMike Krus2019-12-131-15/+0
* Make QThreadPooler use the global thread poolPaul Lemire2019-12-021-1/+1
* Switch export macros to standard formKai Koehne2019-04-021-1/+1
* Merge branch '5.9' into 5.10Sean Harmer2017-09-121-4/+0
|\
| * Improve dependency look-upChristian Strømme2017-09-061-4/+0
* | Properly use QT_CONFIG for Qt3D profiling optionsPaul Lemire2017-08-031-2/+2
|/
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-7/+8
* Job Traces: add support for Submission framesPaul Lemire2016-07-171-1/+5
* QThreadPooler: aggregate mutex by valueMarc Mutz2016-04-301-1/+1
* Add more job run statsPaul Lemire2016-03-211-1/+1
* Qt3D job run statsPaul Lemire2016-03-041-1/+12
* Unify license header usageAntti Kokko2016-01-261-12/+15
* QThreadPooler: few improvementsPaul Lemire2015-12-061-2/+2
* QThreadPooler: use a private ThreadPoolPaul Lemire2015-10-241-0/+2
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-5/+5
* Add "We mean it" warnings to private headersSean Harmer2015-10-131-0/+11
* Expose the max thread count from the poolerLaszlo Agocs2015-07-311-0/+2
* Add checks for double task executionMika Salmela2015-04-271-1/+1
* Implement ThreadPooler using QThreadPoolMika Salmela2015-04-241-17/+14
* ThreadPooler to replace ThreadWeaverMika Salmela2015-02-191-0/+86