summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qarraydata/simplevector.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* QArrayDataOps: generic array operationsJoão Abecasis2011-12-141-7/+13
* template<class T> struct QTypedArrayDataJoão Abecasis2011-12-111-11/+23
* SimpleVector as a test case for QArrayDataJoão Abecasis2011-12-071-0/+183