summaryrefslogtreecommitdiffstats
path: root/src/core/qscheduler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build with latest QtBase and QtDeclarativeMike Krus2020-09-071-0/+3
* Job Graph dump improvementsPaul Lemire2020-08-241-1/+1
* Use QList instead of QVector in implementation and docsJarek Kobus2020-07-091-1/+1
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-021-5/+7
* Add public API for working with jobsMike Krus2020-03-021-2/+2
* Show non-required jobs as dottedv5.15.0-beta1Mike Krus2020-02-171-0/+6
* Add ability to dump job graph to dot fileMike Krus2020-02-141-1/+38
* Add flag to jobs to indicate if they need to run or notMike Krus2020-02-141-2/+2
* QScheduler: restore jobsDone() call at the endPaul Lemire2020-01-281-0/+3
* Clean up tracing codeMike Krus2020-01-271-4/+1
* Expose number of jobs is last updateMike Krus2019-12-171-1/+3
* Use jobsDone to sync render capture back to frontendMike Krus2019-12-131-4/+8
* Revert "Fix post FF API changes"Mike Krus2019-12-031-1/+2
* Disable threaded rendering macOS 10.14 and laterMike Krus2019-11-141-0/+3
* Fix post FF API changesMike Krus2019-10-221-2/+2
* Add callback on aspect job when all jobs are completev5.14.0-beta1Mike Krus2019-10-011-0/+3
* Merge branch '5.8' into 5.9Sean Harmer2017-04-021-4/+5
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-4/+5
* | Initialize member in QSchedulerSean Harmer2017-02-121-0/+1
|/
* QScheduler: add a const to the job vectorPaul Lemire2016-06-271-1/+1
* De-inline some polymorphic dtorsMarc Mutz2016-04-281-0/+4
* QVectorize QAspectManagerRobert Brock2016-04-191-1/+1
* core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-291-1/+1
* Unify license header usageAntti Kokko2016-01-261-11/+14
* Make QAspectJobProviderInterface privateKevin Ottens2015-12-171-1/+2
* Pass frame time delta through to the logic component frame updateSean Harmer2015-12-071-0/+4
* QScheduler::update renamed to something giving more insightPaul Lemire2015-11-241-1/+1
* Remove aspect enumsMike Krus2015-11-211-13/+5
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-2/+2
* Handle jobs from multiple aspects of the same typeSean Harmer2015-08-051-3/+4
* Make QAspectJobManager and base class privateSean Harmer2015-06-101-1/+1
* Copyright header change.Mika Salmela2015-02-091-19/+14
* Pass the current time to the aspectsSean Harmer2014-12-151-3/+1
* Make QScheduler privateSean Harmer2014-11-191-1/+1
* More work towards a clean shutdownSean Harmer2014-11-031-1/+1
* QJobManagerInterface renamed to QAspectJobManagerInterfacePaul Lemire2014-10-181-1/+1
* QJob: refactoredPaul Lemire2014-10-181-3/+3
* QAspectManager made privatePaul Lemire2014-10-171-1/+1
* Renamed AbstractAspect to QAbstractAspectPaul Lemire2014-07-091-6/+6
* Fix builds with namespaced QtSean Harmer2014-04-021-0/+4
* Silence a bunch of warningsSean Harmer2014-03-251-0/+2
* Initial import of Qt3DCore and Renderer aspectSean Harmer2014-02-101-0/+92