| Commit message (Expand) | Author | Age | Files | Lines |
| * | Inline the rest of qv4compileddata.cpp | Ulf Hermann | 2019-06-26 | 1 | -157/+0 |
| * | Inline CompiledData::unlink() into the only caller | Ulf Hermann | 2019-06-24 | 1 | -10/+0 |
| * | Move unit checksum generation into qv4compiler | Ulf Hermann | 2019-06-24 | 1 | -19/+0 |
| * | Move saveToDisk into SaveableUnitPointer | Ulf Hermann | 2019-06-24 | 1 | -33/+0 |
| * | Move the header checking into ExecutableCompilationUnit | Ulf Hermann | 2019-06-14 | 1 | -57/+0 |
| * | Move AST -> CompiledData location transformation to scan functions | Ulf Hermann | 2019-06-13 | 1 | -7/+0 |
| * | Split QV4::Value into a static and a dynamic part | Ulf Hermann | 2019-05-31 | 1 | -4/+4 |
| * | Remove V4_BOOTSTRAP condition around header verification | Ulf Hermann | 2019-05-09 | 1 | -6/+0 |
| * | Add abstraction for temporarily setting StaticData when saving | Ulf Hermann | 2019-05-17 | 1 | -16/+3 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -733/+9 |
| * | Generate the compilation unit checksum whenever we have MD5 | Ulf Hermann | 2019-05-09 | 1 | -1/+1 |
| * | Drop some dead bootstrap code | Ulf Hermann | 2019-05-08 | 1 | -7/+4 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-04-18 | 1 | -2/+6 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-04-17 | 1 | -0/+2 |
| | |\ |
|
| | | * | QML: Check for (valid) compilation units while hashing | Erik Verbruggen | 2019-04-16 | 1 | -0/+2 |
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13v5.13.0-beta3 | Qt Forward Merge Bot | 2019-04-15 | 1 | -2/+4 |
| | |\| |
|
| | | * | Only create the imports array if importCount is greater than 0 | Andy Shaw | 2019-04-14 | 1 | -2/+4 |
| * | | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-03-26 | 1 | -1/+9 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-25 | 1 | -1/+9 |
| | |\| |
|
| | | * | Fix memory "leaks" in qmlcachegen | Simon Hausmann | 2019-03-22 | 1 | -1/+9 |
| * | | | Merge remote-tracking branch 'origin/5.13' into HEAD | Ulf Hermann | 2019-03-22 | 1 | -0/+22 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-21 | 1 | -0/+22 |
| | |\| |
|
| | | * | Accelerate access to scope object properties in lookups | Michael Brasser | 2019-03-20 | 1 | -0/+5 |
| | | * | Implement dummy QML lookups for "global" variables | Simon Hausmann | 2019-03-20 | 1 | -0/+2 |
| | | * | Enable lookups in QML | Simon Hausmann | 2019-03-19 | 1 | -0/+15 |
| * | | | Merge remote-tracking branch 'origin/5.13' into dev | Qt Forward Merge Bot | 2019-02-25 | 1 | -1/+1 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Liang Qi | 2019-02-22 | 1 | -1/+1 |
| | |\| |
|
| | | * | QML: Pass type minor version when creating property data | Ulf Hermann | 2019-02-21 | 1 | -1/+1 |
| * | | | QML: Split propertyCache into multiple files | Ulf Hermann | 2019-02-01 | 1 | -1/+0 |
| |/ / |
|
| * | | V4: Collect trace information in the interpreter | Erik Verbruggen | 2019-01-25 | 1 | -2/+3 |
| * | | Merge remote-tracking branch 'origin/5.12' into dev | Liang Qi | 2019-01-22 | 1 | -1/+1 |
| |\| |
|
| | * | Fix build error when building with -no-feature-translation | Ulf Hermann | 2019-01-11 | 1 | -1/+1 |
| * | | QML: Special case null as binding type | Ulf Hermann | 2019-01-21 | 1 | -0/+2 |
| |/ |
|
| * | Fix ICC warning about old-style scoping rules | Thiago Macieira | 2018-12-12 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12 | Qt Forward Merge Bot | 2018-11-16 | 1 | -21/+17 |
| |\ |
|
| | * | Fix translation bindings when qtquickcompiler is used | Frederik Gladhorn | 2018-11-06 | 1 | -1/+1 |
| | * | Expose let/const variables from imported JS scripts | Jüri Valdmann | 2018-11-02 | 1 | -20/+16 |
| * | | Create proper template objects for tagged templates | Lars Knoll | 2018-11-05 | 1 | -0/+34 |
| |/ |
|
| * | Fix error reporting when imports or re-exports in modules fail | Simon Hausmann | 2018-10-11 | 1 | -2/+9 |
| * | Refactor InternalClass::find() | Lars Knoll | 2018-09-27 | 1 | -2/+2 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -2/+2 |
| * | Add support for compiling ES modules ahead of time | Simon Hausmann | 2018-08-17 | 1 | -2/+2 |
| * | Fix order of own property names of module namespace objects | Simon Hausmann | 2018-08-15 | 1 | -0/+42 |
| * | Cleanup RegExpObject | Lars Knoll | 2018-08-15 | 1 | -13/+3 |
| * | Fix explicit export of imported variables | Simon Hausmann | 2018-08-14 | 1 | -3/+5 |
| * | Fix module dependency handling | Simon Hausmann | 2018-08-14 | 1 | -16/+3 |
| * | Implement star re-exports | Simon Hausmann | 2018-08-14 | 1 | -1/+30 |
| * | Implement initial support for import namespaces | Simon Hausmann | 2018-08-14 | 1 | -0/+3 |
| * | Implement indirect exports in modules | Simon Hausmann | 2018-08-14 | 1 | -11/+51 |
| * | Enable unicode regular expressions | Lars Knoll | 2018-08-10 | 1 | -1/+4 |