aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen/generateloader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Port qmlcachegen to QRegularExpressionLars Knoll2020-04-241-2/+2
* Use QTypeRevision for all versions and revisionsUlf Hermann2020-02-031-1/+1
* Fix *.js files disappearing from RESOURCES when not using QtQmlSimon Hausmann2019-09-091-231/+2
* Fix build without features.temporaryfileTasuku Suzuki2019-08-191-0/+6
* Port to somewhat stricter implicit conversions to QCharMarc Mutz2019-07-021-1/+1
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-1/+6
|\
| * Unregister unit cache hook when destroying the plugin singletonMitch Curtis2019-06-251-1/+6
* | qmlcachegen: Eliminate foreachUlf Hermann2019-01-041-1/+1
* | Add option to retain sources when generating QML cacheUlf Hermann2019-01-041-4/+11
* | Fix warnings about unused Qt containersSergio Martins2018-11-301-1/+1
* | QMLCacheGen: add missing QRegExp includeSamuel Gaist2018-11-171-0/+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 CONFIG+=qtquickcompiler with paths that contain spacesSimon Hausmann2018-03-271-0/+1
* Fix CONFIG+=qtquickcompiler with Q_CLEANUP_RESOURCESimon Hausmann2018-03-191-3/+11
* init variables where they are declared when possible (clang-tidy)Shawn Rutledge2018-02-261-4/+2
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Remove private API dependency of qmlcachegen generated codeSimon Hausmann2018-01-281-7/+1
* Add support for compiling QML/JS files ahead of time in resourcesSimon Hausmann2018-01-281-0/+398