aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4managed_p.h
Commit message (Expand)AuthorAgeFilesLines
...
* | destruct qobject wrappers before sweeping the GC heapLars Knoll2015-08-101-8/+0
* | Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-5/+5
* | Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-2/+2
* | More cleanups in qv4value_p.hLars Knoll2015-04-241-2/+0
* | Remove last asFoo() methods from ManagedLars Knoll2015-04-211-3/+0
* | Remove now unused managed_cast template methodLars Knoll2015-04-211-17/+0
* | Get rid of asFunctionObject()Lars Knoll2015-04-211-6/+0
* | More cleanupsLars Knoll2015-04-211-2/+6
* | Get rid of asManaged()Lars Knoll2015-04-211-3/+4
* | Get rid of asNumberObjectLars Knoll2015-04-211-1/+0
* | Get rid of asStringObject()Lars Knoll2015-04-171-1/+0
* | Get rid of Value::asDateObject()Lars Knoll2015-04-161-1/+0
* | Further cleanupsLars Knoll2015-04-161-2/+0
* | Cleanup some of the casting codeLars Knoll2015-03-201-51/+5
* | Get rid of Value::fromManaged()Lars Knoll2015-03-201-7/+0
* | Reduce dependenciesLars Knoll2015-03-201-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-7/+2
* Move the definition of Object vtables into qv4object_p.hLars Knoll2015-01-231-59/+0
* Get rid of most uses of ValueRefLars Knoll2015-01-231-3/+3
* Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-211-5/+2
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-2/+0
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-2/+0
* Move vtable out of internalClassLars Knoll2015-01-201-16/+16
* Fold the markBit into the internalClass pointerLars Knoll2015-01-121-1/+1
* Fold the inUse flag into the internalClass pointerLars Knoll2015-01-121-1/+1
* Move subType from Heap::Base into Heap::StringLars Knoll2015-01-121-3/+0
* Make Managed inherit ValueLars Knoll2014-12-201-17/+6
* Fix the way we set the property name during iterationLars Knoll2014-12-201-1/+1
* Return a Heap::Object in Object::prototype()Lars Knoll2014-12-171-6/+3
* Let the memory manager operate on Heap::Base objects, not ManagedLars Knoll2014-11-211-10/+0
* Cleanup destruction of heap objectsLars Knoll2014-11-211-2/+5
* We should never construct a managed derived type directly anymoreLars Knoll2014-11-211-4/+2
* Remove the remaining uses of Returned<T>Simon Hausmann2014-11-151-6/+0
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-0/+13
* Cleanup RegExpLars Knoll2014-11-081-14/+2
* Refactor ExecutionContextsLars Knoll2014-11-081-3/+4
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-9/+15
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-33/+4
* Cleanup header file dependenciesLars Knoll2014-11-041-3/+0
* Remove most calls to Value::managed()Lars Knoll2014-11-041-2/+2
* Changed Value to store Managed::Data pointers directlySimon Hausmann2014-11-041-1/+15
* Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-10-311-10/+6
|\
| * Get rid of !this and similar constructsLars Knoll2014-10-311-10/+6
* | Basic support for typed arraysLars Knoll2014-10-291-5/+5
|/
* Fix compiler warningLars Knoll2014-09-301-0/+1
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Fix uninitialized memory readLars Knoll2014-08-041-0/+1
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-1/+1
* Fix build on WindowsSimon Hausmann2014-07-221-1/+1