| Commit message (Expand) | Author | Age | Files | Lines |
| * | Revert "Update commercial license headers" | Tarja Sundqvist | 2022-11-24 | 1 | -21/+21 |
| * | Update commercial license headers | Tarja Sundqvist | 2022-06-04 | 1 | -21/+21 |
| * | Respect QML_DISABLE_DISK_CACHE also for caches built into the binary | Ulf Hermann | 2020-12-10 | 1 | -1/+3 |
| * | Port QtDeclarative from QStringRef to QStringView | Karsten Heimrich | 2020-06-16 | 1 | -1/+1 |
| * | Add a hook that allows for ahead-of-time compiled functions | Simon Hausmann | 2020-04-22 | 1 | -1/+1 |
| * | Prepare for new members in QQmlPrivate::CachedQmlUnit | Simon Hausmann | 2020-04-21 | 1 | -2/+2 |
| * | Restore offset/length in QQmlJS::DiagnosticMessage | Simon Hausmann | 2020-03-02 | 1 | -4/+5 |
| * | Disentangle includes and namespaces | Ulf Hermann | 2019-07-11 | 1 | -1/+1 |
| * | Split qqmltypeloader{_p.h|.cpp} into a several files | Ulf Hermann | 2019-07-11 | 1 | -0/+1 |
| * | remove QmlIR::Document::removeScriptPragmas | Ulf Hermann | 2019-07-09 | 1 | -1/+0 |
| * | Simplify codegen error handling | Ulf Hermann | 2019-07-04 | 1 | -11/+8 |
| * | Simplify errors and diagnostics | Ulf Hermann | 2019-06-14 | 1 | -6/+15 |
| * | Split CompiledData::CompilationUnit in two | Ulf Hermann | 2019-05-16 | 1 | -8/+10 |
| * | Enable lookups for imported scripts and worker scripts | Simon Hausmann | 2019-03-25 | 1 | -1/+0 |
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12 | Qt Forward Merge Bot | 2018-12-07 | 1 | -0/+1 |
| |\ |
|
| | * | Generate lookups into the global object more aggressively | Lars Knoll | 2018-11-16 | 1 | -0/+1 |
| * | | Fix parsing of js files via Qt.include() | Simon Hausmann | 2018-11-29 | 1 | -17/+1 |
| |/ |
|
| * | Clone ContextType::Global as ContextType::ScriptImportedByQML | Jüri Valdmann | 2018-11-01 | 1 | -2/+3 |
| * | Add support for importing ES modules in .qml files | Simon Hausmann | 2018-08-17 | 1 | -17/+1 |
| * | Get rid of TemporaryAssignment | Simon Hausmann | 2018-07-17 | 1 | -1/+2 |
| * | Merge remote-tracking branch 'origin/5.11' into dev | Ulf Hermann | 2018-06-25 | 1 | -3/+4 |
| |\ |
|
| | * | Script::parse(): improve "function expressions as statement" error msg | Mitch Curtis | 2018-06-20 | 1 | -3/+4 |
| * | | Fix heap-use-after-free | Simon Hausmann | 2018-05-02 | 1 | -7/+4 |
| * | | Rename the CompilationMode enum to ContextType | Lars Knoll | 2018-05-02 | 1 | -2/+2 |
| * | | Clean up manual reference of QQmlTypeData and QQmlPropertyCache | Simon Hausmann | 2018-04-26 | 1 | -1/+1 |
| |/ |
|
| * | Warn about non spec compliant extension being used | Lars Knoll | 2018-04-11 | 1 | -0/+6 |
| * | Fix QML data structure version checking for ahead-of-time generated files | Simon Hausmann | 2018-03-20 | 1 | -3/+14 |
| * | Pass "this" object when evaluating debug jobs | Ulf Hermann | 2018-03-17 | 1 | -3/+4 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -8/+8 |
| * | Merge remote-tracking branch 'origin/5.10' into dev | Liang Qi | 2018-02-02 | 1 | -6/+6 |
| |\ |
|
| | * | Use potentially intercepted URL as ID for compilation units | Ulf Hermann | 2017-12-21 | 1 | -5/+9 |
| * | | Get rid of internal QQmlPrivate::CachedQmlUnit interface part 1 | Simon Hausmann | 2018-01-28 | 1 | -2/+2 |
| * | | Remove private API dependency of qmlcachegen generated code | Simon Hausmann | 2018-01-28 | 1 | -1/+1 |
| * | | Fix compilation unit memory leak when using qml caching from resources | Simon Hausmann | 2018-01-26 | 1 | -1/+2 |
| * | | Remove some duplicated code | Simon Hausmann | 2018-01-25 | 1 | -0/+20 |
| * | | Cut out one more C++ layer when doing JS function calls | Lars Knoll | 2017-11-13 | 1 | -9/+2 |
| * | | Finally get rid of the QV4::Function pointer in the context | Lars Knoll | 2017-11-13 | 1 | -3/+0 |
| * | | Further cleanup JSCallData | Lars Knoll | 2017-11-07 | 1 | -5/+6 |
| * | | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | | Get rid of the implicit cast operator to a CallData | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -2/+2 |
| * | | Fix CallData setup for Script::run | Erik Verbruggen | 2017-09-15 | 1 | -7/+7 |
| * | | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -8/+8 |
| * | | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -0/+1 |
| * | | Cleanups | Lars Knoll | 2017-09-01 | 1 | -1/+1 |
| * | | Move CallContext construction into a interpreter instruction | Lars Knoll | 2017-09-01 | 1 | -2/+2 |
| * | | Use the context member in CallData | Lars Knoll | 2017-09-01 | 1 | -2/+4 |
| * | | Move line number information into a side table | Lars Knoll | 2017-08-25 | 1 | -1/+1 |
| * | | Always create a valid CallData object for interpreter calls | Lars Knoll | 2017-08-10 | 1 | -2/+4 |
| * | | Get rid of simpleCall | Lars Knoll | 2017-08-10 | 1 | -4/+1 |