summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qarraydata.cpp
Commit message (Expand)AuthorAgeFilesLines
* Check for integer overflows in places where qAllocMore is usedUlf Hermann2014-10-171-2/+14
* Don't dereference pointers on QArrayData deallocationUlf Hermann2014-10-171-1/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Unify all mid() functions in QtBase.Jędrzej Nowacki2014-05-161-0/+29
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-05-061-4/+9
|\
| * Deprecate setSharable in Qt containersThiago Macieira2014-04-241-4/+9
* | Mark the QArrayData alloc/dealloc functions as nothrowThiago Macieira2014-02-191-2/+2
|/
* Fix configure warnings on Windows 7 with MSVC2010.Mitch Curtis2013-09-251-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Core: Silence gcc warnings about unitinialized members in qarraydata.cppKai Koehne2012-09-261-0/+9
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Add an assert simplifying debugging.Jędrzej Nowacki2012-05-041-0/+1
* Fix MSVC conversion warnings in new bytearray code.Friedemann Kleint2012-04-201-1/+1
* Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-291-3/+10
* Add AllocationOption::GrowJoão Abecasis2012-02-291-2/+9
* Update license headersJoão Abecasis2012-02-061-3/+3
* Move Q_CHECK_PTR to inline codeJoão Abecasis2012-01-181-1/+0
* Don't use qMalloc/qFree in non-inline codeJoão Abecasis2012-01-171-2/+4
* Rename QArrayData::AllocateOption to AllocationOptionJoão Abecasis2012-01-161-1/+1
* Enable QArrayData to reference external array dataJoão Abecasis2012-01-161-3/+6
* Add AllocateOptions to QArrayDataJoão Abecasis2012-01-091-4/+4
* Remove shared_empty and unsharable_empty from APIJoão Abecasis2012-01-061-5/+6
* Add setSharable support in QArrayData stackJoão Abecasis2012-01-061-3/+9
* Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-041-2/+2
* Get rid of assignment operators in RefCountJoão Abecasis2012-01-041-1/+1
* Allocate/free support in QArrayDataJoão Abecasis2011-12-091-0/+44
* Introducing QArrayDataJoão Abecasis2011-12-061-0/+49