summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qarraydata/simplevector.h
Commit message (Expand)AuthorAgeFilesLines
* Resurrect data moves in QListAndrei Golubev2021-04-271-16/+1
* Move the iterator from QTypedArrayData to QListLars Knoll2020-11-171-2/+2
* Fix signature of QArrayDataOps::erase()Lars Knoll2020-11-171-1/+1
* Simplify the code for QList::emplace()Lars Knoll2020-11-171-8/+3
* Rename AllocationPosition enum and its membersLars Knoll2020-11-041-1/+1
* Remove the old insert methods in QArrayDataOpsLars Knoll2020-11-041-43/+5
* Clean up out allocation handlingLars Knoll2020-11-041-33/+29
* Avoid expensive iterator calculations in append()Lars Knoll2020-11-041-7/+3
* Add prepend optimization to QCommonArrayOpsAndrei Golubev2020-08-271-3/+5
* Support GrowsBackwards flag in QArrayDataPointerAndrei Golubev2020-08-271-14/+28
* Extend array operations tests with extra casesAndrei Golubev2020-08-181-6/+6
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-061-1/+1
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-061-12/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-061-4/+3
* Start moving QArrayData's size and data pointer to the main classThiago Macieira2019-12-081-7/+18
* Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-3/+3
* Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-081-5/+5
* Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-071-1/+1
* Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-071-2/+2
* Rename QArrayData::AllocateOptions enum and update some flagsThiago Macieira2019-12-071-4/+4
* Get rid of unsharable containersLars Knoll2019-10-301-4/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-1/+1
* | Updated license headersJani Heikkinen2016-01-211-17/+12
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Deprecate setSharable in Qt containersThiago Macieira2014-04-241-1/+2
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-221-5/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add erase operation to QArrayDataOpsJoão Abecasis2012-07-031-0/+26
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-011-2/+2
* Introduce QArrayDataPointer::needsDetachJoão Abecasis2012-04-021-4/+4
* Introduce QArrayDataOps::truncateJoão Abecasis2012-04-021-0/+30
* Introduce QArrayData::detachCapacityJoão Abecasis2012-04-021-3/+3
* Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-021-0/+7
* Add AllocationOption::GrowJoão Abecasis2012-02-291-3/+3
* SimpleVector: don't assert when reserving on emptyJoão Abecasis2012-02-221-2/+3
* Update license headersJoão Abecasis2012-02-061-3/+3
* Introducing Q_ARRAY_LITERALJoão Abecasis2012-01-251-0/+5
* Rename QArrayData::AllocateOption to AllocationOptionJoão Abecasis2012-01-161-1/+1
* Enable QArrayData to reference external array dataJoão Abecasis2012-01-161-0/+6
* Expand if condition for readabilityJoão Abecasis2012-01-111-8/+15
* Don't allocate when inserting overlapping dataJoão Abecasis2012-01-111-3/+7
* Add setSharable support to SimpleVectorJoão Abecasis2012-01-101-4/+7
* Add AllocateOptions to QArrayDataJoão Abecasis2012-01-091-4/+8
* Adding detach to QArrayDataPointerJoão Abecasis2012-01-061-0/+25
* Add support for setSharable in RefCountJoão Abecasis2012-01-051-0/+2
* Introducing QArrayDataPointerJoão Abecasis2011-12-141-42/+18
* QArrayDataOps::insertJoão Abecasis2011-12-141-0/+107