aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* Use sourceModel property in the QML SFPM instead of modelSanthosh Kumar2026-04-221-4/+2
* QmlCompiler: split linting into QmlLintPrivate librarySami Shalayel2026-03-032-2/+2
* Extend curve renderer benchmark testEirik Aavitsland2026-01-161-11/+103
* tests/*: port away from contextless 3-arg QObject::connectAhmad Samir2026-01-141-2/+2
* Compiler: Rename logging categories' level into severityOlivier De Cannière2026-01-131-1/+1
* Compiler: Merge logging categories' ignore and levelOlivier De Cannière2026-01-131-4/+2
* Replace QVector with QListShawn Rutledge2026-01-091-2/+2
* Mark the whole repo with QT_NO_URL_CAST_FROM_STRINGAhmad Samir2026-01-061-1/+4
* Port Q_{ENUMS,FLAGS} to Q_{ENUM,FLAG}Ahmad Samir2025-12-081-2/+3
* Don't build benchmark using language server if the package isn't foundVolker Hilsheimer2025-12-041-0/+6
* qmlls: add highlighting benchmarkSemih Yavuz2025-12-023-0/+115
* Compiler: Rename QMLLINT_DEFAULT_CATEGORIES to BUILTIN in stead DEFAULTOlivier De Cannière2025-11-051-1/+1
* QmlCompiler: Fix side effect detection for callsUlf Hermann2025-10-311-2/+2
* tst_objectcount: tidy up codeMitch Curtis2025-10-301-28/+43
* tst_creationtime: tidy up codeMitch Curtis2025-10-301-35/+40
* Fix configure warningsUlf Hermann2025-10-291-1/+1
* Benchmark filters and sorters in QML SFPMSanthosh Kumar2025-07-215-0/+351
* CMake: Don't enable ASM languageJoerg Bornemann2025-05-022-2/+2
* Tests: include QTest, not QtTestGiuseppe D'Angelo2025-04-157-7/+7
* tst_bench_qsggeometry: Add missing QElapsedTimer includeFabian Kosmale2025-03-281-0/+1
* tst_librarymetrics_performance: include what you use (QElapsedTimer)Giuseppe D'Angelo2025-03-281-0/+1
* tst_qmllint_benchmark: also time "real" projectsSami Shalayel2025-03-192-5/+119
* QuickControls: Add vertical and horizontal header view delegatesMohammadHossein Qanbari2025-03-062-20/+62
* QQmlJSLinterCodeGen: disable compiler checks when category is disabledSami Shalayel2025-02-181-1/+27
* qmllint: add benchmarkSami Shalayel2025-02-187-0/+7625
* qmldom: add Minimal DomCreationOption for QDSSami Shalayel2025-01-161-0/+3
* tst_qmldomconstruction: adapt the benchmark to lazinessSami Shalayel2025-01-161-0/+3
* qmldom: simplify DomCreationOptionSami Shalayel2025-01-151-17/+10
* Add support for partial rendering of geometry nodesStan Morris2024-12-183-0/+280
* Controls: Add TableViewDelegateMohammadHossein Qanbari2024-11-272-2/+4
* Only send a LocationChanged event for the item where geometry changedJan Arve Sæther2024-07-123-0/+161
* Fix test compilation issues with QtLite configurationJari Helaakoski2024-04-301-0/+4
* dom: use only one DomCreationOptions per DomEnvironmentSami Shalayel2024-03-141-2/+2
* Correct license for test filesLucie Gérard2024-02-27217-217/+217
* Add performance benchmark test for curve rendererEirik Aavitsland2024-02-243-0/+90
* DOM refactoring. Remove LoadOptionsDmitrii Akshintsev2024-01-301-6/+4
* QtQml: Add a benchmark that runs the DeltaBlue constraint solverUlf Hermann2024-01-3015-0/+1776
* DOM refactoring. Move loadPendingDependencies to DomEnvironmentDmitrii Akshintsev2024-01-181-2/+1
* DOM refactoring. Remove DomItem::loadItem. enable_shared_from_this for DomEnv*Dmitrii Akshintsev2024-01-181-4/+7
* QmlDom: Add const-correctnessUlf Hermann2023-09-151-1/+1
* Move dom construction time test into BenchmarksSemih Yavuz2023-06-265-0/+6752
* Make the colorresolving benchmark also a benchmark for cmakeVolker Hilsheimer2023-04-271-15/+10
* QQuickMouseArea: do not overload pressed-signalSami Shalayel2023-01-241-15/+15
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-2015-20/+20
* Remove "2" from Qt Quick Controls directoriesMitch Curtis2022-12-0158-3/+3
* tst_qqmlchangeset: fix target name typo and de-duplicate testsMitch Curtis2022-11-011-2/+2
* tests/benchmarks/quickcontrols2: allow opening projects in CreatorMitch Curtis2022-10-312-0/+12
* Port from container::count() and length() to size() - V5Marc Mutz2022-10-132-2/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-073-4/+4
* Port from container::count() and length() to size()Marc Mutz2022-10-071-4/+4