aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcachegen/tst_qmlcachegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_qmlcachegen: unify behavior for cross compiled testsSami Shalayel2025-07-071-51/+39
* tst_qmlcachegen: Produce nicer failure messagesUlf Hermann2025-06-111-2/+2
* qmlcachegen: fix crash on unresolved type with required propertySami Shalayel2025-06-061-0/+54
* QtQml: Re-run complete compilation pipeline on checksum mismatchUlf Hermann2025-05-261-1/+2
* Compiler: Skip bindings to properties of type QQmlScriptStringOlivier De Cannière2025-04-171-1/+4
* Compiler: Adapt AotStats to skipping functionsOlivier De Cannière2025-04-171-19/+41
* tst_qmlcachegen: Rework aotstats_generation testOlivier De Cannière2025-04-171-27/+21
* QtQml: Encapsulate QQmlComponentPrivateUlf Hermann2024-12-111-4/+4
* Compiler: Make qqmljsscope::filePath hold the source location more oftenOlivier De Cannière2024-10-311-0/+1
* Compiler: Record statistics about aot compilationOlivier De Cannière2024-05-281-0/+133
* Correct license for test filesLucie Gérard2024-02-271-1/+1
* QtQml: Move dependentScripts into base CUUlf Hermann2024-01-181-1/+2
* QtQml: Make base CU a member of ExecutableCompilationUnitUlf Hermann2024-01-101-1/+1
* QML diskcache: Verify cache file sizeFabian Kosmale2023-10-061-0/+19
* QtQml: Allow more fine grained control of the disk cacheUlf Hermann2023-01-021-21/+78
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Replace uses of deprecated _qs with _s/QStringLiteralSona Kurazyan2022-04-291-1/+3
* Skip tests that call qmlcachegen when cross-compiledPasi Petäjäjärvi2022-02-031-0/+48
* tst_qmlcachegen: Output some diagnostics on failuresUlf Hermann2022-01-251-0/+6
* Compile QML files ahead of time with qmlcachegenUlf Hermann2021-12-031-1/+4
* Improve tst_qmlcachegen::versionChecksForAheadOfTimeUnits()Ulf Hermann2021-11-221-9/+14
* SaveableUnitPointer::saveToDisk restores flags incorrectly at cleanupJarkko Koivikko2021-09-171-0/+12
* Output a message when tst_qmlcachegen's version check failsUlf Hermann2021-09-161-1/+15
* Consolidate test helpers into private librariesMitch Curtis2021-09-131-1/+9
* QQmlIRBuilder: Always preserve "undefined" stringFabian Kosmale2021-08-091-0/+110
* Refactor and update qml CMake APICraig Scott2021-06-041-2/+3
* Move tools to libexecKai Köhne2021-05-111-1/+2
* Fix some "can be marked override" warningsAndreas Buhr2021-02-231-1/+1
* QQmlIRLoader: Actually load RequiredPropertyExtraDataFabian Kosmale2021-02-031-0/+12
* Fix additional warnings from usage of deprecated APIsVolker Hilsheimer2020-09-161-1/+1
* QQmlIRLoader: Restore inline components correctlyFabian Kosmale2020-07-221-0/+14
* Revive QTQUICK_COMPILER_SKIPPED_RESOURCESUlf Hermann2020-06-301-0/+14
* Make qmlcachegen test ASAN cleanUlf Hermann2020-06-161-1/+3
* Prepare for new members in QQmlPrivate::CachedQmlUnitSimon Hausmann2020-04-211-8/+8
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-241-0/+10
|\
| * Pass suitable nFormals when constructing JS stack frameUlf Hermann2019-10-211-0/+10
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-041-0/+9
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-121-0/+10
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-281-0/+10
| | |\
| | | * Fix loading of ES modules when using CONFIG += qtquickcompilerSimon Hausmann2019-08-261-0/+10
* | | | Fix regression when using CONFIG+=QtQuickCompiler and .qrc files in subdirsSimon Hausmann2019-09-191-2/+1
* | | | Fix *.js files disappearing from RESOURCES when not using QtQmlSimon Hausmann2019-09-091-11/+7
|/ / /
* / / Split qqmltypeloader{_p.h|.cpp} into a several filesUlf Hermann2019-07-111-0/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-251-21/+65
|\|
| * Initialize TranslationData padding before writing cache filesUlf Hermann2019-03-211-21/+65
* | Add option to retain sources when generating QML cacheUlf Hermann2019-01-041-0/+8
|/
* Fix translation bindings when qtquickcompiler is usedFrederik Gladhorn2018-11-061-1/+18
* Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-171-0/+31
* Reduce memory consumption when loading AOT generated cache filesSimon Hausmann2018-08-011-10/+7
* Simplify signal handler parameter handlingSimon Hausmann2018-07-311-7/+3