| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | New mark table implementation | Lars Knoll | 2017-03-09 | 1 | -18/+0 |
| |/ |
|
| * | Add Q_ALLOCA_VAR, Q_ALLOCA_DECLARE and Q_ALLOCA_ASSIGN macros | Kimmo Ollila | 2017-02-15 | 1 | -1/+1 |
| * | Convert more builtin functions | Lars Knoll | 2017-01-25 | 1 | -52/+42 |
| * | Check pointers for 0 before calling mark on them | Lars Knoll | 2017-01-22 | 1 | -1/+2 |
| * | Clean up Value::isString()/stringValue() combinations | Lars Knoll | 2016-11-29 | 1 | -6/+6 |
| * | Clean up some duplicated methods | Lars Knoll | 2016-11-29 | 1 | -2/+2 |
| * | QML: Make Heap::Object and all subclasses trivial | Erik Verbruggen | 2016-10-06 | 1 | -6/+9 |
| * | QML: Make Heap::RegExp and Heap::String trivial | Erik Verbruggen | 2016-10-05 | 1 | -2/+2 |
| * | QML: Make QV4::Heap::Pointer trivial | Erik Verbruggen | 2016-09-28 | 1 | -2/+2 |
| * | V4: Pass scope around as parameters inside the runtime. | Erik Verbruggen | 2016-06-22 | 1 | -19/+30 |
| * | Scrape off some more allocations by using the QStringBuilder | Frank Meerkoetter | 2016-05-09 | 1 | -2/+1 |
| * | Updated license headers | Jani Heikkinen | 2016-01-19 | 1 | -14/+20 |
| * | Use the new construction scheme for RegExpObjects | Lars Knoll | 2015-09-22 | 1 | -30/+20 |
| * | Cleanup | Lars Knoll | 2015-09-15 | 1 | -6/+6 |
| * | Cleanups | Lars Knoll | 2015-09-15 | 1 | -2/+2 |
| * | Cleanup usage of ExecutionEngine::currentContext | Lars Knoll | 2015-09-15 | 1 | -7/+6 |
| * | Move the StringValue members of ExecutionEngine onto the JS stack | Lars Knoll | 2015-06-10 | 1 | -5/+5 |
| * | Move constructor objects onto the js stack | Lars Knoll | 2015-04-24 | 1 | -7/+7 |
| * | Move more objects from the v4 engine to the js stack | Lars Knoll | 2015-04-24 | 1 | -3/+3 |
| * | Use Heap::Pointer in more places | Lars Knoll | 2015-04-24 | 1 | -4/+4 |
| * | Get rid of asFunctionObject() | Lars Knoll | 2015-04-21 | 1 | -1/+1 |
| * | More cleanups | Lars Knoll | 2015-04-21 | 1 | -6/+6 |
| * | Move memory management related functionality into it's own folder | Lars Knoll | 2015-03-02 | 1 | -1/+1 |
| * | Cleanup math function includes and usage | Allan Sandfeld Jensen | 2015-02-19 | 1 | -1/+0 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Cleanups | Lars Knoll | 2015-01-23 | 1 | -5/+5 |
| * | Cleanups | Lars Knoll | 2015-01-23 | 1 | -3/+3 |
| * | Get rid of all uses of Managed::engine() | Lars Knoll | 2015-01-21 | 1 | -1/+1 |
| * | Remove all the setVTable() calls that aren't required anymore | Lars Knoll | 2015-01-21 | 1 | -7/+0 |
| * | Remove the remaining bit of code that use the vtable in the internalClass | Lars Knoll | 2015-01-21 | 1 | -2/+2 |
| * | Fix a harmless valgrind warning in RegExpObject | Jocelyn Turcotte | 2015-01-13 | 1 | -1/+1 |
| * | Use QV4::ScopedArrayObject typedef instead of actual type | Oleg Shparber | 2015-01-03 | 1 | -1/+1 |
| * | Remove most of the places where getPointer() is used | Lars Knoll | 2014-12-20 | 1 | -2/+2 |
| * | Return Heap::ExecutionContext for currentContext() | Lars Knoll | 2014-12-19 | 1 | -2/+2 |
| * | Add default parameter value for ExecutionEngine::newString() | Oleg Shparber | 2014-12-12 | 1 | -2/+2 |
| * | Move prototype back from the vtable into Object | Lars Knoll | 2014-12-11 | 1 | -5/+5 |
| * | Remove two reinterpret_casts in Object | Lars Knoll | 2014-11-22 | 1 | -2/+2 |
| * | Make QV4::RegExpObject header independent from masm headers | Oleg Shparber | 2014-11-21 | 1 | -0/+1 |
| * | Remove the executioncontext in a few more places where it's not needed | Lars Knoll | 2014-11-21 | 1 | -7/+6 |
| * | Replaced more usages of Returned<T> with Heap::T* | Simon Hausmann | 2014-11-14 | 1 | -2/+2 |
| * | Ported ExecutionEngine::newString and newIdentifier to Heap::String | Simon Hausmann | 2014-11-12 | 1 | -2/+2 |
| * | Use heap objects in the remaining managed objects | Lars Knoll | 2014-11-12 | 1 | -14/+15 |
| * | Convert methods in RuntimeHelpers to take an engine pointer | Lars Knoll | 2014-11-12 | 1 | -2/+2 |
| * | Move more Data members over to the Heap namespace | Lars Knoll | 2014-11-08 | 1 | -14/+14 |
| * | Move Data of FunctionObject and related classes into Heap | Lars Knoll | 2014-11-08 | 1 | -1/+1 |
| * | Move Object::Data into the Heap namespace | Lars Knoll | 2014-11-08 | 1 | -3/+3 |
| * | Begin moving the data out of Managed objects | Lars Knoll | 2014-11-08 | 1 | -2/+2 |
| * | Get rid of Members and directly store MemberData::Data pointers | Lars Knoll | 2014-11-07 | 1 | -2/+2 |
| * | Let markObjects() operate directly on HeapObjects | Lars Knoll | 2014-11-04 | 1 | -8/+8 |
| * | Move the throw methods from ExecutionContext to ExecutionEngine | Lars Knoll | 2014-11-04 | 1 | -6/+6 |