aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove dead compile time QML context/scope property and id object codeSimon Hausmann2019-03-201-6/+3
* Fix up global name determination when compiling ahead of timeSimon Hausmann2019-03-151-11/+2
* Skip processing qtquickcompiler.prf when parsed by Qt CreatorChristian Kandeler2019-02-271-0/+1
* CMake: Don't handle empty resource filesAndy Shaw2018-12-171-10/+12
* Fix Qt Quick Compiler with CMake on WindowsSimon Hausmann2018-11-271-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
* Fix use of CONFIG+=qtquickcompiler with spaces in pathsSimon Hausmann2018-03-141-6/+6
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-4/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-262-3/+3
* qmlcachegen: fix error messages for js filesMitch Curtis2018-02-201-1/+1
* Add support for qtquick_compiler_add_resources with cmake buildsSimon Hausmann2018-02-152-0/+78
* Fix CONFIG+=qtquickcompiler with multiple resource filesSimon Hausmann2018-02-083-21/+28
* Use qmlcachegen path from qtPrepareToolSamuli Piippo2018-02-081-4/+2
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-02-021-4/+23
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-241-4/+29
| |\
| | * 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
* | | Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-282-11/+1
* | | Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-287-10/+1074
* | | Minor data structure cleanupSimon Hausmann2018-01-222-39/+5
* | | Fix build for QML modules with qmlcache config enabledJ-P Nurmi2017-12-082-11/+4
* | | Merge remote-tracking branch 'origin/dev' into HEADLars Knoll2017-10-221-0/+36
|\| |