summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlinkedlist.h
Commit message (Expand)AuthorAgeFilesLines
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Deprecate setSharable in Qt containersThiago Macieira2014-04-241-0/+2
* expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-131-1/+1
* QLinkedList: implement missing initializer_list ctorMarc Mutz2013-09-201-0/+11
* Remove qCopy from QLinkedList / QVectorGiuseppe D'Angelo2013-09-111-2/+2
* Remove qFind usages from QLinkedListGiuseppe D'Angelo2013-09-041-1/+3
* QLinkedList - fix insert with iterator when the list is shared.Thorbjørn Martsum2013-08-241-0/+3
* QLinkedList - fix erase with iterator when the list is shared.Thorbjørn Martsum2013-08-241-2/+32
* 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
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Rename QLinkedList::free to freeData for consistencyThiago Macieira2012-08-091-6/+6
* Implement the move constructor for containers.Olivier Goffart2012-05-111-0/+1
* Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-071-4/+0
* 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
* | Don't expect null d-pointer in destructorsJoão Abecasis2012-02-131-2/+0
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-02-051-3/+2
|\|
| * 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
* | Don't use RefCount int operatorsJoão Abecasis2012-01-231-2/+2
* | Don't check reference count in QLinkedList<T>::freeJoão Abecasis2012-01-171-7/+7
* | Merge remote-tracking branch 'gerrit/master' into containersJoão Abecasis2012-01-161-1/+1
|\|
| * Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* | Get rid of assignment operators in RefCountJoão Abecasis2012-01-041-1/+1
|/
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-041-1/+1
* Make QLinkedListData::shared_null constBradley T. Hughes2011-09-261-4/+4
* remove QT3_SUPPORT from corelib/toolsLars Knoll2011-06-291-15/+0
* 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/+525