aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4managed_p.h
Commit message (Expand)AuthorAgeFilesLines
* Micro optimizationLars Knoll2016-12-131-0/+7
* Cleanup Value::isObject/objectValue usagesLars Knoll2016-11-291-0/+5
* Clean up duplicated checks whether a Value is a ManagedLars Knoll2016-11-291-4/+2
* Work around -Wtautological-compare warnings on clang 3.6Lars Knoll2016-11-111-1/+8
* Merge remote-tracking branch 'origin/5.6' into 5.8Simon Hausmann2016-10-131-1/+15
|\
| * Fix developer-build with gcc 6Allan Sandfeld Jensen2016-10-101-1/+15
* | QML: Make Heap::Object and all subclasses trivialErik Verbruggen2016-10-061-2/+3
* | QML: Introduce destroy() on Base subclassesErik Verbruggen2016-10-051-1/+1
* | QML: Make all context objects trivialErik Verbruggen2016-09-301-1/+6
* | Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Remove prohibited uses of underscore + capital letterThiago Macieira2016-01-081-1/+1
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-2/+8
|\
| * Fix compilation with ICC on WindowsThiago Macieira2015-09-021-2/+8
* | 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