| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | QtQml: Micro-optimize iterator loops. | Friedemann Kleint | 2015-02-26 | 1 | -1/+1 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-12 | 1 | -7/+7 |
| * | Store a double in NumberObject | Lars Knoll | 2015-01-23 | 1 | -3/+3 |
| * | Cleanups | Lars Knoll | 2015-01-23 | 1 | -4/+4 |
| * | Remove all remaining usages of ValueRef | Lars Knoll | 2015-01-23 | 1 | -10/+10 |
| * | Get rid of most uses of ValueRef | Lars Knoll | 2015-01-23 | 1 | -15/+13 |
| * | Remove the remaining bit of code that use the vtable in the internalClass | Lars Knoll | 2015-01-21 | 1 | -1/+1 |
| * | Get rid of Value::engine() | Lars Knoll | 2015-01-12 | 1 | -2/+4 |
| * | Use QV4::ScopedObject typedef instead of actual type | Oleg Shparber | 2015-01-03 | 1 | -2/+2 |
| * | Use QV4::ScopedArrayObject typedef instead of actual type | Oleg Shparber | 2015-01-03 | 1 | -2/+2 |
| * | Use QV4::ScopedFunctionObject typedef instead of actual type | Oleg Shparber | 2015-01-02 | 1 | -1/+1 |
| * | Use pointers to Heap object to avoid recursion | Lars Knoll | 2014-12-20 | 1 | -6/+6 |
| * | Fix JSON stringification to work with heap objects | Lars Knoll | 2014-12-20 | 1 | -8/+10 |
| * | Remove most of the places where getPointer() is used | Lars Knoll | 2014-12-20 | 1 | -4/+4 |
| * | Return Heap::ExecutionContext for currentContext() | Lars Knoll | 2014-12-19 | 1 | -1/+1 |
| * | Move prototype back from the vtable into Object | Lars Knoll | 2014-12-11 | 1 | -3/+3 |
| * | Fix run-time string handling with regards to the new heap | Simon Hausmann | 2014-11-21 | 1 | -2/+2 |
| * | Fix usage of ExecutionContext in the json parser | Lars Knoll | 2014-11-15 | 1 | -13/+13 |
| * | Change signature of defineOwnProperty to take an engine instead of a context | Lars Knoll | 2014-11-15 | 1 | -1/+1 |
| * | Ported ExecutionEngine::newString and newIdentifier to Heap::String | Simon Hausmann | 2014-11-12 | 1 | -5/+5 |
| * | Convert methods in RuntimeHelpers to take an engine pointer | Lars Knoll | 2014-11-12 | 1 | -1/+1 |
| * | Move more Data objects into the Heap namespace | Lars Knoll | 2014-11-09 | 1 | -3/+3 |
| * | Move Object::Data into the Heap namespace | Lars Knoll | 2014-11-08 | 1 | -1/+1 |
| * | Move the throw methods from ExecutionContext to ExecutionEngine | Lars Knoll | 2014-11-04 | 1 | -3/+3 |
| * | Cleanup header file dependencies | Lars Knoll | 2014-11-04 | 1 | -0/+2 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Convert more objects to the new constructor scheme | Lars Knoll | 2014-07-22 | 1 | -5/+5 |
| * | Get rid of all uses of ObjectRef | Lars Knoll | 2014-07-22 | 1 | -7/+7 |
| * | Remove the less often used Ref classes | Lars Knoll | 2014-07-22 | 1 | -5/+5 |
| * | Get rid of StringRef | Lars Knoll | 2014-07-22 | 1 | -4/+4 |
| * | Convert ExecutionContext to new storage scheme | Lars Knoll | 2014-07-22 | 1 | -10/+10 |
| * | Convert StringObject to new storage layout | Lars Knoll | 2014-07-22 | 1 | -2/+2 |
| * | Convert Boolean, Number and DateObject | Lars Knoll | 2014-07-22 | 1 | -3/+3 |
| * | Get rid of different macros for vtable specializations | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | Avoid calling destroy() on most objects | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | Correctly parse unicode escape sequences between 0 and u001f | Lars Knoll | 2014-03-25 | 1 | -2/+0 |
| * | Cleanup our runtime methods | Lars Knoll | 2014-03-11 | 1 | -1/+1 |
| * | Change virtual methods in ArrayData to take Object pointer | Lars Knoll | 2014-01-24 | 1 | -1/+1 |
| * | Split ManagedVTable into two classes | Lars Knoll | 2014-01-21 | 1 | -1/+1 |
| * | Add a SimpleArrayData class | Lars Knoll | 2014-01-20 | 1 | -3/+1 |
| * | Cleanup: change signature of Object::insertMember() | Lars Knoll | 2014-01-09 | 1 | -2/+1 |
| * | Rework array handling for JS objects | Lars Knoll | 2014-01-09 | 1 | -6/+7 |
| * | Move array data into it's own struct | Lars Knoll | 2014-01-03 | 1 | -2/+2 |
| * | Move Managed::type and some flags into the vtable | Lars Knoll | 2014-01-03 | 1 | -5/+5 |
| * | Merge remote-tracking branch 'origin/release' into stable | Frederik Gladhorn | 2013-12-12 | 1 | -2/+7 |
| |\ |
|
| | * | Fix a crash in JSON.parse | Lars Knoll | 2013-12-04 | 1 | -2/+7 |
| * | | Encapsulate the current context and fix it's usage | Lars Knoll | 2013-12-04 | 1 | -1/+1 |
| |/ |
|
| * | Remove debug output | Eskil Abrahamsen Blomfeldt | 2013-11-09 | 1 | -1/+0 |
| * | Simplify & speed up function calling | Lars Knoll | 2013-11-09 | 1 | -2/+2 |
| * | Optimise string additions | Lars Knoll | 2013-11-05 | 1 | -1/+1 |