aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4sparsearray.cpp
Commit message (Expand)AuthorAgeFilesLines
* QtQml: Remove unused includes in qml, final partSemih Yavuz2022-09-141-4/+0
* Use SPDX license identifiersLucie GĂ©rard2022-06-111-38/+2
* Replace usage of Q_ALIGNOF with alignofVolker Hilsheimer2019-10-211-1/+1
* Don't use empty values anymore to store internal freelistsLars Knoll2018-05-241-1/+1
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-261-20/+20
* Fix crash when changing from a simple to a sparse arrayLars Knoll2018-02-151-0/+1
* Move the freeList from Heap::ArrayData to SparseArrayLars Knoll2018-01-151-0/+1
* Updated license headersJani Heikkinen2016-01-191-14/+20
* V4: Fix SparseArray::deleteNodeRon Hashimoto2015-09-251-7/+4
* Update copyright headersJani Heikkinen2015-02-121-7/+7
* Update license headers and add new licensesJani Heikkinen2014-08-251-19/+11
* Move ArrayElementLessThen to qv4arraydata.cppLars Knoll2014-01-311-26/+0
* Save memory on array dataLars Knoll2014-01-201-7/+7
* Fixes to sparse array handlingLars Knoll2014-01-201-32/+32
* Fix small bug in array sortingLars Knoll2013-11-181-3/+3
* Fix the remaining objects against self destructionLars Knoll2013-10-111-1/+3
* Move Value::fromBool, ... to a new Primitive classLars Knoll2013-09-281-1/+1
* Convert the last methods in qv4object_p.hLars Knoll2013-09-221-2/+4
* Rename QV4::ValueScope to QV4::ScopeLars Knoll2013-09-181-1/+1
* Require a ValueScope for ScopedCallData as wellLars Knoll2013-09-181-1/+1
* Use QV4::ReturnedValue in the runtime APILars Knoll2013-09-121-3/+5
* More work on converting calling conventions to fit the new GC schemeLars Knoll2013-09-111-1/+1
* Generate CallData structures directly in the instruction selectionLars Knoll2013-09-111-8/+10
* Restructure source codeLars Knoll2013-08-081-0/+459