summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Disable the graphicshelpergl tests on AndroidVille Voutilainen2023-05-091-1/+3
* Remove qmake build filesMike Krus2023-03-17377-4959/+0
* Doc: Replace \quotefromfile with \snippet to make code left-alignedAndreas Eliasson2023-03-063-9/+6
* Move some examples to manual testsMike Krus2023-02-27360-130/+33625
* Remove scene2d example and manual testMike Krus2023-02-236-200/+0
* QDistanceFieldCache: fix QTextureAtlas dangling pointerPaul Lemire2023-02-141-1/+1
* Add distancefieldtext-dynamic manual testPaul Lemire2023-02-106-0/+165
* Force OpenGL for distancefieldtext manual testPaul Lemire2023-02-101-0/+3
* 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-203-3/+3
* 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
* Fix scene3d-loader manual testPaul Lemire2022-12-191-1/+1
* Add manual tests to check the use of multiple QQuickWidgetsPaul Lemire2022-12-195-0/+233
* quickwidget-switch: make it work in a single screen setupPaul Lemire2022-12-191-1/+2
* Fix compilation of manual testsPaul Lemire2022-12-191-2/+2
* 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-207-15/+15
* Port from container::count() and length() to size() - V4Marc Mutz2022-10-2066-644/+644
* Use SPDX license identifiersLucie Gérard2022-10-124-130/+8
* Fix memory leak in manual test 'rendercapture-qml'YAMAMOTO Atsushi2022-10-062-0/+2
* Fix runtime warning in manual test 'rendercapture-qml'YAMAMOTO Atsushi2022-09-302-2/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-24359-359/+359
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-27317-317/+317
* 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-08359-0/+1077
* Qt3D Tests: includemocsMike Krus2022-06-2327-1/+64
* Use SPDX license identifiersLucie Gérard2022-06-22580-21785/+1172
* 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
* Fix Compute-Manual manual testPaul Lemire2021-11-031-1/+0
* 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-236-10/+24
* Replace QT_BEGIN_LICENSE:LGPL3 headerKai Köhne2021-08-1022-257/+279
* Picking: reuse LayerFilterJob to perform layer filteringPaul Lemire2021-08-095-0/+528