aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen/qmlcachegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlcachegen: Move functions to compile QML/JS files to QmlCompilerUlf Hermann2020-10-231-375/+13
* qmlcachegen: Add empty AOT built functions to the loaderUlf Hermann2020-10-231-1/+11
* Move generateloader.cpp to QmlCompilerUlf Hermann2020-10-231-9/+6
* qmlcachegen: Move resourcefilter.cpp into QmlCompilerUlf Hermann2020-10-201-4/+3
* QmlCompiler: Rename ResourceFileMapperUlf Hermann2020-10-051-3/+3
* Long live libQtQmlCompiler!Ulf Hermann2020-10-051-2/+1
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-121-3/+3
|\
| * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-3/+3
| * Avoid deprecated non-q-prefixed hex() functionUlf Hermann2019-12-171-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-141-12/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-09-221-0/+7
| |\|
| | * Fix regression when using CONFIG+=QtQuickCompiler and .qrc files in subdirsSimon Hausmann2019-09-191-0/+7
| * | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-191-1/+1
| |\ \ | | |/ | |/|
| * | Fix *.js files disappearing from RESOURCES when not using QtQmlSimon Hausmann2019-09-091-16/+3
* | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-10-111-0/+6
|\ \ \ | | |/ | |/|
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Ulf Hermann2019-09-051-0/+6
| |\|
| | * Fix build without features.temporaryfileTasuku Suzuki2019-08-191-0/+6
* | | Extend qmlcachge to support --retain with CMakeLeander Beernaert2019-08-131-1/+2
* | | Add support for generating qmlcache_loader without qrcLeander Beernaert2019-07-311-4/+57
|/ /
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-07-121-7/+4
|\|
| * Disentangle includes and namespacesUlf Hermann2019-07-111-0/+2
| * Merge JSCodeGen and QQmlJSCodeGeneratorUlf Hermann2019-07-101-7/+2
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-081-11/+14
|\|
| * Simplify codegen error handlingUlf Hermann2019-07-041-11/+14
* | Fix Qt6 build in preparation of qt5 submodule updateAlexandru Croitor2019-07-081-1/+1
|/
* 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