summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qvector.h
Commit message (Expand)AuthorAgeFilesLines
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-2/+2
* Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-4/+0
* Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-231-4/+0
* Merge master into api_changesKent Hansen2012-03-191-0/+2
|\
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+2
* | QVector: fix initializer_list constructor implementationMarc Mutz2012-02-291-3/+11
* | Fix signed/unsigned mismatch warningsJoão Abecasis2012-02-271-16/+19
* | Change QVector's in-memory data layoutJoão Abecasis2012-02-221-133/+122
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-211-1/+1
|\|
| * Remove usages of QT_ARCH and QT_ARCH_* from qtbaseBradley T. Hughes2012-02-171-1/+1
* | Have QVectorData::grow, take size of header w/ paddingJoão Abecasis2012-02-201-15/+16
* | QVector: always grow exponentiallyJoão Abecasis2012-02-171-5/+4
* | Don't expect null d-pointer in destructorsJoão Abecasis2012-02-131-1/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-3/+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
* | Remove obsolete functionJoão Abecasis2012-01-191-4/+0
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-161-3/+3
|\|
| * Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-2/+2
| * Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* | Use RefCount::setSharable feature in QVectorJoão Abecasis2012-01-101-24/+36
* | Get rid of assignment operators in RefCountJoão Abecasis2012-01-041-4/+4
|/
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-041-1/+1
* Make QVectorData::shared_null constBradley T. Hughes2011-09-261-5/+5
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Respect capacity in QVector::append().Liang Qi2011-05-101-2/+3
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+829