summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qvarlengtharray.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add QVarLengthArray::{indexOf,lastIndexOf,contains} functionshjk2014-01-091-0/+49
* Remove redundant checks in some tools classesJędrzej Nowacki2013-09-131-2/+2
* Remove qCopy from QVarLengthArrayGiuseppe D'Angelo2013-09-041-1/+2
* QVarLengthArray - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+10
* Prevent negative size in QBitArray, QVector and QVarLengthArray ctors.Mitch Curtis2013-06-051-0/+2
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* QVarLengthArray: add squeeze functionPeter Kümmel2013-01-281-0/+5
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QVarLengthArray: use memory on stack if possiblePeter Kümmel2012-10-111-5/+10
* Make QVarLengthArray exception safe in case of OOMPeter Kümmel2012-10-111-26/+22
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QVarLengthArray: provide STL-compatible member function namesMarc Mutz2012-09-191-0/+9
* QVarLengthArray: C++11-ify insert/erase signaturesMarc Mutz2012-08-301-6/+6
* Simplify the size of the QVarLengthArray buffer.Thiago Macieira2012-05-031-2/+1
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-2/+2
* Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-5/+6
* containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+2
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Implement (and unit test) simple QVarLengthArray::first()/last().Robin Burchell2012-01-021-0/+4
* Add QVarLengthArray::length().Robin Burchell2011-12-121-0/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+404