| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Get rid od ScriptFunction::init() | Lars Knoll | 2016-12-09 | 1 | -5/+0 |
| * | Refactor the calling code for (Simple)ScriptFunction | Lars Knoll | 2016-12-09 | 1 | -57/+16 |
| * | Move the check whether a function is simple to QV4::Function | Lars Knoll | 2016-12-09 | 1 | -6/+3 |
| * | Avoid some copies of Values on the JS stack | Lars Knoll | 2016-12-09 | 1 | -10/+8 |
| * | Use QV4::Function instead of the FunctionObject in CallContext | Lars Knoll | 2016-12-06 | 1 | -0/+2 |
| * | Add a sourceLocation() accessor to QV4::Function | Lars Knoll | 2016-12-06 | 1 | -3/+1 |
| * | Start cleaning up the QmlContextWrapper | Lars Knoll | 2016-12-04 | 1 | -1/+1 |
| * | Hint the compiler that exceptions are exceptional and not the hot path | Erik Verbruggen | 2016-12-01 | 1 | -5/+5 |
| * | Reorder CallData building for better gcc codegen | Erik Verbruggen | 2016-12-01 | 1 | -6/+7 |
| * | V4: Prevent repeatedly loading a QV4::Function pointer | Erik Verbruggen | 2016-12-01 | 1 | -16/+20 |
| * | Precalculate and cache hasQmlDependencies | Erik Verbruggen | 2016-12-01 | 1 | -4/+4 |
| * | QML: Also check for correct destroy() chaining | Erik Verbruggen | 2016-10-06 | 1 | -0/+1 |
| * | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -27/+36 |
| * | QML: Introduce destroy() on Base subclasses | Erik Verbruggen | 2016-10-05 | 1 | -1/+1 |
| * | QML: Make all context objects trivial | Erik Verbruggen | 2016-09-30 | 1 | -12/+4 |
| * | QML: Make QV4::Heap::Pointer trivial | Erik Verbruggen | 2016-09-28 | 1 | -16/+16 |
| * | Fix SimpleScriptFunction::construct | Lars Knoll | 2016-08-09 | 1 | -1/+4 |
| * | Fix signatures of FunctionObject::construct and call | Lars Knoll | 2016-08-09 | 1 | -4/+4 |
| * | Fix endianness in constant handling | Simon Hausmann | 2016-08-03 | 1 | -2/+2 |
| * | Make generated code loading constants relocatable | Simon Hausmann | 2016-08-02 | 1 | -0/+2 |
| * | V4: Make ExecutionEngine's debugger and profiler private | Ulf Hermann | 2016-07-28 | 1 | -1/+1 |
| * | QML: Do not register static QML dependencies on every call. | Erik Verbruggen | 2016-06-24 | 1 | -1/+1 |
| * | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -92/+94 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Fix crash in a non-debug build with assertions enabled | Thiago Macieira | 2015-12-29 | 1 | -12/+4 |
| * | Fix crash related to BoundFunctions | Frank Meerkoetter | 2015-11-23 | 1 | -1/+2 |
| * | Libraries: Fix single-character string literals. | Friedemann Kleint | 2015-10-13 | 1 | -1/+1 |
| * | Convert FunctionObjects to new allocation syntax | Lars Knoll | 2015-09-22 | 1 | -21/+12 |
| * | Adapt to the new QV4::MemberData API | Frank Meerkoetter | 2015-09-16 | 1 | -1/+1 |
| * | Cleanups | Lars Knoll | 2015-09-15 | 1 | -12/+11 |
| * | Further cleanups | Lars Knoll | 2015-09-15 | 1 | -3/+3 |
| * | Rename currentExecutionContext to currentContext | Lars Knoll | 2015-09-15 | 1 | -4/+4 |
| * | Cleanup usage of ExecutionEngine::currentContext | Lars Knoll | 2015-09-15 | 1 | -14/+10 |
| * | Explicitly push/pop ExecutionContexts | Lars Knoll | 2015-09-15 | 1 | -1/+6 |
| * | Cleanup the ExecutionContextSaver | Lars Knoll | 2015-09-15 | 1 | -9/+11 |
| * | Don't push new QML contexts onto the context stack | Lars Knoll | 2015-09-08 | 1 | -1/+0 |
| * | Refactor the way we declare signal parameter names | Lars Knoll | 2015-09-08 | 1 | -20/+2 |
| * | Move createQmlCallableForFunction out of the binding wrapper | Lars Knoll | 2015-09-08 | 1 | -0/+37 |
| * | Move the registerQmlDependencies method into QQmlPropertyCapture | Lars Knoll | 2015-08-20 | 1 | -5/+5 |
| * | Encapsulate and protect all accesses to the vtable of Heap objects | Lars Knoll | 2015-08-10 | 1 | -6/+18 |
| * | Clean up ExecutionContext's for QML | Lars Knoll | 2015-06-18 | 1 | -1/+1 |
| * | Store rootcontext in a GC safe way | Lars Knoll | 2015-06-17 | 1 | -1/+1 |
| * | Move the StringValue members of ExecutionEngine onto the JS stack | Lars Knoll | 2015-06-10 | 1 | -13/+13 |
| * | Move evalfunction and thrower onto the js stack | Lars Knoll | 2015-04-24 | 1 | -4/+4 |
| * | Move more objects from the v4 engine to the js stack | Lars Knoll | 2015-04-24 | 1 | -7/+7 |
| * | Continue the work to move Values inside the v4 engine to the js stack | Lars Knoll | 2015-04-24 | 1 | -2/+2 |
| * | Merge remote-tracking branch 'origin/5.5' into dev | Liang Qi | 2015-04-22 | 1 | -6/+31 |
| |\ |
|
| | * | Address uninitialized pointer variables | Holger Hans Peter Freyther | 2015-04-20 | 1 | -0/+7 |
| | * | Speed up script binding initialization | Simon Hausmann | 2015-04-16 | 1 | -6/+12 |
| | * | Speed up binding evaluation | Simon Hausmann | 2015-04-16 | 1 | -0/+12 |