| Commit message (Expand) | Author | Age | Files | Lines |
| * | QtQml: Don't use loadModule in qmljs | Ulf Hermann | 2025-06-18 | 1 | -22/+33 |
| * | QtQml: Better encapsulate QV4::Script | Ulf Hermann | 2025-06-05 | 1 | -2/+2 |
| * | QtQml: Model native modules as compilation units | Ulf Hermann | 2024-12-06 | 1 | -6/+4 |
| * | QtQml: Use a multihash to store executable CUs | Ulf Hermann | 2024-01-25 | 1 | -1/+1 |
| * | QtQml: Move creation of ExecutableCompilationUnit into engine | Ulf Hermann | 2024-01-11 | 1 | -2/+1 |
| * | QtQml: Always link executable CU on creation | Ulf Hermann | 2024-01-10 | 1 | -5/+7 |
| * | qmljs: Port to QCommandLineParser | Amanda Hamblin-Trué | 2023-06-30 | 1 | -32/+38 |
| * | Port from qAsConst() to std::as_const() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | Port from container::count() and length() to size() | Marc Mutz | 2022-10-07 | 1 | -1/+1 |
| * | QML: Make modules imported with registerModule() available in QML | Ulf Hermann | 2022-09-02 | 1 | -4/+6 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-06-11 | 1 | -27/+2 |
| * | Use QV4::Scope::hasException() where applicable | Ulf Hermann | 2021-06-30 | 1 | -2/+2 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -1/+2 |
| * | Correctly read files with a \0 in them | Lars Knoll | 2018-11-05 | 1 | -1/+2 |
| * | Add initial basic support for ES6 modules | Simon Hausmann | 2018-08-09 | 1 | -15/+31 |
| * | Encapsulate the unit data in CompilationUnit | Simon Hausmann | 2018-07-31 | 1 | -3/+3 |
| * | Re-add support for --jit and --interpret to qmljs | Simon Hausmann | 2018-06-21 | 1 | -0/+9 |
| * | Rename the CompilationMode enum to ContextType | Lars Knoll | 2018-05-02 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-02-02 | 1 | -1/+0 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.9' into 5.10 | Liang Qi | 2018-01-24 | 1 | -2/+0 |
| | |\ |
|
| | | * | Add logging categories for GC statistics | Lars Knoll | 2017-12-11 | 1 | -2/+0 |
| * | | | V4: Add a baseline JIT | Erik Verbruggen | 2017-11-17 | 1 | -0/+2 |
| * | | | Move CallContext construction into a interpreter instruction | Lars Knoll | 2017-09-01 | 1 | -1/+1 |
| * | | | Fix compilation | Lars Knoll | 2017-08-08 | 1 | -1/+1 |
| * | | | Don't store the current line number in the ExecutionContext | Lars Knoll | 2017-08-04 | 1 | -1/+1 |
| * | | | Split up qv4codegen into several files | Lars Knoll | 2017-07-03 | 1 | -1/+1 |
| * | | | Remove now unused files | Lars Knoll | 2017-06-30 | 1 | -1/+0 |
| * | | | Don't use the ISel's anymore | Lars Knoll | 2017-06-22 | 1 | -96/+49 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.9' into HEAD | Simon Hausmann | 2017-03-23 | 1 | -1/+1 |
| |\| |
|
| | * | Avoid an extra stat() on the source .qml file when loading cache | Simon Hausmann | 2017-03-22 | 1 | -1/+1 |
| * | | qmljs: Show the type of exception | Robin Burchell | 2017-02-03 | 1 | -3/+1 |
| |/ |
|
| * | Make the JIT ISelFactory a template | Simon Hausmann | 2017-01-31 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-12-14 | 1 | -55/+2 |
| |\ |
|
| | * | Cleanup of builtin JS helpers for qmljs | Simon Hausmann | 2016-11-26 | 1 | -55/+2 |
| * | | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-11-23 | 1 | -0/+1 |
| |\| |
|
| | * | Set Qt version on tools | Friedemann Kleint | 2016-11-09 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'origin/5.8' into dev | J-P Nurmi | 2016-11-03 | 1 | -7/+38 |
| |\| |
|
| | * | Add the ability to explicitly enable the code cache in qmljs | Simon Hausmann | 2016-10-23 | 1 | -7/+38 |
| * | | Merge remote-tracking branch 'origin/5.8' into dev | Liang Qi | 2016-10-18 | 1 | -4/+12 |
| |\| |
|
| | * | Make the Moth interpreter configurable | Lars Knoll | 2016-10-10 | 1 | -0/+8 |
| | * | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -4/+4 |
| * | | tools: use const (and const APIs) more | Anton Kudryavtsev | 2016-08-22 | 1 | -4/+4 |
| |/ |
|
| * | tools: replace 'foreach' with 'range for' | Anton Kudryavtsev | 2016-08-20 | 1 | -2/+2 |
| * | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -4/+4 |
| * | Updated license headers | Jani Heikkinen | 2016-01-20 | 1 | -17/+12 |
| * | Tools: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -2/+2 |
| * | Convert FunctionObjects to new allocation syntax | Lars Knoll | 2015-09-22 | 1 | -2/+2 |
| * | Inline property data into the object | Lars Knoll | 2015-09-22 | 1 | -1/+1 |
| * | Move exceptionValue and globalObject from the Engine onto the JS stack | Lars Knoll | 2015-04-24 | 1 | -3/+2 |
| * | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.h | Lars Knoll | 2015-04-24 | 1 | -0/+1 |