summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlist.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* don't detach until the list is going to be modifiedRitt Konstantin2011-09-121-1/+0
* optimize QList::removeAll()Ritt Konstantin2011-09-121-11/+19
* Rename the private helper function QList::free() to QList::dealloc()Bradley T. Hughes2011-09-011-7/+6
* Remove declarations for QListData functions removed by 36c29abBradley T. Hughes2011-09-011-5/+1
* remove QT3_SUPPORT from corelib/toolsLars Knoll2011-06-291-14/+0
* Fix a regression in QList::mid()Liang Qi2011-05-271-0/+2
* Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-05-241-17/+17
* Initial import from the monolithic Qt.Qt by Nokia2011-04-271-0/+900