aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontextwrapper.cpp
Commit message (Expand)AuthorAgeFilesLines
* Address uninitialized pointer variablesHolger Hans Peter Freyther2015-04-201-0/+1
* Speed up object creationSimon Hausmann2015-04-161-1/+2
* Speed up object creation with lots of id name objectsSimon Hausmann2015-04-161-3/+5
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* CleanupsLars Knoll2015-01-231-6/+6
* Get rid of most uses of ValueRefLars Knoll2015-01-231-8/+8
* Rework QJSValue internalsLars Knoll2015-01-211-1/+1
* Get rid of all uses of Managed::engine()Lars Knoll2015-01-211-7/+7
* Remove all the setVTable() calls that aren't required anymoreLars Knoll2015-01-211-2/+0
* Get rid of Value::engine()Lars Knoll2015-01-121-4/+4
* Cleanup variant conversion codeLars Knoll2015-01-091-1/+1
* Move the variant conversion methods from qv8engine to qv4::ExecutionEngineLars Knoll2015-01-091-1/+1
* Remove qv8engine usage in the contextwrapperLars Knoll2015-01-081-14/+12
* Use QV4::ScopedString typedef instead of actual typeOleg Shparber2015-01-021-1/+1
* Reduce v8engine dependency in the type wrapperLars Knoll2015-01-021-5/+3
* Remove v8engine dependency in fromVariant conversionsLars Knoll2015-01-021-1/+1
* Don't store a v8engine pointer in qqmllistwrapperLars Knoll2015-01-011-1/+1
* Store a pointer to a heap object in the context wrapperLars Knoll2014-12-201-3/+1
* Remove most of the places where getPointer() is usedLars Knoll2014-12-201-1/+1
* Return Heap::ExecutionContext for currentContext()Lars Knoll2014-12-191-1/+1
* Better encapsulate access to the global objectLars Knoll2014-12-111-1/+1
* Cleanup destruction of heap objectsLars Knoll2014-11-211-5/+0
* Fix the qmlProperty accessors to not require a context anymoreLars Knoll2014-11-211-4/+4
* Ported most ExecutionEnginew::new* factory methods away from Returned<T>Simon Hausmann2014-11-121-2/+2
* Use heap objects in the remaining managed objectsLars Knoll2014-11-121-3/+5
* Move data of some Qml related objects into Heap namespace.Lars Knoll2014-11-101-6/+6
* 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-7/+7
* Move the throw methods from ExecutionContext to ExecutionEngineLars Knoll2014-11-041-2/+2
* Get rid of !this and similar constructsLars Knoll2014-10-311-10/+6
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Change the object allocation schemeSimon Hausmann2014-07-221-3/+3
* Convert context and list wrapperLars Knoll2014-07-221-19/+19
* Get rid of StringRefLars Knoll2014-07-221-9/+9
* Convert ExecutionContext to new storage schemeLars Knoll2014-07-221-1/+1
* Convert the context wrapper to the new storage layoutLars Knoll2014-07-221-22/+27
* Get rid of different macros for vtable specializationsLars Knoll2014-07-221-1/+1
* Avoid calling destroy() on most objectsLars Knoll2014-07-221-1/+1
* Fix unreliable behavior of array methods on qml list propertiesSimon Hausmann2014-04-091-0/+3
* Fix crash with lazy binding initialization and compile time calculated depend...Simon Hausmann2014-03-171-0/+1
* Fix QQmlContextData object leakLiang Jian2014-03-141-1/+1
* [new compiler] Fix incorrect accelerated lookups to id objectsSimon Hausmann2014-03-061-1/+3
* Improve memory usage in QML/V4 engine.Michael Brasser2014-02-281-3/+4
* Fix global object handling in worker script JS files.v5.3.0-alpha1Michael Brasser2014-02-251-7/+7
* Rename some filesLars Knoll2014-01-311-1/+1
* Split ManagedVTable into two classesLars Knoll2014-01-211-4/+4
* Encapsulate the current context and fix it's usageLars Knoll2013-12-041-9/+9
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-2/+2
* Add support for accelerated property access to QML types and namespace supportSimon Hausmann2013-11-281-2/+4