summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qarraydata.h
Commit message (Expand)AuthorAgeFilesLines
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Make sure functions returning iterators have an iterator as parameterThiago Macieira2012-10-191-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QArrayData: Fix gcc warning about parentheses in 'a + b & c'.Friedemann Kleint2012-07-061-1/+1
* Don't use the gcc extension for QStringLiteral & Q_ARRAY_LITERALLars Knoll2012-06-121-8/+0
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-011-2/+2
* Make QVector compile with QT_STRICT_ITERATORS againThiago Macieira2012-06-011-6/+79
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-301-0/+12
* 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