summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlist.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a regression in QList::mid()Liang Qi2011-05-161-0/+2
* Update licenseheader text in source filesJyri Tahtela2011-05-131-17/+17
* Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* Fix assignment of a container included in the container itselfOlivier Goffart2010-08-231-2/+3
* Don't use QList's begin() and end() where possible.Robin Burchell2010-04-261-2/+2
* different approach to fixing "the other" aliasing issueOswald Buddenhagen2010-03-151-37/+15
* fix aliasing issue in node_construct()Oswald Buddenhagen2010-03-151-0/+8
* detach in fewer cases, remove redundant calculationOswald Buddenhagen2010-03-151-3/+1
* optimize appending of (empty) lists to (empty) listsOswald Buddenhagen2010-02-251-9/+16
* suppress pointer aliasing warningsOswald Buddenhagen2010-02-241-3/+6
* avoid double reallocations in inserting operationsOswald Buddenhagen2010-02-221-35/+96
* create temporaries more intelligentlyOswald Buddenhagen2010-02-221-6/+28
* do not protect against self-assignment in QList::replace()Oswald Buddenhagen2010-02-221-6/+1
* make queues to which only lists are appended not blow the memoryOswald Buddenhagen2010-02-221-0/+1
* Merge remote branch 'origin/master' into qt-master-from-4.6Thiago Macieira2010-02-201-6/+35
|\
| * Revert optimizations to QString::appendKai Koehne2010-02-181-24/+4
| * unbreak QList::append() and co. againOswald Buddenhagen2010-02-171-1/+1
| * avoid double reallocations in appending operationsOswald Buddenhagen2010-02-161-4/+24
| * optimize QList::mid()Oswald Buddenhagen2010-02-161-3/+12
| * add QList::reserve()Oswald Buddenhagen2010-02-161-3/+23
* | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-191-1/+1
|\ \
| * | Revert "Added note to make QList destructor virtual in version 5"Zeno Albisser2010-02-181-1/+1
* | | Merge remote branch 'origin/4.6' into integration-master-from-4.6Rohan McGovern2010-02-181-4/+4
|\ \ \ | |/ / | | / | |/ |/|
| * Added note to make QList destructor virtual in version 5Zeno Albisser2010-02-171-1/+1
| * 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-061-1/+1
* | add {QString,QByteArray,QList,QLinkedList,QHash,QMap,QVector}::isSharedWith()Oswald Buddenhagen2009-12-101-0/+1
|/
* Fix -Wconversion warnings where possible.David Faure2009-09-131-4/+4
* Update license headers again.Jason McDonald2009-09-091-4/+4
* exception safety fix for QList::operator+= (const QList&)mread2009-09-081-7/+12
* qlist.h uses memcpy() without including <string.h> or <cstring>Bernhard Rosenkraenzer2009-09-011-0/+1
* 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
* | Restore QList backward compatibilityHarald Fernengel2009-08-241-3/+5
* | Revert "Remove the unnecessary double memcpy now too."Harald Fernengel2009-08-241-0/+3
* | Remove the unnecessary double memcpy now too.Thiago Macieira2009-08-211-3/+0
* | Merge commit 'qt/master'Jason Barron2009-08-131-1/+1
|\ \
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| |/
* | Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-6/+17
* | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\ \ | |/
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+691
* Build fix for GCCE. I believe all auto tests for GCCE were previously failingFrans Englich2009-06-101-1/+8
* Make Qt exception safer.Robert Griebl2009-06-101-17/+84
* Long live Qt for S60!axis2009-04-241-0/+691