| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge remote-tracking branch 'origin/tqtc/lts-5.15.11' into tqtc/lts-5.15-ope...v5.15.11-lts-lgpl | Tarja Sundqvist | 2023-06-09 | 1 | -30/+13 |
| |\ |
|
| | * | QML: Port QV4::CompiledData::RegExp to new special integer bitfield | Ulf Hermann | 2022-06-24 | 1 | -10/+7 |
| | * | QML: Port QV4::CompiledData::JSClassMember to new special integer bitfield | Ulf Hermann | 2022-06-24 | 1 | -2/+1 |
| | * | QML: Port QV4::CompiledData::Lookup to new special integer bitfield | Ulf Hermann | 2022-06-24 | 1 | -16/+4 |
| | * | QML: Port QV4::CompiledData::Location to new special integer bitfield | Ulf Hermann | 2022-06-24 | 1 | -2/+1 |
| * | | Revert "Update commercial license headers"v5.15.3-lts-lgpl | Tarja Sundqvist | 2021-03-24 | 1 | -20/+20 |
| |/ |
|
| * | Update commercial license headers | Tarja Sundqvist | 2021-02-02 | 1 | -20/+20 |
| * | Fix ubsan error | Allan Sandfeld Jensen | 2020-09-23 | 1 | -5/+9 |
| * | Prettify QV4_SHOW_BYTECODE output for JS classes | Ulf Hermann | 2020-06-02 | 1 | -11/+12 |
| * | Split compiler and runtime more clearly | Ulf Hermann | 2019-07-11 | 1 | -1/+1 |
| * | Add support for C++ accessible typed parameters and return types in qml funct... | Simon Hausmann | 2019-07-09 | 1 | -5/+13 |
| * | Collect type information for function parameters | Simon Hausmann | 2019-07-09 | 1 | -2/+2 |
| * | Move unit checksum generation into qv4compiler | Ulf Hermann | 2019-06-24 | 1 | -1/+20 |
| * | Move the header checking into ExecutableCompilationUnit | Ulf Hermann | 2019-06-14 | 1 | -1/+2 |
| * | Eliminate qmldevtools_build | Ulf Hermann | 2019-05-31 | 1 | -11/+18 |
| * | Split QV4::Value into a static and a dynamic part | Ulf Hermann | 2019-05-31 | 1 | -1/+1 |
| * | Move qv4string{_p.h|.cpp} out of the devtools | Ulf Hermann | 2019-05-10 | 1 | -1/+0 |
| * | Remove tracing JIT infrastructure | Ulf Hermann | 2019-04-29 | 1 | -1/+0 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-21 | 1 | -48/+9 |
| |\ |
|
| | * | Remove dead compile time QML context/scope property and id object code | Simon Hausmann | 2019-03-20 | 1 | -44/+1 |
| | * | Implement dummy QML lookups for "global" variables | Simon Hausmann | 2019-03-20 | 1 | -4/+8 |
| * | | V4: Generate labels for backward jumps | Erik Verbruggen | 2019-01-31 | 1 | -1/+12 |
| * | | V4: Collect trace information in the interpreter | Erik Verbruggen | 2019-01-25 | 1 | -1/+1 |
| |/ |
|
| * | Create proper template objects for tagged templates | Lars Knoll | 2018-11-05 | 1 | -3/+50 |
| * | Fix error reporting when imports or re-exports in modules fail | Simon Hausmann | 2018-10-11 | 1 | -0/+2 |
| * | properly align string table in compiled data | Rolf Eike Beer | 2018-09-14 | 1 | -1/+3 |
| * | use WTF::roundUpToMultipleOf() instead of open coding it | Rolf Eike Beer | 2018-09-13 | 1 | -10/+7 |
| * | make pointer operations more explicit when building string table | Rolf Eike Beer | 2018-09-10 | 1 | -3/+4 |
| * | avoid duplicate offset calculations when building string table | Rolf Eike Beer | 2018-09-07 | 1 | -3/+3 |
| * | Implement the dead temporal zone | Simon Hausmann | 2018-08-28 | 1 | -0/+5 |
| * | Cleanup RegExpObject | Lars Knoll | 2018-08-15 | 1 | -0/+2 |
| * | Fix module dependency handling | Simon Hausmann | 2018-08-14 | 1 | -0/+17 |
| * | Enable unicode regular expressions | Lars Knoll | 2018-08-10 | 1 | -0/+2 |
| * | Add initial basic support for ES6 modules | Simon Hausmann | 2018-08-09 | 1 | -1/+61 |
| * | Reduce memory consumption when loading AOT generated cache files | Simon Hausmann | 2018-08-01 | 1 | -4/+1 |
| * | Simplify loading of ahead-of-time created QML cache files | Simon Hausmann | 2018-07-31 | 1 | -0/+2 |
| * | Optimize memory consumption of ahead-of-time compile cache files | Simon Hausmann | 2018-07-31 | 1 | -2/+12 |
| * | Shrink CompiledData::Function by 8 bytes | Simon Hausmann | 2018-07-31 | 1 | -2/+2 |
| * | Shrink CompiledData::Binding by 8 bytes | Simon Hausmann | 2018-07-31 | 1 | -0/+15 |
| * | Shrink the size of CompiledData::Function by 16 bytes | Simon Hausmann | 2018-07-30 | 1 | -6/+6 |
| * | Add debug code for dumping unit stats | Simon Hausmann | 2018-07-30 | 1 | -1/+12 |
| * | Try to load QML cache from CacheLocation if side-by-side fails | Thiago Macieira | 2018-07-27 | 1 | -4/+1 |
| * | Various fixes for class support | Lars Knoll | 2018-06-26 | 1 | -13/+26 |
| * | Add basic support for EcmaScript classes | Yulong Bai | 2018-06-26 | 1 | -6/+64 |
| * | Fix creation of object literals | Lars Knoll | 2018-06-04 | 1 | -20/+4 |
| * | Speed up string handling from QML cache files | Simon Hausmann | 2018-05-16 | 1 | -0/+5 |
| * | Cleanup handling of with() statements | Lars Knoll | 2018-05-02 | 1 | -6/+0 |
| * | Rework catch context handling | Lars Knoll | 2018-05-02 | 1 | -2/+10 |
| * | Add support for proper lexical scoping | Lars Knoll | 2018-05-02 | 1 | -6/+46 |
| * | Split out the generation of indices for locals and registers | Lars Knoll | 2018-05-02 | 1 | -1/+1 |