| 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 | -1/+2 |
| |\ |
|
| | * | QML: Port QV4::CompiledData::Location to new special integer bitfield | Ulf Hermann | 2022-06-24 | 1 | -1/+2 |
| * | | Revert "Update commercial license headers"v5.15.3-lts-lgpl | Tarja Sundqvist | 2021-03-24 | 1 | -21/+21 |
| |/ |
|
| * | Update commercial license headers | Tarja Sundqvist | 2021-02-02 | 1 | -21/+21 |
| * | Add support for C++ accessible typed parameters and return types in qml funct... | Simon Hausmann | 2019-07-09 | 1 | -2/+2 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -4/+9 |
| * | Remove tracing JIT infrastructure | Ulf Hermann | 2019-04-29 | 1 | -34/+2 |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-03-21 | 1 | -1/+0 |
| |\ |
|
| | * | Remove dead compile time QML context/scope property and id object code | Simon Hausmann | 2019-03-20 | 1 | -1/+0 |
| * | | V4: Collect trace information in the interpreter | Erik Verbruggen | 2019-01-25 | 1 | -5/+47 |
| * | | V4: Generate function tables on 64bit windows | Ulf Hermann | 2018-12-03 | 1 | -1/+16 |
| |/ |
|
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -3/+3 |
| * | Refactor initialization code for JS stack frames | Lars Knoll | 2018-07-03 | 1 | -3/+22 |
| * | Move the C++ and JS stack frame definitions into it's own file | Lars Knoll | 2018-07-03 | 1 | -0/+6 |
| * | Rename IdentifierTable methods | Lars Knoll | 2018-07-02 | 1 | -3/+3 |
| * | Clean up the property key API in StringOrSymbol | Lars Knoll | 2018-07-02 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Simon Hausmann | 2018-06-19 | 1 | -4/+5 |
| |\ |
|
| | * | Formals come after locals in the CallContext | Lars Knoll | 2018-05-29 | 1 | -4/+5 |
| * | | Remove unused QV4::Function::code member | Simon Hausmann | 2018-05-28 | 1 | -2/+1 |
| * | | Remove String dependency from InternalClass | Lars Knoll | 2018-05-02 | 1 | -2/+2 |
| * | | garbage collect InternalClass | Lars Knoll | 2018-04-12 | 1 | -5/+5 |
| * | | Better encapsulation for EngineBase::internalClass | Lars Knoll | 2018-04-12 | 1 | -2/+2 |
| |/ |
|
| * | V4: Add a baseline JIT | Erik Verbruggen | 2017-11-17 | 1 | -0/+4 |
| * | Get rid of the unusued canUseSimpleCall flag | Lars Knoll | 2017-11-07 | 1 | -5/+0 |
| * | Fix argument order for bound signal expressions | Erik Verbruggen | 2017-09-13 | 1 | -12/+29 |
| * | Fix: QQmlBoundSignal really needs a call context | Erik Verbruggen | 2017-09-12 | 1 | -1/+1 |
| * | Remove the codeRefs in the Moth::CompilationUnit | Lars Knoll | 2017-08-30 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/dev' into wip/new-backend | Lars Knoll | 2017-08-22 | 1 | -6/+7 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.9' into dev | Simon Hausmann | 2017-08-18 | 1 | -4/+3 |
| | |\ |
|
| | | * | Improve releasing of memory allocated from compilation unit strings | Simon Hausmann | 2017-08-04 | 1 | -4/+3 |
| | * | | Refactor le integer types from qjson_p.h to qendian_p.h | Allan Sandfeld Jensen | 2017-07-06 | 1 | -3/+3 |
| * | | | Cleanup argument handling in contexts | Lars Knoll | 2017-08-18 | 1 | -18/+8 |
| * | | | Remove one more layer of function calls when entering JS functions | Lars Knoll | 2017-08-10 | 1 | -23/+0 |
| * | | | Always create a valid CallData object for interpreter calls | Lars Knoll | 2017-08-10 | 1 | -0/+24 |
| * | | | Introduce a JS stack frame that corresponds to the C++ stack frame | Lars Knoll | 2017-08-10 | 1 | -2/+1 |
| * | | | No need to pass the Engine pointer to VME::exec() | Lars Knoll | 2017-08-03 | 1 | -1/+1 |
| * | | | Get rid of the compilation unit related members in ExecutionContext | Lars Knoll | 2017-08-03 | 1 | -1/+1 |
| * | | | Unify QV4::Function::internalClass and the ic used in CallContext | Lars Knoll | 2017-08-03 | 1 | -1/+1 |
| * | | | Use simple calls if possible | Lars Knoll | 2017-06-22 | 1 | -1/+1 |
| * | | | Fix exception handling | Lars Knoll | 2017-06-21 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.9' into dev | Liang Qi | 2017-06-06 | 1 | -4/+4 |
| |\| |
|
| | * | Get rid of the MemoryManager pointer inside String | Lars Knoll | 2017-05-19 | 1 | -2/+2 |
| | * | Move the list of default internal classes into EngineBase | Lars Knoll | 2017-05-19 | 1 | -2/+2 |
| * | | Make the decision about whether to use a Simple callcontext earlier | Lars Knoll | 2017-03-09 | 1 | -6/+1 |
| * | | Get rid of QV4::Function::needsActivation() | Lars Knoll | 2017-03-09 | 1 | -6/+7 |
| * | | Avoid one indirection when looking up local variables | Lars Knoll | 2017-03-09 | 1 | -1/+2 |
| |/ |
|
| * | Get rid of SimpleScriptFunction | Lars Knoll | 2016-12-11 | 1 | -0/+3 |
| * | Precalculate and cache hasQmlDependencies | Erik Verbruggen | 2016-12-01 | 1 | -0/+1 |
| * | QML: Make Heap::RegExp and Heap::String trivial | Erik Verbruggen | 2016-10-05 | 1 | -2/+2 |
| * | QML: Make all context objects trivial | Erik Verbruggen | 2016-09-30 | 1 | -2/+2 |