summaryrefslogtreecommitdiffstats
path: root/src/core/jobs/qaspectjobmanager.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix deadlock when running with QT3D_MAX_THREAD_COUNT=1Paul Lemire2020-12-011-1/+22
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-2/+2
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-021-2/+2
* Add flag to jobs to indicate if they need to run or notMike Krus2020-02-141-3/+3
* Make tracing a runtime optionMike Krus2019-12-131-6/+8
* Fix some deprecation warningsFriedemann Kleint2019-05-281-1/+1
* Merge branch '5.9' into 5.10Sean Harmer2017-09-121-12/+9
|\
| * Improve dependency look-upChristian Strømme2017-09-061-12/+8
* | Properly use QT_CONFIG for Qt3D profiling optionsPaul Lemire2017-08-031-1/+1
|/
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-8/+9
* Job Traces: add support for Submission framesPaul Lemire2016-07-171-1/+0
* JobStats write fixPaul Lemire2016-07-031-0/+1
* Add more job run statsPaul Lemire2016-03-211-3/+0
* Qt3D job run statsPaul Lemire2016-03-041-1/+8
* core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-291-3/+3
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-4/+0
|\
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-251-4/+0
* | Unify license header usageAntti Kokko2016-01-261-11/+14
|/
* Use QFuture::waitForFinished directly.Volker Krause2016-01-071-7/+2
* Add a few more QVector::reserve calls.Volker Krause2016-01-071-0/+1
* QAspectJobManager: Remove remaining THREAD_WEAVER code blocksAndy Nichols2015-10-301-97/+0
* Remove last vestiges of threadweaverSean Harmer2015-10-181-8/+0
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-3/+3
* Expose the max thread count from the poolerLaszlo Agocs2015-07-311-1/+1
* Make QAspectJobManager and base class privateSean Harmer2015-06-101-48/+21
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-201-3/+2
* Implement ThreadPooler using QThreadPoolMika Salmela2015-04-241-19/+29
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* Dependency handling fix for ThreadPoolerMika Salmela2015-02-271-0/+1
* Removes ThreadWeaver code from Qt3DMika Salmela2015-02-191-9/+13
* ThreadPooler to replace ThreadWeaverMika Salmela2015-02-191-0/+70
* Copyright header change.Mika Salmela2015-02-091-19/+14
* More work towards a clean shutdownSean Harmer2014-11-031-7/+5
* QJobManager: renamed to QAspectJobManagerPaul Lemire2014-10-181-0/+184