summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlist.h
Commit message (Expand)AuthorAgeFilesLines
* QList: share implementation of operator== with QVector where possibleMarc Mutz2015-02-171-0/+17
* QList: share the implementations of contains()/count() with QVector where pos...Marc Mutz2015-02-171-0/+34
* QList: prepare for tag dispatching based on memory layoutMarc Mutz2015-02-171-0/+19
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QtCore: mark some operations nothrowMarc Mutz2015-01-101-1/+1
* Move a few QStringList methods up to QList<QString>Thiago Macieira2015-01-071-0/+1
* QList::swap: implement the swap with std::swapGiuseppe D'Angelo2014-11-261-3/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-241-10/+13
|\
| * Fix warnings about size conversion in QListThiago Macieira2014-10-311-10/+13
* | QList: iterate forward in count()/contains()Marc Mutz2014-10-011-6/+6
* | QList: iterate forward in operator==Marc Mutz2014-10-011-5/+4
|/
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QList: check d for equality before d->size for inequalityMarc Mutz2014-08-281-2/+2
* Move the special QByteArrayList methods into QListThiago Macieira2014-08-091-2/+7
* QList: Fix MSVC 64bit warning about loss of data.Friedemann Kleint2014-08-051-1/+1
* QList: add missing reserve() call in the initializer_list ctorMarc Mutz2014-08-031-1/+1
* Unify all mid() functions in QtBase.Jędrzej Nowacki2014-05-161-3/+11
* Deprecate setSharable in Qt containersThiago Macieira2014-04-241-0/+2
* Remove level 4 compiler warnings from MSVC.David Schulz2014-03-151-0/+9
* Fix ‘looses precision’ warning in public APIKurt Pattyn2013-12-271-1/+1
* Change an addition into a subtractionThiago Macieira2013-10-191-1/+1
* Remove qCopy usages from QListGiuseppe D'Angelo2013-09-091-3/+4
* QList - fix insert with iterator on shared instanceThorbjørn Martsum2013-08-241-1/+5
* QList - fix QList::erase when the list is sharedThorbjørn Martsum2013-08-241-0/+15
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-12/+8
|\
| * Work around msvc /clr LNK2005 errors with QListRichard Browne2013-07-301-12/+8
* | QList - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-2/+15
|/
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Fix Clang warning about memcpy a class with vtablesThiago Macieira2012-12-231-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove use of ::free from qlist.hThiago Macieira2012-08-091-5/+7
* Implement the move constructor for containers.Olivier Goffart2012-05-111-1/+2
* Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-5/+0
* Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-5/+6
* Merge master into api_changesKent Hansen2012-03-191-0/+2
|\
| * containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-0/+2
* | Base QList::setSharable on RefCount::setSharableJoão Abecasis2012-03-051-3/+32
* | QList: have operator= defer to copy-ctor and swapJoão Abecasis2012-02-291-7/+2
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-291-1/+1
|\|
| * Silence coverity warning about sizeof(Node*) vs sizeof(Node) in QListAndy Shaw2012-02-231-1/+1
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-7/+6
|\|
| * Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
| * Remove use of QT_MODULE from libraryGunnar Sletta2012-01-251-1/+0
| * Update contact information in license headers.Jason McDonald2012-01-231-1/+1
| * Remove QBool and use bool instead.David Faure2012-01-201-4/+4
* | Don't use RefCount int operatorsJoão Abecasis2012-01-231-8/+8
|/
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-041-1/+1
* Make QListData::shared_null constBradley T. Hughes2011-09-261-7/+8