aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen/qmlcachegen.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move saveToDisk into SaveableUnitPointerUlf Hermann2019-06-241-21/+26
* Simplify errors and diagnosticsUlf Hermann2019-06-141-3/+3
* Add abstraction for temporarily setting StaticData when savingUlf Hermann2019-05-171-22/+14
* Split CompiledData::CompilationUnit in twoUlf Hermann2019-05-161-13/+17
* Move compileModule() into qv4codegen.cppUlf Hermann2019-05-081-1/+2
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-271-1/+0
|\
| * Enable lookups for imported scripts and worker scriptsSimon Hausmann2019-03-251-1/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-251-5/+0
|\|
| * Enable lookups in QML files when compiling ahead of timeSimon Hausmann2019-03-221-1/+0
| * Fix memory "leaks" in qmlcachegenSimon Hausmann2019-03-221-4/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-211-6/+3
|\|
| * Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-6/+3
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-181-11/+2
|\|
| * Fix up global name determination when compiling ahead of timeSimon Hausmann2019-03-151-11/+2
* | qmlcachegen: Eliminate foreachUlf Hermann2019-01-041-2/+2
* | Add option to retain sources when generating QML cacheUlf Hermann2019-01-041-2/+12
|/
* Clone ContextType::Global as ContextType::ScriptImportedByQMLJüri Valdmann2018-11-011-1/+1
* Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-171-72/+77
* Clean up internal QML unit creation APISimon Hausmann2018-07-311-12/+12
* Fix import of precompiled .js filesSimon Hausmann2018-07-311-0/+4
* Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-06-291-5/+7
|\
| * Clarify error message when using eval in signal handlersSimon Hausmann2018-06-281-5/+7
* | Remove obsolete optionSimon Hausmann2018-06-261-3/+0
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-151-1/+1
|\|
| * Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-1/+1
* | Rename the CompilationMode enum to ContextTypeLars Knoll2018-05-021-1/+1
* | Clean up manual reference of QQmlTypeData and QQmlPropertyCacheSimon Hausmann2018-04-261-2/+2
* | Disentangle some includes by moving QQmlJS::Directives into qqmljsengine_p.hLars Knoll2018-04-251-0/+1
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-2/+2
* qmlcachegen: fix error messages for js filesMitch Curtis2018-02-201-1/+1
* Fix CONFIG+=qtquickcompiler with multiple resource filesSimon Hausmann2018-02-081-12/+28
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-4/+23
|\
| * Fix illegal name setup in qmlcachegenSimon Hausmann2018-01-181-0/+2
| * Use a more optimized lookup for global propertiesLars Knoll2018-01-171-3/+19
| * Use potentially intercepted URL as ID for compilation unitsUlf Hermann2017-12-211-3/+10
* | Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-281-8/+165
* | Minor data structure cleanupSimon Hausmann2018-01-221-25/+4
* | Fix build for QML modules with qmlcache config enabledJ-P Nurmi2017-12-081-6/+4
* | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-0/+36
|\|
| * Error out when compiling signal handlers with arguments in qml filesSimon Hausmann2017-09-121-0/+36
* | Fix disabling fast lookups for QMLErik Verbruggen2017-07-071-10/+2
* | Split up qv4codegen into several filesLars Knoll2017-07-031-1/+1
* | Remove now unused filesLars Knoll2017-06-301-43/+22
* | Pass the JSUnitGenerator into the codegenLars Knoll2017-06-191-2/+8
|/
* Fix support for jsTr() and QT_TR_NOOP in list elements when cachingSimon Hausmann2017-04-061-3/+5
* Fix loading of ahead-of-time generated cache files when cross-compilingSimon Hausmann2017-04-061-4/+11
* Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Simon Hausmann2017-03-251-6/+2
|\
| * Merge remote-tracking branch 'origin/5.8' into 5.9Simon Hausmann2017-03-151-6/+2
* | QHash: use the public functions to set the global hash seedThiago Macieira2017-03-161-2/+2
|/
* Fix support for enums and translations in list elementsSimon Hausmann2017-03-101-0/+35