summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qarraydata.h
Commit message (Expand)AuthorAgeFilesLines
* Reuse QArray initializer macro in QByteArrayJędrzej Nowacki2012-05-041-4/+7
* Fix MSVC conversion warnings in new bytearray code.Friedemann Kleint2012-04-201-1/+1
* Introduce QArrayData::detachCapacityJoão Abecasis2012-04-021-0/+7
* Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-291-3/+3
* Ensure QTypedArrayData is just a shim over QArrayDataJoão Abecasis2012-03-281-0/+4
* Add AllocationOption::GrowJoão Abecasis2012-02-291-3/+4
* Remove use of QT_MODULE from QArrayData stackJoão Abecasis2012-02-061-2/+0
* Update license headersJoão Abecasis2012-02-061-3/+3
* Introducing Q_ARRAY_LITERALJoão Abecasis2012-01-251-0/+79
* Enable use of QArrayDataPointer as a return typeJoão Abecasis2012-01-251-0/+7
* Rename QArrayData::AllocateOption to AllocationOptionJoão Abecasis2012-01-161-10/+11
* Enable QArrayData to reference external array dataJoão Abecasis2012-01-161-0/+23
* Add AllocateOptions to QArrayDataJoão Abecasis2012-01-091-4/+33
* Remove shared_empty and unsharable_empty from APIJoão Abecasis2012-01-061-14/+0
* Add setSharable support in QArrayData stackJoão Abecasis2012-01-061-4/+11
* Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-041-1/+1
* template<class T> struct QTypedArrayDataJoão Abecasis2011-12-111-0/+42
* Allocate/free support in QArrayDataJoão Abecasis2011-12-091-0/+5
* Introducing QArrayDataJoão Abecasis2011-12-061-0/+97