summaryrefslogtreecommitdiffstats
path: root/src/core/jobs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '5.9' into 5.10Sean Harmer2017-09-129-342/+46
|\
| * Improve dependency look-upChristian Strømme2017-09-069-342/+45
* | Merge branch '5.9' into devSean Harmer2017-08-191-0/+1
|\|
| * Fix compilation on linux with -qt3d-profile-jobsPaul Lemire2017-08-031-0/+1
* | Properly use QT_CONFIG for Qt3D profiling optionsPaul Lemire2017-08-035-13/+13
* | Make ThreadPool thread count configurable with QT3D_MAX_THREAD_COUNTPaul Lemire2017-08-021-0/+7
|/
* Doc: add basic doc to undocumented classesNico Vertriest2017-06-091-0/+5
* Qt3D: add configure option for jobs and GL profilingPaul Lemire2017-04-051-0/+1
* Merge branch '5.8' into 5.9Sean Harmer2017-04-0213-49/+49
|\
| * Fixes includes to comply with coding conventions for Src/CoreRobert Brock2017-03-3113-46/+49
* | QThreadPooler: improve job traces namePaul Lemire2017-03-281-2/+10
* | Initialize member in DependencyHandlerSean Harmer2017-02-141-0/+1
* | Initialize members in DependencySean Harmer2017-02-121-1/+4
* | Initialize member in QThreadPoolerSean Harmer2017-02-121-4/+5
* | Initialize member in SyncTaskRunnableSean Harmer2017-02-121-5/+6
* | Initialize member in AspectTaskRunnableSean Harmer2017-02-121-2/+3
|/
* Doc: Specify #include path for each \classTopi Reinio2016-12-071-0/+1
* Remove compile warnings when not defining QT3D_JOBS_RUN_STATSPaul Lemire2016-08-191-1/+4
* Job Traces: add support for Submission framesPaul Lemire2016-07-174-21/+64
* JobStats write fixPaul Lemire2016-07-031-0/+1
* Move SET_JOB_RUN_STAT_TYPE macro to qaspectjob_p.hPaul Lemire2016-06-281-0/+14
* QThreadPooler: append date to jobs trace filePaul Lemire2016-06-271-2/+2
* Doc for core moduleColin Ogilvie2016-06-031-2/+1
* Add more explicitMarc Mutz2016-05-141-1/+1
* QThreadPooler: eradicate remaining Q_FOREACHMarc Mutz2016-05-141-12/+7
* Q_NULLPTR -> nullptrSean Harmer2016-05-013-5/+5
* QThreadPooler: aggregate mutex by valueMarc Mutz2016-04-302-9/+7
* QThreadPooler: QVector::clear() no longer sheds capacityMarc Mutz2016-04-281-2/+0
* QThreadPooler: minimize critical sectionMarc Mutz2016-04-281-1/+1
* Added the rest of Qt3DCore doc skeletonsTomi Korpipää2016-04-211-1/+24
* Merge branch '5.6' into 5.7Sean Harmer2016-04-161-2/+2
|\
| * Export QAbstractAspectJobManagerMarc Mutz2016-03-211-1/+1
| * Make public headers compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-011-1/+1
* | Add more job run statsPaul Lemire2016-03-213-5/+1
* | Disable copying where default copy ctors would cause resource leaks.Volker Krause2016-03-121-0/+1
* | Qt3D job run statsPaul Lemire2016-03-046-6/+156
* | core: eradicate Q_FOREACH loops [low-risk]Marc Mutz2016-02-291-3/+3
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-264-16/+0
|\|
| * Doc: Exclude private header files from the documentation buildTopi Reinio2016-01-254-16/+0
* | Unify license header usageAntti Kokko2016-01-2614-160/+202
|/
* Use QFuture::waitForFinished directly.Volker Krause2016-01-071-7/+2
* Add a few more QVector::reserve calls.Volker Krause2016-01-071-0/+1
* Add debug code to catch errors with removing job dependenciesSean Harmer2015-12-222-0/+8
* Make QAspectJobProviderInterface privateKevin Ottens2015-12-172-5/+16
* Make jobsToExecute privateKevin Ottens2015-12-161-0/+6
* Change the idiom to clear null job dependenciesKevin Ottens2015-12-162-13/+8
* Add QAspectJob::removeDependency()Kevin Ottens2015-12-162-0/+8
* QThreadPooler: few improvementsPaul Lemire2015-12-063-26/+18
* QAspectJob: add method to clear dependenciesPaul Lemire2015-11-162-0/+21
* Doc: Documentation clean upVenugopal Shivashankar2015-11-061-1/+1