summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlist.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* QList document referenced to non existing functionartoka2011-11-011-2/+2
* Doc: Said that QList::clear deallocates memoryGeir Vattekar2011-08-231-2/+2
* Use memmove in QListData::append(int) as regions overlap.Thiago Macieira2011-07-081-1/+1
* Merge branch '4.8' of scm.dev.nokia.troll.no:qt/qtDavid Boddie2011-05-241-17/+17
|\
| * Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Squashed merge of the master-temp branch.David Boddie2011-05-061-2/+2
|/
* Documentation for the initilize_list constructorOlivier Goffart2011-04-041-0/+8
* 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-101-1/+1
* | Containers: add member-swapMarc Mutz2010-11-031-0/+7
|/
* Fixed statement about const_iterator and some whitespace fixes.Jerome Pasion2010-10-131-1/+1
* Slight QList documentation fix.Robin Burchell2010-04-261-6/+2
* avoid double reallocations in inserting operationsOswald Buddenhagen2010-02-221-0/+47
* make queues to which only lists are appended not blow the memoryOswald Buddenhagen2010-02-221-18/+18
* optimize queue-like structuresOswald Buddenhagen2010-02-221-3/+3
* remove more pointless recalculationsOswald Buddenhagen2010-02-221-3/+3
* Revert optimizations to QString::appendKai Koehne2010-02-181-18/+0
* avoid double reallocations in appending operationsOswald Buddenhagen2010-02-161-0/+18
* add QList::reserve()Oswald Buddenhagen2010-02-161-5/+34
* Merge remote branch 'origin/4.6' into qt-master-from-4.6Olivier Goffart2010-02-041-1/+1
|\
| * remove duplicated calculation of lengthOswald Buddenhagen2010-02-011-1/+1
* | Merge branch '4.6'Thiago Macieira2010-01-131-1/+1
|\ \ | |/
| * Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* | add {QString,QByteArray,QList,QLinkedList,QHash,QMap,QVector}::isSharedWith()Oswald Buddenhagen2009-12-101-0/+5
|/
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
* Fix the last fix to QList.Thiago Macieira2009-08-241-1/+1
* Restore QList backward compatibilityHarald Fernengel2009-08-241-0/+51
* Revert "Fix trivial QList detaching: QListData::detach2() *must* memcpy."Harald Fernengel2009-08-241-1/+1
* Fix trivial QList detaching: QListData::detach2() *must* memcpy.Thiago Macieira2009-08-211-1/+1
* Merge commit 'qt/master'Jason Barron2009-08-181-20/+44
* Rename qlistdata.cpp (back) to qlist.cpp.Volker Hilsheimer2009-08-171-0/+1752