aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4string.cpp
Commit message (Expand)AuthorAgeFilesLines
* Silence a GCC 8 warning in qv4stringVille Voutilainen2018-02-281-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-1/+1
* Fix crash in tst_controls in QQC2Simon Hausmann2018-01-221-0/+21
* Introduce a SubString String typeLars Knoll2018-01-191-4/+28
* Split up String type into a regular and a ComplexStringLars Knoll2018-01-191-29/+28
* Bring back markObjects(), this time generatedLars Knoll2017-11-141-4/+5
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-061-8/+6
|\
| * Get rid of the MemoryManager pointer inside StringLars Knoll2017-05-191-6/+4
| * Move the engine() accessor from Object to ManagedLars Knoll2017-05-191-2/+2
* | Separate the stack used for GC from the regular JS stackLars Knoll2017-04-071-3/+3
|/
* Simplify handling of non GC managed heap dataLars Knoll2017-01-221-1/+10
* Add some asserts to help debuggingLars Knoll2017-01-221-0/+1
* Merge remote-tracking branch 'origin/5.7' into 5.8Simon Hausmann2016-11-151-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-3/+9
| |\
| | * QV4String: properly detect overflow when trying to convert to an array indexGiuseppe D'Angelo2016-11-041-3/+9
* | | QML: Make Heap::RegExp and Heap::String trivialErik Verbruggen2016-10-051-4/+4
* | | QML: Make all context objects trivialErik Verbruggen2016-09-301-1/+5
* | | V4: allow for String::createHashValue to be inlinedErik Verbruggen2016-07-131-63/+2
* | | V4: Use built-in overflow checking add/mul for index calculation.Erik Verbruggen2016-05-161-4/+2
* | | V4: calculate the hash only once when inserting a string.Erik Verbruggen2016-05-121-78/+36
|/ /
* / Updated license headersJani Heikkinen2016-01-191-14/+20
|/
* Merge remote-tracking branch 'origin/5.5' into 5.6Ulf Hermann2015-08-181-2/+5
|\
| * V4: track C++ heap usage for Strings in the MemoryManagerErik Verbruggen2015-07-101-2/+5
* | Encapsulate and protect all accesses to the vtable of Heap objectsLars Knoll2015-08-101-1/+1
* | Get rid of qv4value_inl_p.h and replace it by qv4typedvalue_p.hLars Knoll2015-04-241-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Move the internalClass pointer into Heap::ObjectLars Knoll2015-01-211-4/+2
* Remove the remaining bit of code that use the vtable in the internalClassLars Knoll2015-01-211-2/+2
* Move vtable out of internalClassLars Knoll2015-01-201-1/+1
* Don't require an ExecutionEngine member in String anymoreLars Knoll2015-01-161-2/+2
* QV4::String is not an ObjectLars Knoll2015-01-121-109/+1
* Remove the StringType_UInt subtypeLars Knoll2015-01-121-44/+13
* Use QV4::ScopedObject typedef instead of actual typeOleg Shparber2015-01-031-2/+2
* Move prototype back from the vtable into ObjectLars Knoll2014-12-111-4/+4
* Cleanup destruction of heap objectsLars Knoll2014-11-211-5/+0
* Ported ExecutionEngine::newString and newIdentifier to Heap::StringSimon Hausmann2014-11-121-25/+27
* Move Data for String into the Heap namespaceLars Knoll2014-11-081-22/+22
* Begin moving the data out of Managed objectsLars Knoll2014-11-081-3/+3
* Let markObjects() operate directly on HeapObjectsLars Knoll2014-11-041-5/+5
* Fix String leak by calling the correct destructorOle André Vadla Ravnås2014-09-111-1/+1
* 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-9/+17
* Fix Managed::as<>() methodLars Knoll2014-07-221-1/+1
* Convert String to new constructor syntaxLars Knoll2014-07-221-39/+38
* Get rid of StringRefLars Knoll2014-07-221-6/+6
* Convert String to the new storage layoutLars Knoll2014-07-221-44/+44
* Move string data into subclassLars Knoll2014-07-221-41/+48
* Move Managed data into it's own subclassLars Knoll2014-07-221-9/+9
* Extend the QML bootstrap library by the IR buildersSimon Hausmann2014-04-231-4/+12
* Get rid of collectDeletablesLars Knoll2014-03-271-1/+0