summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qarraydata/tst_qarraydata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-121-18/+40
* Introduce QArrayDataOps::truncateJoão Abecasis2012-04-021-2/+65
* Introduce QArrayData::detachCapacityJoão Abecasis2012-04-021-4/+10
* Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-021-1/+73
* Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-291-4/+4
* Fix invalid read, detected by valgrindJoão Abecasis2012-03-151-10/+10
* Silence 'narrowing conversion' warning in testJoão Abecasis2012-03-131-1/+1
* Skip test when implicit move operators not availableJoão Abecasis2012-03-081-0/+43
* Add AllocationOption::GrowJoão Abecasis2012-02-291-1/+33
* Test setSharable with "raw data"João Abecasis2012-02-291-0/+3
* SimpleVector: don't assert when reserving on emptyJoão Abecasis2012-02-221-0/+62
* Workaround compiler issueJoão Abecasis2012-02-221-1/+1
* Add support for rvalue-references in QArrayDataPointerJoão Abecasis2012-02-131-0/+46
* Update license headersJoão Abecasis2012-02-061-3/+3
* Make clear() use the shared null inlineJoão Abecasis2012-02-011-2/+2
* Fix some warnings with ClangJoão Abecasis2012-01-261-3/+3
* Introducing Q_ARRAY_LITERALJoão Abecasis2012-01-251-0/+92
* Don't use RefCount int operationsJoão Abecasis2012-01-171-18/+18
* Rename QArrayData::AllocateOption to AllocationOptionJoão Abecasis2012-01-161-6/+6
* Enable QArrayData to reference external array dataJoão Abecasis2012-01-161-0/+51
* Add setSharable support to SimpleVectorJoão Abecasis2012-01-101-0/+72
* Add AllocateOptions to QArrayDataJoão Abecasis2012-01-091-16/+26
* Remove shared_empty and unsharable_empty from APIJoão Abecasis2012-01-061-6/+12
* Add setSharable support in QArrayData stackJoão Abecasis2012-01-061-6/+146
* Adding detach to QArrayDataPointerJoão Abecasis2012-01-061-6/+31
* Ensure shared_null(s) are statically initialized on VS 2010João Abecasis2012-01-051-0/+17
* Add support for setSharable in RefCountJoão Abecasis2012-01-051-5/+58
* Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-041-3/+3
* QArrayDataOps::insertJoão Abecasis2011-12-141-0/+131
* QArrayDataOps: generic array operationsJoão Abecasis2011-12-141-0/+127
* Add test for GCC bug #43247João Abecasis2011-12-111-0/+28
* template<class T> struct QTypedArrayDataJoão Abecasis2011-12-111-4/+129
* Allocate/free support in QArrayDataJoão Abecasis2011-12-091-0/+144
* SimpleVector as a test case for QArrayDataJoão Abecasis2011-12-071-0/+105
* Introducing QArrayDataJoão Abecasis2011-12-061-0/+152