| Commit message (Expand) | Author | Age | Files | Lines |
* | don't detach until the list is going to be modified | Ritt Konstantin | 2011-08-12 | 1 | -1/+0 |
|
|
* | optimize QList::removeAll() | Ritt Konstantin | 2011-08-12 | 1 | -11/+19 |
|
|
* | Merge remote branch 'origin/4.7' into 4.8-from-4.7 | Rohan McGovern | 2011-05-17 | 1 | -17/+19 |
|\ |
|
| * | Fix a regression in QList::mid() | Liang Qi | 2011-05-16 | 1 | -0/+2 |
|
|
| * | Update licenseheader text in source files | Jyri Tahtela | 2011-05-13 | 1 | -17/+17 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2011-01-17 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright year to 2011. | Jason McDonald | 2011-01-10 | 1 | -1/+1 |
|
|
* | | Containers: add member-swap | Marc Mutz | 2010-11-03 | 1 | -0/+1 |
|
|
* | | C++0x: being able to create a list with the {,,,} notation | Olivier Goffart | 2010-09-03 | 1 | -0/+8 |
|
|
* | | C++0x move operators | Olivier Goffart | 2010-09-03 | 1 | -0/+4 |
|
|
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7 | Olivier Goffart | 2010-08-25 | 1 | -2/+3 |
|\ \
| |/ |
|
| * | Fix assignment of a container included in the container itself | Olivier Goffart | 2010-08-23 | 1 | -2/+3 |
|
|
* | | Optimize ~QList | Olivier Goffart | 2010-05-18 | 1 | -3/+2 |
|/ |
|
* | Don't use QList's begin() and end() where possible. | Robin Burchell | 2010-04-26 | 1 | -2/+2 |
|
|
* | different approach to fixing "the other" aliasing issue | Oswald Buddenhagen | 2010-03-15 | 1 | -37/+15 |
|
|
* | fix aliasing issue in node_construct() | Oswald Buddenhagen | 2010-03-15 | 1 | -0/+8 |
|
|
* | detach in fewer cases, remove redundant calculation | Oswald Buddenhagen | 2010-03-15 | 1 | -3/+1 |
|
|
* | optimize appending of (empty) lists to (empty) lists | Oswald Buddenhagen | 2010-02-25 | 1 | -9/+16 |
|
|
* | suppress pointer aliasing warnings | Oswald Buddenhagen | 2010-02-24 | 1 | -3/+6 |
|
|
* | avoid double reallocations in inserting operations | Oswald Buddenhagen | 2010-02-22 | 1 | -35/+96 |
|
|
* | create temporaries more intelligently | Oswald Buddenhagen | 2010-02-22 | 1 | -6/+28 |
|
|
* | do not protect against self-assignment in QList::replace() | Oswald Buddenhagen | 2010-02-22 | 1 | -6/+1 |
|
|
* | make queues to which only lists are appended not blow the memory | Oswald Buddenhagen | 2010-02-22 | 1 | -0/+1 |
|
|
* | Merge remote branch 'origin/master' into qt-master-from-4.6 | Thiago Macieira | 2010-02-20 | 1 | -6/+35 |
|\ |
|
| * | Revert optimizations to QString::append | Kai Koehne | 2010-02-18 | 1 | -24/+4 |
|
|
| * | unbreak QList::append() and co. again | Oswald Buddenhagen | 2010-02-17 | 1 | -1/+1 |
|
|
| * | avoid double reallocations in appending operations | Oswald Buddenhagen | 2010-02-16 | 1 | -4/+24 |
|
|
| * | optimize QList::mid() | Oswald Buddenhagen | 2010-02-16 | 1 | -3/+12 |
|
|
| * | add QList::reserve() | Oswald Buddenhagen | 2010-02-16 | 1 | -3/+23 |
|
|
* | | Merge remote branch 'origin/4.6' into qt-master-from-4.6 | Thiago Macieira | 2010-02-19 | 1 | -1/+1 |
|\ \ |
|
| * | | Revert "Added note to make QList destructor virtual in version 5" | Zeno Albisser | 2010-02-18 | 1 | -1/+1 |
|
|
* | | | Merge remote branch 'origin/4.6' into integration-master-from-4.6 | Rohan McGovern | 2010-02-18 | 1 | -4/+4 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | Added note to make QList destructor virtual in version 5 | Zeno Albisser | 2010-02-17 | 1 | -1/+1 |
|
|
| * | Change all ptrdiff_t to qptrdiff. | Thiago Macieira | 2010-02-17 | 1 | -3/+3 |
|
|
* | | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | | add {QString,QByteArray,QList,QLinkedList,QHash,QMap,QVector}::isSharedWith() | Oswald Buddenhagen | 2009-12-10 | 1 | -0/+1 |
|/ |
|
* | Fix -Wconversion warnings where possible. | David Faure | 2009-09-13 | 1 | -4/+4 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | exception safety fix for QList::operator+= (const QList&) | mread | 2009-09-08 | 1 | -7/+12 |
|
|
* | qlist.h uses memcpy() without including <string.h> or <cstring> | Bernhard Rosenkraenzer | 2009-09-01 | 1 | -0/+1 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
* | | Restore QList backward compatibility | Harald Fernengel | 2009-08-24 | 1 | -3/+5 |
|
|
* | | Revert "Remove the unnecessary double memcpy now too." | Harald Fernengel | 2009-08-24 | 1 | -0/+3 |
|
|
* | | Remove the unnecessary double memcpy now too. | Thiago Macieira | 2009-08-21 | 1 | -3/+0 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -1/+1 |
|\ \ |
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
| |/ |
|
* | | Squashed commit of the topic/exceptions branch. | Harald Fernengel | 2009-08-03 | 1 | -6/+17 |
|
|