aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlcachegen
Commit message (Expand)AuthorAgeFilesLines
* qmake: Fix generated *_qmlcache.cpp file pathsJoerg Bornemann2022-12-141-0/+1
* 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
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* QtDeclarative: port away from deprecated qSetGlobalQHashSeed(0)Ivan Solovev2022-08-291-1/+1
* CMake: Don't use PUBLIC_LIBRARIES for executablesAlexandru Croitor2022-07-211-1/+1
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* 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
* Skip unnecessary commands when cross-building toolsJoerg Bornemann2021-10-081-0/+1
* replace devtools library with QtQmlFawzi Mohamed2021-07-021-1/+0
* CMake: Update warning about qtquick_compiler_add_resourcesAlexandru Croitor2021-06-251-3/+4
* 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
* CMake: Remove unneeded *.pro and .prev_CMakeLists.txt filesCraig Scott2021-05-191-46/+0
* Move tools to libexecKai Köhne2021-05-113-2/+3
* Fix regression where qtquickcompiler cannot find rccKai Köhne2021-05-071-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
* Remove the qmake project filesFabian Kosmale2021-01-151-39/+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-235-244/+7
* qmlcachegen: Move resourcefilter.cpp into QmlCompilerUlf Hermann2020-10-205-179/+3
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-10-062-2/+2
* QmlCompiler: Rename ResourceFileMapperUlf Hermann2020-10-051-3/+3
* Long live libQtQmlCompiler!Ulf Hermann2020-10-054-15/+4
* CMake: Install public qmake .prf files into the prefix mkspecs dirAlexandru Croitor2020-09-211-0/+12
* Prepare Qt5QuickCompiler.cmake.in for Qt6Ulf Hermann2020-07-055-97/+17
* Revive QTQUICK_COMPILER_SKIPPED_RESOURCESUlf Hermann2020-06-301-0/+12
* Port QtDeclarative from QStringRef to QStringViewKarsten Heimrich2020-06-161-1/+1
* qtquickcompiler: Fix compilation from different drive (Windows)Kai Koehne2020-06-161-2/+1
* CMake: Regenerate qtdeclarative/toolsAlexandru Croitor2020-05-292-1/+2
* Port qmlcachegen to QRegularExpressionLars Knoll2020-04-241-2/+2
* Move qmllint's metatype support to tools/sharedUlf Hermann2020-04-012-3/+7
* CMake: Regenerate and adapt to merge from devwip/cmakeAlexandru Croitor2020-03-122-6/+2
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-123-4/+5
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-091-3/+3
| |\
| | * Restore offset/length in QQmlJS::DiagnosticMessageSimon Hausmann2020-03-021-3/+3