summaryrefslogtreecommitdiffstats
path: root/src/core/jobs
Commit message (Expand)AuthorAgeFilesLines
* Make QThreadPooler use the global thread poolPaul Lemire2019-12-022-6/+9
* Disable threaded rendering macOS 10.14 and laterMike Krus2019-11-141-0/+1
* Update jobs to remove post FF changesMike Krus2019-10-223-1/+10
* Fix post FF API changesMike Krus2019-10-222-8/+0
* Fix Coverity warningsMike Krus2019-10-211-0/+1
* Add callback on aspect job when all jobs are completev5.14.0-beta1Mike Krus2019-10-013-1/+21
* Fix deprecation warnings related to QBasicAtomicIntegerFriedemann Kleint2019-09-192-2/+2
* Fix QThreadPoolerPaul Lemire2019-08-071-2/+8
* Fix some deprecation warningsFriedemann Kleint2019-05-281-1/+1
* Switch export macros to standard formKai Koehne2019-04-025-5/+5
* Fix compilation with -qt3d-profile-jobs on AndroidPaul Lemire2018-10-051-0/+5
* Doc: Add missing dots (qt3d)Paul Wicking2018-06-191-1/+1
* Doc: Fix documentation warnings for Qt 3D CoreTopi Reinio2018-02-162-5/+6
* Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-252-16/+16
* 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