aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcachegen/tst_qmlcachegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optimize memory consumption of ahead-of-time compile cache filesSimon Hausmann2018-07-311-0/+10
* Reduce memory usage when loading QML files from AOT generated cachesSimon Hausmann2018-07-311-0/+25
* Fix import of precompiled .js filesSimon Hausmann2018-07-311-2/+72
* Encapsulate the unit data in CompilationUnitSimon Hausmann2018-07-311-2/+3
* Try to load QML cache from CacheLocation if side-by-side failsThiago Macieira2018-07-271-0/+8
* Clarify error message when using eval in signal handlersSimon Hausmann2018-06-281-1/+1
* Fix CONFIG+=qtquickcompiler with umlauts in the file pathSimon Hausmann2018-06-191-4/+18
* Ensure we restore QML-defined enumsMichael Brasser2018-05-231-0/+11
* Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-0/+11
* Fix CONFIG+=qtquickcompiler with paths that contain spacesSimon Hausmann2018-03-271-0/+14
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-201-0/+46
* Handle function expressions as signal handlersErik Verbruggen2018-03-201-0/+64
* Merge remote-tracking branch 'origin/5.10' into 5.11Liang Qi2018-02-121-0/+18
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-02-021-0/+18
| |\
| | * Fix memory leak with QtQuick compiler generated filesSimon Hausmann2018-02-021-0/+18
* | | Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-281-0/+15
* | | Minor data structure cleanupSimon Hausmann2018-01-221-1/+1
* | | Fix decoding of bytecode instructions on ARM generated on x86-64Simon Hausmann2018-01-051-0/+34
|/ /
* | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-2/+33
|\|
| * Error out when compiling signal handlers with arguments in qml filesSimon Hausmann2017-09-121-2/+33
* | Fix lookup of formals in QML signal handlers with AOTSimon Hausmann2017-06-211-0/+36
|/
* Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-061-0/+42
* Fix loading of ahead-of-time generated cache files when cross-compilingSimon Hausmann2017-04-061-1/+1
* Add auto-test for qmlcachegenSimon Hausmann2017-04-061-0/+121