summaryrefslogtreecommitdiffstats
path: root/tests/auto/core
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes to compile against 5.15Paul Lemire2021-02-011-0/+1
* Restore use of QVector in private APIMike Krus2021-01-051-2/+2
* Don't include the world for testsMike Krus2020-12-0914-14/+18
* Rename more test targets conflicting with qtbase onesKai Koehne2020-11-241-2/+4
* Use internal CMake APIMike Krus2020-10-0725-33/+33
* Fix a crash when node is added and destroyed immediatelySean Harmer2020-10-011-0/+47
* Add QNodePrivate::registerDestructionHelper for std::vector containersPaul Lemire2020-09-231-9/+191
* Fix compile warningsPaul Lemire2020-08-182-4/+4
* Use QList instead of QVector in testsJarek Kobus2020-07-093-10/+10
* Use QList instead of QVectorJarek Kobus2020-07-071-2/+2
* QAspectJob: switch to using std::vectorPaul Lemire2020-07-025-25/+25
* Fix AVX2 AlignedAllocatorPaul Lemire2020-06-191-1/+1
* QNode: remove property tracking modePaul Lemire2020-06-172-255/+0
* Fix some more compile warningsPaul Lemire2020-06-041-2/+2
* Add support for building with CMakeMike Krus2020-05-2227-2/+532
* QResourcesManager: switch to std::vectorPaul Lemire2020-05-201-2/+2
* Introduce QCoreAspectMike Krus2020-04-091-2/+4
* Add support for aspects depending on other aspectsMike Krus2020-03-021-5/+25
* Add public API for working with jobsMike Krus2020-03-021-6/+9
* Merge remote-tracking branch 5.15 into devMike Krus2020-02-171-1/+1
|\
| * Add ability to dump job graph to dot fileMike Krus2020-02-141-1/+1
* | Remove deprecated classes and functionsPaul Lemire2020-02-1119-2272/+297
* | Merge remote-tracking branch 5.15 into devMike Krus2020-02-0718-369/+367
|\|
| * tst_qresoucemanager: add test to make sure cleanup is workingPaul Lemire2020-02-061-0/+21
| * Unit tests for qschedulerPaul Lemire2020-01-283-1/+210
| * Merge remote-tracking branch 5.14 into 5.15Mike Krus2020-01-251-0/+6
| |\
| | * Use animation rather than event to drive simulationMike Krus2020-01-131-0/+6
| * | Fix deprecation handlingMike Krus2020-01-149-221/+36
| * | Move AspectCommandDebugger to system service, activate command executerMike Krus2019-12-171-2/+2
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-141-0/+4
| |\|
| | * Skip shouldNotCrashInNormalStartupShutdownSequenceUlf Hermann2019-12-111-0/+4
| * | Implement getting list of aspects from system information classMike Krus2019-12-132-4/+4
| * | Make tracing a runtime optionMike Krus2019-12-132-10/+6
| * | Deprecate message APIMike Krus2019-12-091-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-071-1/+1
| |\|
| | * Shader: record standard uniform at loading timePaul Lemire2019-12-041-1/+1
| * | Fix compile warningsMike Krus2019-12-032-13/+13
| * | Revert "Fix post FF API changes"Mike Krus2019-12-032-8/+5
| |/
| * QNode::updateNode: ensure postConstructorInit of node is calledPaul Lemire2019-10-281-29/+77
| * Fix post FF API changesMike Krus2019-10-222-5/+8
| * Remove remaining messaging code in QSkeletonLoaderMike Krus2019-10-221-65/+0
| * Remove old code from animation classes & update testsMike Krus2019-10-211-36/+0
* | Update dependenciesMike Krus2020-02-071-7/+7
* | Fix build and warningsMike Krus2020-01-288-3069/+2
|/
* Remove use of node/components added/removed messagesMike Krus2019-10-043-100/+51
* Clean up includesMike Krus2019-10-016-6/+1
* Process pending nodes needing _q_postConstructorInit at start of frameJim Albamont2019-09-181-14/+47
* Fix test for parenting QEntity to QNodeJim Albamont2019-09-171-5/+9
* Fix/improve several node testsJim Albamont2019-09-171-7/+218
* Update QEntity to use direct sync modeMike Krus2019-09-173-10/+20