| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix Object::arrayData() accessor to return a heap object | Lars Knoll | 2014-12-11 | 1 | -4/+4 |
| * | Remove non required arrayData() accesses from qv4arrayobject.cpp | Lars Knoll | 2014-12-10 | 1 | -7/+7 |
| * | Remove ExecutionContext from the array sorting code | Lars Knoll | 2014-11-15 | 1 | -1/+1 |
| * | Cleanup: remove Value::toString/Object overloads taking a context | Lars Knoll | 2014-11-15 | 1 | -20/+20 |
| * | Ported ExecutionEngine::newString and newIdentifier to Heap::String | Simon Hausmann | 2014-11-12 | 1 | -3/+3 |
| * | Move Data of Variant and ArgumentsObject into Heap namespace | Lars Knoll | 2014-11-08 | 1 | -2/+2 |
| * | Move Data of FunctionObject and related classes into Heap | Lars Knoll | 2014-11-08 | 1 | -1/+1 |
| * | Begin moving the data out of Managed objects | Lars Knoll | 2014-11-08 | 1 | -5/+6 |
| * | Move the throw methods from ExecutionContext to ExecutionEngine | Lars Knoll | 2014-11-04 | 1 | -12/+12 |
| * | Cleanup header file dependencies | Lars Knoll | 2014-11-04 | 1 | -0/+1 |
| * | Don't check the this pointer for 0 in member functions | Lars Knoll | 2014-10-27 | 1 | -0/+3 |
| * | Rework our simple array implementation | Lars Knoll | 2014-10-27 | 1 | -14/+11 |
| * | Update license headers and add new licenses | Jani Heikkinen | 2014-08-25 | 1 | -19/+11 |
| * | Merge remote-tracking branch 'origin/5.3' into dev | Simon Hausmann | 2014-07-26 | 1 | -2/+2 |
| |\ |
|
| | * | shift and unshift fail for QQmlSequence types | Martin Jones | 2014-07-22 | 1 | -2/+2 |
| * | | Convert most simple objects to the new constructor scheme | Lars Knoll | 2014-07-22 | 1 | -5/+0 |
| * | | Convert remaining FunctionObject's to new constructor scheme | Lars Knoll | 2014-07-22 | 1 | -2/+2 |
| * | | Get rid of all uses of ObjectRef | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | | Get rid of StringRef | Lars Knoll | 2014-07-22 | 1 | -4/+4 |
| * | | Convert ExecutionContext to new storage scheme | Lars Knoll | 2014-07-22 | 1 | -76/+76 |
| * | | Move ArrayData over to new data layout | Lars Knoll | 2014-07-22 | 1 | -2/+2 |
| * | | Move object data into internal structure | Lars Knoll | 2014-07-22 | 1 | -12/+12 |
| * | | Move Managed data into it's own subclass | Lars Knoll | 2014-07-22 | 1 | -1/+1 |
| * | | 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 |
| |/ |
|
| * | Cleanup our runtime methods | Lars Knoll | 2014-03-11 | 1 | -4/+4 |
| * | Fix copying of Property's | Lars Knoll | 2014-03-10 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Simon Hausmann | 2014-02-11 | 1 | -1/+1 |
| |\ |
|
| | * | V4: Array.push() on QStringList should invoke putIndexed() | Alberto Mardegan | 2014-01-28 | 1 | -1/+1 |
| * | | Cleanups | Lars Knoll | 2014-01-31 | 1 | -2/+2 |
| * | | Change virtual methods in ArrayData to take Object pointer | Lars Knoll | 2014-01-24 | 1 | -5/+6 |
| * | | Split ManagedVTable into two classes | Lars Knoll | 2014-01-21 | 1 | -2/+2 |
| * | | Add a SimpleArrayData class | Lars Knoll | 2014-01-20 | 1 | -5/+4 |
| * | | Save memory on array data | Lars Knoll | 2014-01-20 | 1 | -19/+10 |
| * | | Rework array handling for JS objects | Lars Knoll | 2014-01-09 | 1 | -97/+98 |
| * | | Merge remote-tracking branch 'origin/stable' into dev | Simon Hausmann | 2014-01-08 | 1 | -1/+1 |
| |\| |
|
| | * | [ChangeLog][QtQml] Fix JavaScript Array.pop() not updating the internal array... | Simon Hausmann | 2014-01-07 | 1 | -1/+1 |
| * | | Move array data into it's own struct | Lars Knoll | 2014-01-03 | 1 | -39/+39 |
| |/ |
|
| * | Fix regression in QML string list concatenations | Simon Hausmann | 2013-12-11 | 1 | -2/+12 |
| * | Encapsulate the current context and fix it's usage | Lars Knoll | 2013-12-04 | 1 | -1/+1 |
| * | Move the vtable pointer from the object to the internal class | Lars Knoll | 2013-12-04 | 1 | -1/+1 |
| * | Fix interaction between head room and appending in arrays | Lars Knoll | 2013-11-18 | 1 | -0/+1 |
| * | Simplify & speed up function calling | Lars Knoll | 2013-11-09 | 1 | -22/+22 |
| * | Fix various compiler warnings in order to remove warn_off in the near future | Erik Verbruggen | 2013-11-04 | 1 | -7/+7 |
| * | Protect write accesses to objects | Lars Knoll | 2013-10-29 | 1 | -10/+44 |
| * | Avoid side effects when en exception has been thrown. | Lars Knoll | 2013-10-29 | 1 | -12/+50 |
| * | Avoid creating array attributes if possible | Lars Knoll | 2013-10-14 | 1 | -1/+1 |
| * | Use SafeValue instead of Value in ScopedValue methods | Lars Knoll | 2013-10-02 | 1 | -2/+2 |
| * | V4: fix ArrayPrototype::method_isArray() build break | J-P Nurmi | 2013-10-01 | 1 | -1/+1 |
| * | Remove some uses of raw Object pointers | Lars Knoll | 2013-09-30 | 1 | -20/+20 |