summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qvector.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* corelib/tools: Add two ### Qt 5 commentshjk2011-03-161-0/+2
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Silence warning in qvector with MSVCOlivier Goffart2010-11-051-3/+3
* | Containers: add member-swapMarc Mutz2010-11-031-0/+1
* | Fix C++0x initializer lists tests.Olivier Goffart2010-09-221-1/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-2/+2
|\|
| * QList::toVector()/QVector::toStdVector()/QVector::fromStdVector(): use reserve()Marc Mutz2010-09-091-2/+2
* | C++0x: being able to create a list with the {,,,} notationOlivier Goffart2010-09-031-1/+22
* | C++0x move operatorsOlivier Goffart2010-09-031-1/+5
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-2/+3
|\|
| * Fix assignment of a container included in the container itselfOlivier Goffart2010-08-231-2/+3
* | Remove obsolete code & workarounds for unsupported versions of MS Visual C++miniak2010-08-031-3/+0
|/
* Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-1/+3
|\
| * optimization: use QList::reserve() and QVector::reserve()Oswald Buddenhagen2010-02-171-1/+3
* | Merge remote branch 'origin/4.6' into integration-master-from-4.6Rohan McGovern2010-02-191-3/+3
|\ \ | |/ |/|
| * Change all ptrdiff_t to qptrdiff.Thiago Macieira2010-02-171-3/+3
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\|
| * Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* | add {QString,QByteArray,QList,QLinkedList,QHash,QMap,QVector}::isSharedWith()Oswald Buddenhagen2009-12-101-0/+1
|/
* Merge remote branch 'mainline/4.6' into 4.6Oswald Buddenhagen2009-12-031-2/+4
|\
| * Fix crash in QVector::reserve when reserving smaller size on a shared vectorOlivier Goffart2009-12-011-2/+4
* | QVector: fix const_iterator-=(int)hjk2009-11-301-1/+1
|/
* Fix compilation on solaris-g++-64.Thiago Macieira2009-11-131-0/+1
* Fix compile error for Symbian WINSCW emulatorShane Kearns2009-11-031-1/+1
* Initialise the reserved bits to 0.Thiago Macieira2009-10-281-0/+2
* Fix Qt containers to properly support types with strict alignments.Thiago Macieira2009-10-281-3/+17
* Fixes some warning in headersOlivier Goffart2009-09-221-3/+3
* Fix -Wconversion warnings where possible.David Faure2009-09-131-3/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-4/+0
|\| |
| * | Remove "no-stl" from the build key and add compatibility for old plugins.Thiago Macieira2009-07-291-4/+0
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-1/+3
|\| |
| * | avoids strict-antialiasing breakage warningsThierry Bastian2009-07-151-1/+3
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\| |
| * | Merge license header changes from 4.5Volker Hilsheimer2009-06-161-2/+2
| |\|
| | * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | | Manually fix bad merges and make sure everything compiles with 4.6.Harald Fernengel2009-06-291-10/+10