summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qarraydata
Commit message (Expand)AuthorAgeFilesLines
* Introduce QArrayDataPointer::needsDetachJoão Abecasis2012-04-021-4/+4
* Introduce QArrayDataOps::truncateJoão Abecasis2012-04-022-2/+95
* Introduce QArrayData::detachCapacityJoão Abecasis2012-04-022-7/+13
* Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-022-1/+80
* 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-292-4/+36
* Test setSharable with "raw data"João Abecasis2012-02-291-0/+3
* SimpleVector: don't assert when reserving on emptyJoão Abecasis2012-02-222-2/+65
* 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-062-6/+6
* 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-252-0/+97
* Don't use RefCount int operationsJoão Abecasis2012-01-171-18/+18
* Rename QArrayData::AllocateOption to AllocationOptionJoão Abecasis2012-01-162-7/+7
* Enable QArrayData to reference external array dataJoão Abecasis2012-01-162-0/+57
* 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-102-4/+79
* Add AllocateOptions to QArrayDataJoão Abecasis2012-01-092-20/+34
* 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-062-6/+56
* 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-052-5/+60
* Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-041-3/+3
* Introducing QArrayDataPointerJoão Abecasis2011-12-141-42/+18
* QArrayDataOps::insertJoão Abecasis2011-12-142-0/+238
* QArrayDataOps: generic array operationsJoão Abecasis2011-12-142-7/+140
* Add test for GCC bug #43247João Abecasis2011-12-111-0/+28
* template<class T> struct QTypedArrayDataJoão Abecasis2011-12-112-15/+152
* Allocate/free support in QArrayDataJoão Abecasis2011-12-091-0/+144
* SimpleVector as a test case for QArrayDataJoão Abecasis2011-12-073-0/+289
* Introducing QArrayDataJoão Abecasis2011-12-062-0/+156