| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | 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 |
| * | | Add option to retain sources when generating QML cache | Ulf Hermann | 2019-01-04 | 1 | -2/+12 |
| |/ |
|
| * | Clone ContextType::Global as ContextType::ScriptImportedByQML | Jüri Valdmann | 2018-11-01 | 1 | -1/+1 |
| * | Add support for compiling ES modules ahead of time | Simon Hausmann | 2018-08-17 | 1 | -72/+77 |
| * | Clean up internal QML unit creation API | Simon Hausmann | 2018-07-31 | 1 | -12/+12 |
| * | Fix import of precompiled .js files | Simon Hausmann | 2018-07-31 | 1 | -0/+4 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Qt Forward Merge Bot | 2018-06-29 | 1 | -5/+7 |
| |\ |
|
| | * | Clarify error message when using eval in signal handlers | Simon Hausmann | 2018-06-28 | 1 | -5/+7 |
| * | | Remove obsolete option | Simon Hausmann | 2018-06-26 | 1 | -3/+0 |
| * | | Merge remote-tracking branch 'origin/5.11' into dev | Liang Qi | 2018-05-15 | 1 | -1/+1 |
| |\| |
|
| | * | Fix .import within .js files with CONFIG+=qtquickcompiler | Simon Hausmann | 2018-05-11 | 1 | -1/+1 |
| * | | Rename the CompilationMode enum to ContextType | Lars Knoll | 2018-05-02 | 1 | -1/+1 |
| * | | Clean up manual reference of QQmlTypeData and QQmlPropertyCache | Simon Hausmann | 2018-04-26 | 1 | -2/+2 |
| * | | Disentangle some includes by moving QQmlJS::Directives into qqmljsengine_p.h | Lars Knoll | 2018-04-25 | 1 | -0/+1 |
| |/ |
|
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -2/+2 |
| * | qmlcachegen: fix error messages for js files | Mitch Curtis | 2018-02-20 | 1 | -1/+1 |
| * | Fix CONFIG+=qtquickcompiler with multiple resource files | Simon Hausmann | 2018-02-08 | 1 | -12/+28 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-02-02 | 1 | -4/+23 |
| |\ |
|
| | * | Fix illegal name setup in qmlcachegen | Simon Hausmann | 2018-01-18 | 1 | -0/+2 |
| | * | Use a more optimized lookup for global properties | Lars Knoll | 2018-01-17 | 1 | -3/+19 |
| | * | Use potentially intercepted URL as ID for compilation units | Ulf Hermann | 2017-12-21 | 1 | -3/+10 |
| * | | Add support for compiling QML/JS files ahead of time in resources | Simon Hausmann | 2018-01-28 | 1 | -8/+165 |
| * | | Minor data structure cleanup | Simon Hausmann | 2018-01-22 | 1 | -25/+4 |
| * | | Fix build for QML modules with qmlcache config enabled | J-P Nurmi | 2017-12-08 | 1 | -6/+4 |
| * | | Merge remote-tracking branch 'origin/dev' into HEAD | Lars Knoll | 2017-10-22 | 1 | -0/+36 |
| |\| |
|
| | * | Error out when compiling signal handlers with arguments in qml files | Simon Hausmann | 2017-09-12 | 1 | -0/+36 |
| * | | Fix disabling fast lookups for QML | Erik Verbruggen | 2017-07-07 | 1 | -10/+2 |
| * | | Split up qv4codegen into several files | Lars Knoll | 2017-07-03 | 1 | -1/+1 |