summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesHEADdevLucie Gérard38 hours288-288/+288
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2024-02-282-9/+9
* Add CMake autotestJoerg Bornemann2024-01-252-4/+5
* Fix deprecation warningsMike Krus2024-01-152-3/+3
* tst_qmesh: fix heap-use-after-free read errors due to wrong destruction orderPaul Lemire2023-11-161-6/+7
* Fix Race Condition in NodePostConstructorInit::processNodesPhilip Schuchardt2023-10-101-4/+5
* CMake: Make qt3d tests standalone projectsAlexandru Croitor2023-07-06229-0/+1373
* Disable the graphicshelpergl tests on AndroidVille Voutilainen2023-05-091-1/+3
* Remove qmake build filesMike Krus2023-03-17266-3315/+0
* QDistanceFieldCache: fix QTextureAtlas dangling pointerPaul Lemire2023-02-141-1/+1
* Remove Qt6 QT_VERSION checks from the code basePaul Lemire2023-02-107-49/+0
* tst_QAspectJob: fix -Wsign-compareMarc Mutz2023-01-261-2/+2
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-202-2/+2
* 3DCore: rip away the configure option and static choice of SIMDThiago Macieira2023-01-1912-672/+16
* Compare size() to unsigned numeric literalsEdward Welbourne2023-01-101-1/+1
* Remove qsizetype to int narrowing conversionsAurélien Brooke2022-12-211-73/+73
* Skip tst_raycasting on QNXVille Voutilainen2022-12-191-0/+8
* tst_pickboundingvolumejob: fix signed/unsigned mismatchMarc Mutz2022-12-151-2/+2
* tst_renderviews: fix signed/unsigned mismatchMarc Mutz2022-12-151-4/+4
* tst_filtercompatibletechniquejob: fix signed/unsigned mismatchMarc Mutz2022-12-151-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
* ShaderParameterPack: check we only store a single UBO/SSBO per BlockBindingPaul Lemire2022-11-021-0/+62
* Quick3DNodeInstantiator: fix crash when using asyncPaul Lemire2022-10-272-0/+58
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-204-11/+11
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-2066-644/+644
* Use SPDX license identifiersLucie Gérard2022-10-121-27/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-24262-262/+262
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-27228-228/+228
* tst_Matrix4x4_AVX2: add a placement operator newThiago Macieira2022-07-181-0/+2
* tests: fix a bunch of -Wsign-compareMarc Mutz2022-07-1220-105/+107
* Add license headers to cmake filesLucie Gérard2022-07-08262-0/+786
* Qt3D Tests: includemocsMike Krus2022-06-2327-1/+64
* Use SPDX license identifiersLucie Gérard2022-06-22289-8564/+580
* Fix some compile warningsMike Krus2022-06-034-65/+67
* Fix missing includesVille Voutilainen2022-05-171-0/+1
* Enable RHI backend by defaultMike Krus2022-03-231-0/+2
* Remove .prev_CMakeLists.txtKai Köhne2022-03-229-174/+0
* Skip QScene2D unit tests following changes of behavior introduced in qtbasePaul Lemire2022-03-221-0/+4
* QGeometryFactory: don't make op== virtualMarc Mutz2021-11-171-3/+3
* ComputeCommand: call markDirty(ComputeDirty) when enabled changesPaul Lemire2021-11-031-0/+16
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* CMake: Ensure standalone tests are builtAlexandru Croitor2021-08-233-5/+15
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-105-50/+65
* Picking: reuse LayerFilterJob to perform layer filteringPaul Lemire2021-08-095-0/+528
* Fix tests that have to run with opengl backendPaul Lemire2021-07-292-0/+10
* Fix for QShaderNode fix that selected highest version number of a rulePaul Lemire2021-07-291-2/+2
* Fix tst_aspect following rerun of BV jobs when entity enabled changedPaul Lemire2021-07-291-0/+4
* Fix BV tests following changes in BV propagationPaul Lemire2021-07-293-18/+27
* Partially Revert "Remove custom gltf tool"Mike Krus2021-06-204-0/+308