summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qvector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add missing \since 5.1 for QVector::takeFirst() and ::takeLast()Pekka Vuorela2013-11-051-0/+2
* Doc: Fix broken linksSze Howe Koh2013-11-051-2/+2
* Improve implicit shared documentation a bitThorbjørn Martsum2013-10-151-0/+10
* QVector: add some functions missing for QList compatMarc Mutz2013-10-111-0/+38
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-12/+12
* Doc: Add docs for rvalue references and move constructorsGeir Vattekar2013-09-271-0/+17
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-3/+45
|\
| * Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
| * QVector - add functions takeFirst and takeLastThorbjørn Martsum2013-03-071-2/+24
| * QVector - add remove functionsThorbjørn Martsum2013-03-071-2/+22
* | Update the documentation for C++11 initializer lists supportLaszlo Papp2013-03-071-1/+2
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* QtBase: Doc: Fix links to STL-style iteratorsDavid Schulz2012-12-061-6/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+1
* Remove unneeded #includes and namespace wrappersJoão Abecasis2012-06-141-10/+0
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-301-34/+0
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-2/+2
* Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-18/+18
* Merge master into api_changesKent Hansen2012-03-191-0/+18
|\
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+18
* | Merge remote-tracking branch 'origin/api_changes' into containtersJoão Abecasis2012-03-081-4/+4
|\|
| * Remove the usage of deprecated qdoc macros.Casper van Donderen2012-03-021-4/+4
* | Have QVectorData::grow, take size of header w/ paddingJoão Abecasis2012-02-201-2/+2
* | QVector: always grow exponentiallyJoão Abecasis2012-02-171-3/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-2/+2
|\|
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| * Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* | Remove obsolete functionJoão Abecasis2012-01-191-8/+0
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-161-5/+7
|\|
| * Remove all non-inline of qMalloc/qFree/qRealloc.Robin Burchell2012-01-061-4/+6
| * Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* | Use RefCount::setSharable feature in QVectorJoão Abecasis2012-01-101-1/+1
* | Retire the generic Q_REFCOUNT_INITIALIZER macroJoão Abecasis2012-01-041-1/+1
|/
* Make QVectorData::shared_null constBradley T. Hughes2011-09-261-1/+1
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Doc: Applied pending fixes to API documentation.David Boddie2011-05-231-1/+1
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+1017