summaryrefslogtreecommitdiffstats
path: root/src/core/jobs/qaspectjob.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix documentation warningsTopi Reinio2020-11-251-2/+3
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-021-3/+6
* Add ; to Q_UNUSEDLars Schmertmann2020-06-241-1/+1
* Merge remote-tracking branch 'origin/5.15' into devMike Krus2020-04-271-1/+1
|\
| * Make QAspectJobPrivate::isRequired() constPaul Lemire2020-03-171-1/+1
* | Add public API for working with jobsMike Krus2020-03-021-4/+24
|/
* Add ability to dump job graph to dot fileMike Krus2020-02-141-0/+1
* Add flag to jobs to indicate if they need to run or notMike Krus2020-02-141-0/+5
* Revert "Fix post FF API changes"Mike Krus2019-12-031-0/+7
* Revert "Update jobs to remove post FF changes"Mike Krus2019-12-031-5/+0
* Update jobs to remove post FF changesMike Krus2019-10-221-0/+5
* Fix post FF API changesMike Krus2019-10-221-7/+0
* Add callback on aspect job when all jobs are completev5.14.0-beta1Mike Krus2019-10-011-0/+14
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-191-1/+1
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-161-2/+2
* Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-311-1/+2
* Doc: Specify #include path for each \classTopi Reinio2016-12-071-0/+1
* Doc for core moduleColin Ogilvie2016-06-031-2/+1
* Added the rest of Qt3DCore doc skeletonsTomi Korpipää2016-04-211-1/+24
* Qt3D job run statsPaul Lemire2016-03-041-0/+5
* 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
|/
* Add debug code to catch errors with removing job dependenciesSean Harmer2015-12-221-0/+6
* Change the idiom to clear null job dependenciesKevin Ottens2015-12-161-12/+8
* Add QAspectJob::removeDependency()Kevin Ottens2015-12-161-0/+6
* QAspectJob: add method to clear dependenciesPaul Lemire2015-11-161-0/+20
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-131-3/+3
* Properly initialize q_ptr (or avoid where it is not needed)Konstantin Ritt2015-05-201-3/+2
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-141-0/+5
* Copyright header change.Mika Salmela2015-02-091-19/+14
* QJob: refactoredPaul Lemire2014-10-181-0/+83