aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen/qmlcachegen.cpp
Commit message (Expand)AuthorAgeFilesLines
* qmlcachegen: Add hidden --static optionUlf Hermann12 days1-0/+3
* Add --warnings-are-errors option to qmlcachegenJoerg Bornemann2023-12-221-1/+8
* Compiler: Separate function prolog block and add validation of blocksOlivier De Cannière2023-08-041-46/+38
* qmlcachegen: Add a --verbose command line optionUlf Hermann2023-04-241-6/+5
* QML: Turn singleton/type mismatch into a run time type errorUlf Hermann2023-01-271-1/+7
* QmlCompiler: Add a separate flag for the "pragma Strict" checkUlf Hermann2022-10-201-1/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-071-1/+1
* Add --bare option to qmltc and qmlcachegenUlf Hermann2022-09-091-1/+4
* QtDeclarative: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-291-1/+1
* QQmlJSLogger: Switch to an ID based systemMaximilian Goldstein2022-06-301-4/+4
* Use SPDX license identifiersLucie Gérard2022-06-111-27/+2
* Turn qmlcompiler into a shared libraryMaximilian Goldstein2022-03-251-4/+0
* qmlcachegen: Re-enable pragma Strict checkingUlf Hermann2022-02-181-0/+1
* Redesign QQmlJSLogger internalsAndrei Golubev2022-02-121-13/+8
* qmllint: Warn about missing singleton pragmas/qmldir entriesMaximilian Goldstein2022-02-031-0/+8
* Pass qmldir to qmlcachegen, qmllint and qmltc, not the qmltypes fileUlf Hermann2021-12-131-2/+2
* Compile QML files ahead of time with qmlcachegenUlf Hermann2021-12-031-33/+83
* Replace qmlcachegen's --qmljs-runtime with generic mechanismUlf Hermann2021-06-181-3/+0
* qmlcachegen: Fix typo in command line option descriptionPavol Markovic2021-06-121-1/+1
* qmlcachegen: Add an ignored option -IUlf Hermann2021-03-041-0/+3
* Rework QQmlJSResourceFileMapperUlf Hermann2021-02-241-3/+5
* qmlcachegen: Accept both --resource and --resource-pathUlf Hermann2021-02-231-7/+0
* Add a -i <qmltypes> option to qmlcachegenUlf Hermann2021-01-121-0/+5
* Allow passing --qmljs-runtime to the qmlcachegen implementationUlf Hermann2020-12-021-0/+2
* Allow passing --direct-calls to the qmlcachegen implementationUlf Hermann2020-12-011-0/+2
* 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
|/