summaryrefslogtreecommitdiffstats
path: root/src/core/jobs
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add missing Q_DECL_OVERRIDE's for RunnableInterface subclassesAndy Nichols2015-10-301-2/+2
* QAspectJobManager: Remove remaining THREAD_WEAVER code blocksAndy Nichols2015-10-302-108/+0
* QThreadPooler: use a private ThreadPoolPaul Lemire2015-10-242-4/+6
* Prevent QThreadPool from recycling threadsSean Harmer2015-10-221-0/+1
* Remove last vestiges of threadweaverSean Harmer2015-10-184-146/+0
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-171-0/+11
* Move Qt3DCore into Qt3DCore namespaceSean Harmer2015-10-1316-60/+60
* Add "We mean it" warnings to private headersSean Harmer2015-10-136-0/+66
* Expose the max thread count from the poolerLaszlo Agocs2015-07-313-1/+8
* Make QAspectJobManager and base class privateSean Harmer2015-06-108-227/+59
* Add mutex to QThreadPooler destructorMika Salmela2015-05-271-0/+4
* ThreadPooler future reservation under mutexMika Salmela2015-05-261-0/+8
* Unit tests for ThreadPoolerMika Salmela2015-05-201-1/+2
* Properly initialize q_ptr (or avoid where it is not needed)Konstantin Ritt2015-05-202-6/+3
* Do not initialize q_ptr in classes derived from QObjectPrivateKonstantin Ritt2015-05-202-5/+3
* Add checks for double task executionMika Salmela2015-04-276-18/+48
* Implement ThreadPooler using QThreadPoolMika Salmela2015-04-2412-562/+184
* Doc: Fix multiple C++ documentation issuesTopi Reinio2015-04-144-0/+19
* [QAbstractAspectJobManager] Instantiate a respective Private in c-torKonstantin Ritt2015-03-161-1/+1
* Dependency handling fix for ThreadPoolerMika Salmela2015-02-271-0/+1
* Fix for ThreadPooler flushMika Salmela2015-02-262-1/+3
* Removes ThreadWeaver code from Qt3DMika Salmela2015-02-193-15/+26
* ThreadPooler to replace ThreadWeaverMika Salmela2015-02-1912-2/+1202
* Copyright header change.Mika Salmela2015-02-0912-228/+168
* Pass the current time to the aspectsSean Harmer2014-12-151-1/+1
* More work towards a clean shutdownSean Harmer2014-11-037-22/+153
* QJobManager: renamed to QAspectJobManagerPaul Lemire2014-10-184-37/+37
* QJobProviderInterface: renamed to QAspectJobProviderInterfacePaul Lemire2014-10-182-7/+7
* QJobManagerInterface renamed to QAspectJobManagerInterfacePaul Lemire2014-10-184-13/+13
* QJob: refactoredPaul Lemire2014-10-189-46/+140
* Add virtual destructors to classes containing virtualsThiago Macieira2014-08-171-0/+1
* Clean up the headersThiago Macieira2014-08-171-2/+2
* QJob manager slightly refactored and d-pointeredPaul Lemire2014-07-174-58/+154
* Fixed syncqt warningsPaul Lemire2014-04-045-8/+8
* Fix builds with namespaced QtSean Harmer2014-04-028-0/+32
* Silence a bunch of warningsSean Harmer2014-03-251-0/+2
* Rendering Aspect to dedicated Qt3D module library.Paul Lemire2014-03-251-1/+1
* Separated sources in subfolders so as to have a clearer view of the codePaul Lemire2014-02-269-0/+626