aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4string_p.h
Commit message (Expand)AuthorAgeFilesLines
* Updated license headersJani Heikkinen2016-01-191-14/+20
* Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-061-0/+11
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-2/+6
|\
| * V4: track C++ heap usage for Strings in the MemoryManagerErik Verbruggen2015-07-101-2/+6
* | Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-1/+1
* | Remove type punning from QV4::Value.Erik Verbruggen2015-07-241-1/+1
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-0/+9
* | Remove last asFoo() methods from ManagedLars Knoll2015-04-211-1/+1
* | Get rid of Value::asDateObject()Lars Knoll2015-04-161-0/+5
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-211-2/+2
* Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-161-3/+3
* QV4::String is not an ObjectLars Knoll2015-01-121-10/+1
* Move subType from Heap::Base into Heap::StringLars Knoll2015-01-121-0/+4
* Remove the StringType_UInt subtypeLars Knoll2015-01-121-3/+4
* Cleanup destruction of heap objectsLars Knoll2014-11-211-1/+1
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-23/+33
* Move Data for String into the Heap namespaceLars Knoll2014-11-081-44/+51
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-2/+2
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-1/+1
* Cleanup header file dependenciesLars Knoll2014-11-041-14/+0
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* V4: change string flattening to be iterative and use a worklist.Erik Verbruggen2014-08-081-1/+1
* MinGW build fixSimon Hausmann2014-07-221-1/+1
* Cleanup: Get rid of __data membersSimon Hausmann2014-07-221-13/+0
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Convert String to new constructor syntaxLars Knoll2014-07-221-19/+16
* Get rid of StringRefLars Knoll2014-07-221-6/+5
* Rename V4_OBJECT_NEW back to V4_OBJECTLars Knoll2014-07-221-1/+1
* Convert String to the new storage layoutLars Knoll2014-07-221-39/+47
* Move string data into subclassLars Knoll2014-07-221-27/+36
* Move Managed data into it's own subclassLars Knoll2014-07-221-5/+4
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-3/+8
* Make the Ref classes not template basedLars Knoll2014-02-071-0/+2
* Remove an unused constructorLars Knoll2014-02-051-4/+0
* Disentangle some includesLars Knoll2014-01-311-2/+2
* Split ManagedVTable into two classesLars Knoll2014-01-211-1/+2
* Rework array handling for JS objectsLars Knoll2014-01-091-0/+2
* Move Managed::type and some flags into the vtableLars Knoll2014-01-031-1/+6
* Remove setVTable calls in performance critical areasLars Knoll2013-12-041-1/+1
* Move the vtable pointer from the object to the internal classLars Knoll2013-12-041-1/+1
* Add a static toArrayIndex() method to QV4::StringLars Knoll2013-12-041-0/+2
* Refactor marking GC'ed objectsLars Knoll2013-11-051-1/+1
* Better way of handling string additionsLars Knoll2013-11-041-12/+11
* Optimize string additionsLars Knoll2013-10-311-9/+41
* Cleanup API of Safe<T>Lars Knoll2013-10-021-0/+1
* Convert the remaining vtable methods to be GC safeLars Knoll2013-09-221-2/+2
* Convert putIndexed()Lars Knoll2013-09-221-1/+1
* 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