| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Update commercial license headers" | Tarja Sundqvist | 2022-11-24 | 1 | -11/+11 |
| * | Update commercial license headers | Tarja Sundqvist | 2022-06-04 | 1 | -11/+11 |
| * | qmlcachegen: Fix typo in command line option description | Pavol Markovic | 2021-09-28 | 1 | -1/+1 |
| * | Replace qmlcachegen's --qmljs-runtime with generic mechanism | Ulf Hermann | 2021-07-09 | 1 | -3/+0 |
| * | qmlcachegen: Add an ignored option -I | Ulf Hermann | 2021-03-04 | 1 | -0/+3 |
| * | Rework QQmlJSResourceFileMapper | Ulf Hermann | 2021-02-24 | 1 | -3/+5 |
| * | qmlcachegen: Accept both --resource and --resource-path | Ulf Hermann | 2021-02-23 | 1 | -7/+0 |
| * | Add a -i <qmltypes> option to qmlcachegen | Ulf Hermann | 2021-01-12 | 1 | -0/+5 |
| * | Allow passing --qmljs-runtime to the qmlcachegen implementation | Ulf Hermann | 2020-12-02 | 1 | -0/+2 |
| * | Allow passing --direct-calls to the qmlcachegen implementation | Ulf Hermann | 2020-12-01 | 1 | -0/+2 |
| * | qmlcachegen: Move functions to compile QML/JS files to QmlCompiler | Ulf Hermann | 2020-10-23 | 1 | -375/+13 |
| * | qmlcachegen: Add empty AOT built functions to the loader | Ulf Hermann | 2020-10-23 | 1 | -1/+11 |
| * | Move generateloader.cpp to QmlCompiler | Ulf Hermann | 2020-10-23 | 1 | -9/+6 |
| * | qmlcachegen: Move resourcefilter.cpp into QmlCompiler | Ulf Hermann | 2020-10-20 | 1 | -4/+3 |
| * | QmlCompiler: Rename ResourceFileMapper | Ulf Hermann | 2020-10-05 | 1 | -3/+3 |
| * | Long live libQtQmlCompiler! | Ulf Hermann | 2020-10-05 | 1 | -2/+1 |
| * | Merge remote-tracking branch 'origin/dev' into wip/cmake | Alexandru Croitor | 2020-03-12 | 1 | -3/+3 |
| |\ |
|
| | * | Restore offset/length in QQmlJS::DiagnosticMessage | Simon Hausmann | 2020-03-02 | 1 | -3/+3 |
| | * | Avoid deprecated non-q-prefixed hex() function | Ulf Hermann | 2019-12-17 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'origin/dev' into wip/cmake | Alexandru Croitor | 2019-10-14 | 1 | -12/+4 |
| |\ \ |
|
| | * | | Merge remote-tracking branch 'origin/5.15' into dev | Qt Forward Merge Bot | 2019-09-22 | 1 | -0/+7 |
| | |\| |
|
| | | * | Fix regression when using CONFIG+=QtQuickCompiler and .qrc files in subdirs | Simon Hausmann | 2019-09-19 | 1 | -0/+7 |
| | * | | Merge remote-tracking branch 'origin/wip/qt6' into dev | Simon Hausmann | 2019-09-19 | 1 | -1/+1 |
| | |\ \
| | |/
| |/| |
|
| | * | | Fix *.js files disappearing from RESOURCES when not using QtQml | Simon Hausmann | 2019-09-09 | 1 | -16/+3 |
| * | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake | Alexandru Croitor | 2019-10-11 | 1 | -0/+6 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Merge remote-tracking branch 'origin/dev' into wip/qt6 | Ulf Hermann | 2019-09-05 | 1 | -0/+6 |
| | |\| |
|
| | | * | Fix build without features.temporaryfile | Tasuku Suzuki | 2019-08-19 | 1 | -0/+6 |
| * | | | Extend qmlcachge to support --retain with CMake | Leander Beernaert | 2019-08-13 | 1 | -1/+2 |
| * | | | Add support for generating qmlcache_loader without qrc | Leander Beernaert | 2019-07-31 | 1 | -4/+57 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/dev' into wip/qt6 | Simon Hausmann | 2019-07-12 | 1 | -7/+4 |
| |\| |
|
| | * | Disentangle includes and namespaces | Ulf Hermann | 2019-07-11 | 1 | -0/+2 |
| | * | Merge JSCodeGen and QQmlJSCodeGenerator | Ulf Hermann | 2019-07-10 | 1 | -7/+2 |
| * | | Merge remote-tracking branch 'origin/dev' into wip/qt6 | Alexandru Croitor | 2019-07-08 | 1 | -11/+14 |
| |\| |
|
| | * | Simplify codegen error handling | Ulf Hermann | 2019-07-04 | 1 | -11/+14 |
| * | | Fix Qt6 build in preparation of qt5 submodule update | Alexandru Croitor | 2019-07-08 | 1 | -1/+1 |
| |/ |
|
| * | Move saveToDisk into SaveableUnitPointer | Ulf Hermann | 2019-06-24 | 1 | -21/+26 |
| * | Simplify errors and diagnostics | Ulf Hermann | 2019-06-14 | 1 | -3/+3 |
| * | Add abstraction for temporarily setting StaticData when saving | Ulf Hermann | 2019-05-17 | 1 | -22/+14 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -13/+17 |
| * | Move compileModule() into qv4codegen.cpp | Ulf Hermann | 2019-05-08 | 1 | -1/+2 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-27 | 1 | -1/+0 |
| |\ |
|
| | * | Enable lookups for imported scripts and worker scripts | Simon Hausmann | 2019-03-25 | 1 | -1/+0 |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-25 | 1 | -5/+0 |
| |\| |
|
| | * | Enable lookups in QML files when compiling ahead of time | Simon Hausmann | 2019-03-22 | 1 | -1/+0 |
| | * | Fix memory "leaks" in qmlcachegen | Simon Hausmann | 2019-03-22 | 1 | -4/+0 |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-21 | 1 | -6/+3 |
| |\| |
|
| | * | Remove dead compile time QML context/scope property and id object code | Simon Hausmann | 2019-03-20 | 1 | -6/+3 |
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-18 | 1 | -11/+2 |
| |\| |
|
| | * | Fix up global name determination when compiling ahead of time | Simon Hausmann | 2019-03-15 | 1 | -11/+2 |
| * | | qmlcachegen: Eliminate foreach | Ulf Hermann | 2019-01-04 | 1 | -2/+2 |