summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qarraydata/tst_qarraydata.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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