aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcachegen
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-2520-38/+105
|\
| * Initialize TranslationData padding before writing cache filesUlf Hermann2019-03-2118-36/+103
* | Add option to retain sources when generating QML cacheUlf Hermann2019-01-044-0/+18
|/
* Fix translation bindings when qtquickcompiler is usedFrederik Gladhorn2018-11-061-1/+18
* Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-174-0/+43
* 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-197-4/+40
* Ensure we restore QML-defined enumsMichael Brasser2018-05-233-0/+22
* Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-115-0/+29
* Fix CONFIG+=qtquickcompiler with paths that contain spacesSimon Hausmann2018-03-274-0/+25
* Fix QML data structure version checking for ahead-of-time generated filesSimon Hausmann2018-03-203-0/+52
* 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-284-1/+35
* | | 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-062-0/+128