aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontextwrapper_p.h
Commit message (Expand)AuthorAgeFilesLines
* Start cleaning up the QmlContextWrapperLars Knoll2016-12-041-105/+0
* QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-1/+1
* QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-3/+3
* QML: Replace QPointer with a QQmlQPointer (which is trivial)Erik Verbruggen2016-09-271-1/+1
* V4: allow inlining of ExecutionEngine::{qml,js}Engine()Erik Verbruggen2016-05-201-8/+0
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Move remaining objects to new constructor syntaxLars Knoll2015-09-221-1/+1
* Cleanup qmlcontextwrapper usage in XHRLars Knoll2015-08-201-1/+0
* Move the qmlSingletonWrapper method out of the contextwrapperLars Knoll2015-08-201-2/+0
* Move the registerQmlDependencies method into QQmlPropertyCaptureLars Knoll2015-08-201-2/+0
* Access the id objects through a specialized runtime methodLars Knoll2015-08-121-2/+0
* Cleanup retrieval of scope and context objectsLars Knoll2015-06-181-1/+0
* Get rid of QQmlIdObjectsArrayLars Knoll2015-06-181-18/+0
* Smaller cleanup in the context wrapperLars Knoll2015-06-181-1/+3
* Use Heap::Pointer in more placesLars Knoll2015-04-241-1/+1
* Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
* Further cleanupsLars Knoll2015-04-161-2/+2
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Get rid of most uses of ValueRefLars Knoll2015-01-231-3/+3
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-4/+4
* Store a pointer to a heap object in the context wrapperLars Knoll2014-12-201-1/+2
* Cleanup destruction of heap objectsLars Knoll2014-11-211-1/+1
* Use heap objects in the remaining managed objectsLars Knoll2014-11-121-1/+1
* Move data of some Qml related objects into Heap namespace.Lars Knoll2014-11-101-17/+24
* Move Object::Data into the Heap namespaceLars Knoll2014-11-081-2/+2
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-2/+2
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-2/+2
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-14/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-2/+2
* Convert context and list wrapperLars Knoll2014-07-221-3/+3
* Get rid of StringRefLars Knoll2014-07-221-3/+3
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-2/+2
* Convert the context wrapper to the new storage layoutLars Knoll2014-07-221-14/+31
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-2/+1
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-2/+2
* Initial support for accelerated property access to QML singletons and enumsSimon Hausmann2013-11-251-0/+1
* IR Cleanup, resolve ID objects through array subscriptsSimon Hausmann2013-11-251-0/+17
* Speed up id object lookupsSimon Hausmann2013-10-291-0/+7
* Remove most uses of Value from qml/qmlLars Knoll2013-09-301-2/+2
* convert Managed::put() API to be GC safeLars Knoll2013-09-221-1/+1
* Use a StringRef for Managed::get()Lars Knoll2013-09-221-1/+1
* Convert most remaining return values from Value to ReturnedValueLars Knoll2013-09-181-2/+2
* Use ReturnedValue for Managed::get().Lars Knoll2013-09-181-1/+1
* Get rid of the first half of QQmlGuard usageLars Knoll2013-07-051-1/+1
* Remove context parameter from Manged::put.Lars Knoll2013-06-221-1/+1
* Remove context parameter from Managed::get()Lars Knoll2013-06-221-1/+1
* Fix parts of workerscriptLars Knoll2013-06-181-13/+1
* Start converting casting of Managed to subtypes to a better schemeLars Knoll2013-05-311-2/+13