summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qarraydata.h
Commit message (Expand)AuthorAgeFilesLines
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-201-8/+6
* Add QArrayData::reallocateUnaligned for QString and QByteArrayThiago Macieira2016-09-071-0/+11
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-2/+2
|\
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-2/+2
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Compile with !QT_SUPPORTS(UNSHARABLE_CONTAINERS)Marc Mutz2015-07-081-0/+2
* QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-011-2/+2
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Don't track the sharable bit upon detachJoão Abecasis2014-07-281-4/+0
* Unify all mid() functions in QtBase.Jędrzej Nowacki2014-05-161-0/+8
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-0/+4
|\
| * Deprecate setSharable in Qt containersThiago Macieira2014-04-241-0/+4
* | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-02-281-2/+2
|\|
| * Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-221-2/+2
* | Mark the QArrayData alloc/dealloc functions as nothrowThiago Macieira2014-02-191-2/+2
|/
* Work around a binary incompatibility in MSVCThiago Macieira2014-01-231-2/+2
* 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