aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen
Commit message (Expand)AuthorAgeFilesLines
* 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-05-011-1/+1
|\
| * Skip QtQuickCompiler resource extraction when using lupdateSimon Hausmann2019-04-291-1/+1
* | 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-03-131-0/+1
|\|
| * Skip processing qtquickcompiler.prf when parsed by Qt CreatorChristian Kandeler2019-02-271-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-291-10/+12
|\|
| * CMake: Don't handle empty resource filesAndy Shaw2018-12-171-10/+12
* | qmlcachegen: Eliminate foreachUlf Hermann2019-01-042-3/+3
* | Add option to retain sources when generating QML cacheUlf Hermann2019-01-043-11/+41
* | Fix warnings about unused Qt containersSergio Martins2018-11-301-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-301-0/+1
|\|
| * Fix Qt Quick Compiler with CMake on WindowsSimon Hausmann2018-11-271-0/+1
* | QMLCacheGen: add missing QRegExp includeSamuel Gaist2018-11-171-0/+1
|/
* Clone ContextType::Global as ContextType::ScriptImportedByQMLJüri Valdmann2018-11-011-1/+1
* Fix long file name generated for certain qmlcache.qrcJarkko Koivikko2018-10-061-0/+1
* Add support for compiling ES modules ahead of timeSimon Hausmann2018-08-175-77/+86
* Clean up internal QML unit creation APISimon Hausmann2018-07-311-12/+12
* Fix import of precompiled .js filesSimon Hausmann2018-07-311-0/+4
* Fix qtquick_compiler_add_resources when cross-compilingSimon Hausmann2018-07-032-12/+40
* 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 devUlf Hermann2018-06-253-9/+63
|\|
| * CMake: fix bad argument quoting when calling rccRolf Eike Beer2018-06-191-1/+1
| * qmlcachegen: Remove superfluous semicolons from generated codeJoerg Bornemann2018-06-191-2/+2
| * Fix CONFIG+=qtquickcompiler with umlauts in the file pathSimon Hausmann2018-06-191-6/+48
| * Fix support for QTQUICK_COMPILER_SKIPPED_RESOURCESSimon Hausmann2018-06-191-0/+12
* | Merge remote-tracking branch 'origin/5.11' into devSimon Hausmann2018-06-191-2/+2
|\|
| * CMake: avoid x${var} tricksRolf Eike Beer2018-06-081-1/+1
| * CMake: replace deprecated exec_program() with execute_process()Rolf Eike Beer2018-06-081-1/+1
* | 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
|/
* Fix debug-and-release builds with CONFIG += qtquickcompilerSimon Hausmann2018-03-311-1/+1
* Fix CONFIG+=qtquickcompiler with paths that contain spacesSimon Hausmann2018-03-271-0/+1
* qtquick_compiler_add_resources() with spaces in pathsSimon Hausmann2018-03-271-1/+1
* Fix CONFIG+=qtquickcompiler with Q_CLEANUP_RESOURCESimon Hausmann2018-03-191-3/+11