| Commit message (Expand) | Author | Age | Files | Lines |
| * | remove QmlIR::Document::removeScriptPragmas | Ulf Hermann | 2019-07-09 | 1 | -1/+0 |
| * | Remove last traces of QV8Engine | Ulf Hermann | 2019-05-08 | 1 | -6/+10 |
| * | Don't needlessly restrict Qt.include() in case !qml-network | Ulf Hermann | 2019-04-18 | 1 | -8/+5 |
| * | Fix parsing of js files via Qt.include() | Simon Hausmann | 2018-11-29 | 1 | -1/+1 |
| * | Cleanups in Value/Primitive | Lars Knoll | 2018-09-17 | 1 | -10/+10 |
| * | Clean up QML worker scripts part 2 | Simon Hausmann | 2018-08-21 | 1 | -1/+1 |
| * | Fix QML data structure version checking for ahead-of-time generated files | Simon Hausmann | 2018-03-20 | 1 | -3/+7 |
| * | use nullptr consistently (clang-tidy) | Shawn Rutledge | 2018-02-26 | 1 | -2/+2 |
| * | Remove some duplicated code | Simon Hausmann | 2018-01-25 | 1 | -15/+1 |
| * | Convert more builtin functions to use the new calling convention | Lars Knoll | 2018-01-12 | 1 | -5/+5 |
| * | Further cleanup JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Simplify JSCallData construction | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Get rid of JSCallData::call() | Lars Knoll | 2017-11-07 | 1 | -4/+4 |
| * | Rename JSCall to JSCallData | Lars Knoll | 2017-11-07 | 1 | -1/+1 |
| * | Change CallData::argc to be a QV4::Value | Erik Verbruggen | 2017-09-19 | 1 | -2/+2 |
| * | Always set the correct FunctionObject when calling JS functions | Lars Knoll | 2017-09-02 | 1 | -4/+4 |
| * | Move ScopedCallData and ScopedStackFrame into a separate file | Lars Knoll | 2017-09-01 | 1 | -0/+1 |
| * | Remove Scope::result and convert calling convention for builtins | Lars Knoll | 2017-08-08 | 1 | -3/+4 |
| * | Change function signatures for call/construct back | Lars Knoll | 2017-08-04 | 1 | -1/+1 |
| * | Run includemocs in qtdeclarative | Thiago Macieira | 2017-04-26 | 1 | -0/+2 |
| * | Convert more builtin functions | Lars Knoll | 2017-01-25 | 1 | -10/+9 |
| * | Start cleaning up the QmlContextWrapper | Lars Knoll | 2016-12-04 | 1 | -1/+0 |
| * | Turn the no-network support into a configurable feature | Lars Knoll | 2016-10-10 | 1 | -7/+7 |
| * | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -1/+1 |
| * | QtLite: no_network option for QtDeclarative | Paolo Angelelli | 2016-03-04 | 1 | -6/+32 |
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-01-29 | 1 | -0/+2 |
| |\ |
|
| | * | Pass Qt.include() URLs through the URL interceptor if present | Kevin Krammer | 2016-01-23 | 1 | -0/+2 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| |/ |
|
| * | Pass a QmlContext to QV4::Script instead of a contextwrapper | Lars Knoll | 2015-09-09 | 1 | -8/+9 |
| * | QV4Include doesn't need a contextdata | Lars Knoll | 2015-09-08 | 1 | -5/+3 |
| * | Cleanup retrieval of scope and context objects | Lars Knoll | 2015-06-18 | 1 | -1/+1 |
| * | Move exceptionValue and globalObject from the Engine onto the JS stack | Lars Knoll | 2015-04-24 | 1 | -1/+1 |
| * | Get rid of asFunctionObject() | Lars Knoll | 2015-04-21 | 1 | -2/+2 |
| * | More cleanups | Lars Knoll | 2015-04-21 | 1 | -2/+2 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Cleanups | Lars Knoll | 2015-01-23 | 1 | -4/+4 |
| * | Cleanups | Lars Knoll | 2015-01-23 | 1 | -1/+1 |
| * | Get rid of most uses of ValueRef | Lars Knoll | 2015-01-23 | 1 | -5/+5 |
| * | Make sure we always have an engine when assigning to a Persistent | Lars Knoll | 2015-01-13 | 1 | -3/+3 |
| * | Get rid of Value::engine() | Lars Knoll | 2015-01-12 | 1 | -2/+2 |
| * | Reduce v8engine dependency in qv4include | Lars Knoll | 2015-01-02 | 1 | -5/+4 |
| * | Remove most of the places where getPointer() is used | Lars Knoll | 2014-12-20 | 1 | -10/+10 |
| * | Better encapsulate access to the global object | Lars Knoll | 2014-12-11 | 1 | -1/+1 |
| * | Cleanup exception catching code | Lars Knoll | 2014-11-15 | 1 | -6/+3 |
| * | Ported ExecutionEngine::newString and newIdentifier to Heap::String | Simon Hausmann | 2014-11-12 | 1 | -4/+6 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Merge remote-tracking branch 'origin/5.3' into 5.4 | Simon Hausmann | 2014-08-12 | 1 | -8/+16 |
| |\ |
|
| | * | Fix Qt.include with cached compilation units and resources | Simon Hausmann | 2014-08-06 | 1 | -8/+16 |
| * | | Get rid of StringRef | Lars Knoll | 2014-07-22 | 1 | -10/+10 |
| * | | Convert ExecutionContext to new storage scheme | Lars Knoll | 2014-07-22 | 1 | -17/+16 |
| |/ |
|