| Commit message (Expand) | Author | Age | Files | Lines |
| * | Split compiler and runtime more clearly | Ulf Hermann | 2019-07-11 | 1 | -1326/+0 |
| * | Move BindingPropertyData into ExecutableCompilationUnit | Ulf Hermann | 2019-07-11 | 1 | -4/+0 |
| * | Split qqmltypeloader{_p.h|.cpp} into a several files | Ulf Hermann | 2019-07-11 | 1 | -1/+0 |
| * | Add support for C++ accessible typed parameters and return types in qml funct... | Simon Hausmann | 2019-07-09 | 1 | -29/+30 |
| * | Fix standalone build | Simon Hausmann | 2019-07-09 | 1 | -0/+2 |
| * | Centralize property & signal parameter type handling at compilation time | Simon Hausmann | 2019-07-08 | 1 | -2/+8 |
| * | Minor internal API cleanup | Simon Hausmann | 2019-07-05 | 1 | -9/+11 |
| * | Reduce the size of Property fields in type compilation data | Simon Hausmann | 2019-07-05 | 1 | -7/+24 |
| * | Internal API cleanup | Simon Hausmann | 2019-07-05 | 1 | -5/+1 |
| * | Reduce the size of signal parameters in qml cache data | Simon Hausmann | 2019-07-05 | 1 | -3/+6 |
| * | Remove unused field member | Simon Hausmann | 2019-07-05 | 1 | -2/+1 |
| * | Inline the rest of qv4compileddata.cpp | Ulf Hermann | 2019-06-26 | 1 | -23/+109 |
| * | Inline CompiledData::unlink() into the only caller | Ulf Hermann | 2019-06-24 | 1 | -2/+0 |
| * | Move unit checksum generation into qv4compiler | Ulf Hermann | 2019-06-24 | 1 | -3/+0 |
| * | Move saveToDisk into SaveableUnitPointer | Ulf Hermann | 2019-06-24 | 1 | -21/+47 |
| * | Move the header checking into ExecutableCompilationUnit | Ulf Hermann | 2019-06-14 | 1 | -3/+0 |
| * | Move AST -> CompiledData location transformation to scan functions | Ulf Hermann | 2019-06-13 | 1 | -3/+0 |
| * | Split QV4::Value into a static and a dynamic part | Ulf Hermann | 2019-05-31 | 1 | -3/+4 |
| * | Move valueAsNumber into ExecutableCompilationUnit | Ulf Hermann | 2019-05-13 | 1 | -8/+0 |
| * | Add abstraction for temporarily setting StaticData when saving | Ulf Hermann | 2019-05-17 | 1 | -0/+43 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -197/+51 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-05-09 | 1 | -0/+4 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-05-08 | 1 | -0/+4 |
| | |\ |
|
| | | * | Avoid std::function in qqmlirbuilder.cpp | Ulf Hermann | 2019-05-07 | 1 | -0/+4 |
| * | | | Drop some dead bootstrap code | Ulf Hermann | 2019-05-08 | 1 | -4/+3 |
| * | | | Move dynamicStrings into the bootstrapped part of QV4::CompiledData | Ulf Hermann | 2019-05-07 | 1 | -11/+9 |
| * | | | Remove tracing JIT infrastructure | Ulf Hermann | 2019-04-29 | 1 | -5/+1 |
| * | | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-03-26 | 1 | -4/+0 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-25 | 1 | -4/+0 |
| | |\| |
|
| | | * | Fix memory "leaks" in qmlcachegen | Simon Hausmann | 2019-03-22 | 1 | -4/+0 |
| * | | | Merge remote-tracking branch 'origin/5.13' into HEAD | Ulf Hermann | 2019-03-22 | 1 | -28/+11 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-21 | 1 | -28/+11 |
| | |\| |
|
| | | * | Remove dead compile time QML context/scope property and id object code | Simon Hausmann | 2019-03-20 | 1 | -22/+5 |
| | | * | Implement dummy QML lookups for "global" variables | Simon Hausmann | 2019-03-20 | 1 | -3/+4 |
| * | | | V4: Add trace slot for UPlus | Erik Verbruggen | 2019-03-22 | 1 | -1/+7 |
| * | | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-02-21 | 1 | -0/+1 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-02-20 | 1 | -0/+1 |
| | |\| |
|
| | | * | Avoid unnecessary re-generation qml cache files in some circumstances | Ulf Hermann | 2019-02-18 | 1 | -0/+1 |
| * | | | QML: Split propertyCache into multiple files | Ulf Hermann | 2019-02-01 | 1 | -2/+1 |
| |/ / |
|
| * | | V4: Generate labels for backward jumps | Erik Verbruggen | 2019-01-31 | 1 | -4/+11 |
| * | | V4: Collect trace information in the interpreter | Erik Verbruggen | 2019-01-25 | 1 | -2/+5 |
| * | | QML: Special case null as binding type | Ulf Hermann | 2019-01-21 | 1 | -0/+2 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12 | Qt Forward Merge Bot | 2018-11-16 | 1 | -1/+1 |
| |\ |
|
| | * | Expose let/const variables from imported JS scripts | Jüri Valdmann | 2018-11-02 | 1 | -1/+1 |
| * | | Create proper template objects for tagged templates | Lars Knoll | 2018-11-05 | 1 | -1/+41 |
| |/ |
|
| * | QQmlScriptData: Extract qmlContextDataForContext from scriptValueForContext | Jüri Valdmann | 2018-10-17 | 1 | -0/+2 |
| * | Fix error reporting when imports or re-exports in modules fail | Simon Hausmann | 2018-10-11 | 1 | -2/+6 |
| * | Implement the dead temporal zone | Simon Hausmann | 2018-08-28 | 1 | -3/+8 |
| * | Add support for compiling ES modules ahead of time | Simon Hausmann | 2018-08-17 | 1 | -1/+1 |
| * | Add support for importing ES modules in .qml files | Simon Hausmann | 2018-08-17 | 1 | -1/+2 |