aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v4/qv4mm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Restructure source codeLars Knoll2013-08-081-605/+0
* QNX-specific implementation of the stack base retrieval.Petr Nejedly2013-07-031-1/+10
* Fix an obvious typo in the pool allocation sizing.Petr Nejedly2013-06-291-1/+1
* Fix build with MingWSimon Hausmann2013-06-261-4/+0
* Fix compilation with namespaced QtSimon Hausmann2013-06-261-0/+4
* Fix module name (QtQml) in the license headerSergio Ahumada2013-06-241-2/+2
* Fix tst_qjsvalue::engineDeleted()Simon Hausmann2013-06-211-0/+1
* Reset the persistent values to undefined on destructionLars Knoll2013-06-141-1/+1
* Rework QObject deletion mechanismSimon Hausmann2013-06-131-16/+16
* Move QV4::QObjectWrapper into the v4/ subdirectorySimon Hausmann2013-06-071-2/+1
* Move handling of multiply wrapped QObjects from QV8QObjectWrapper into QV4::E...Simon Hausmann2013-06-051-0/+9
* Get rid of QV8Engine::toQObject and QV8QObjectWrapper::toQObjectSimon Hausmann2013-06-031-1/+1
* valgrind support: Destroy mempool when memoryManager is destroyedSimon Hausmann2013-06-021-0/+3
* Port QObject bindings to use new castSimon Hausmann2013-06-021-2/+2
* Fix tst_qqmlecmascript::jsOwnedObjectsDeletedOnEngineDestroySimon Hausmann2013-05-311-0/+14
* Fix failing tst_qqmlecmascript::deleteRootObjectDuringCreation unit testSimon Hausmann2013-05-291-2/+2
* Implement QObject ownership policy for QObject JavaScript wrappersSimon Hausmann2013-05-241-0/+33
* Fix QObject ownershipSimon Hausmann2013-05-241-3/+21
* Rename Value::deletedValue() to Value::emptyValue()Lars Knoll2013-05-071-1/+1
* Use a doubly linked list for PersistentValueLars Knoll2013-05-061-1/+2
* Convert QQmlPropertyCache to use QV4::persistentValue instead of the v8 versionLars Knoll2013-05-061-2/+1
* Move the internalClass pointer from Object to ManagedLars Knoll2013-05-061-2/+1
* Remove the old v4 and rename v4vm to v4Simon Hausmann2013-04-291-0/+520