summaryrefslogtreecommitdiffstats
path: root/tests/auto/core
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-04-2326-26/+26
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-02-282-9/+9
* CMake: Make qt3d tests standalone projectsAlexandru Croitor2023-07-0623-0/+138
* Remove qmake build filesMike Krus2023-03-1725-251/+0
* tst_QAspectJob: fix -Wsign-compareMarc Mutz2023-01-261-2/+2
* 3DCore: rip away the configure option and static choice of SIMDThiago Macieira2023-01-197-537/+8
* Compare size() to unsigned numeric literalsEdward Welbourne2023-01-101-1/+1
* Disable qresourcemanager test on QEMUMike Krus2022-12-131-1/+5
* Fix "Assigning instead of Comparing" in tst_QResourceManagerAurélien Brooke2022-11-301-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-201-7/+7
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-205-67/+67
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2426-26/+26
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2724-24/+24
* tst_Matrix4x4_AVX2: add a placement operator newThiago Macieira2022-07-181-0/+2
* Add license headers to cmake filesLucie Gérard2022-07-0826-0/+78
* Qt3D Tests: includemocsMike Krus2022-06-231-0/+2
* Use SPDX license identifiersLucie Gérard2022-06-2227-762/+54
* Fix some compile warningsMike Krus2022-06-031-2/+3
* Fix missing includesVille Voutilainen2022-05-171-0/+1
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-103-30/+39
* 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
| |\|