aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen
Commit message (Expand)AuthorAgeFilesLines
* Clarify error message when using eval in signal handlersSimon Hausmann2018-06-281-5/+7
* 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
* 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
* Fix .import within .js files with CONFIG+=qtquickcompilerSimon Hausmann2018-05-111-1/+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
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-09-201-0/+36
| |\|
| | * Error out when compiling signal handlers with arguments in qml filesSimon Hausmann2017-09-121-0/+36
* | | Merge remote-tracking branch 'origin/dev' into wip/new-backendLars Knoll2017-08-221-0/+2
|\| |
| * | Adjust QMAKE_TARGET_PRODUCT, QMAKE_TARGET_DESCRIPTIONKai Koehne2017-07-281-0/+2
| |/
* | 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
|/
* Disable ahead-of-time cache generation on AndroidSimon Hausmann2017-06-061-0/+5
* 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-062-5/+15
* 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
* Fix relocation related errors when loading AOT cachesSimon Hausmann2017-03-091-2/+2
* Fix time stamp related errors when loading AOT cachesSimon Hausmann2017-03-091-2/+0
* Simplify build system integrationSimon Hausmann2017-03-091-14/+4
* Fix cache file generation for prefix and shadow buildsSimon Hausmann2017-03-091-8/+22
* Fix skipping of qml cache generation on unsupported architecturesSimon Hausmann2017-03-072-7/+35
* Fix qmlcachegen command line parametersSimon Hausmann2017-03-071-7/+15