summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlinkedlist.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of unsharable containersLars Knoll2019-10-301-3/+0
* QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-071-0/+7
* Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-121-0/+8
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* QTypeInfo: move QLinkedlist declaration to qlinkedlist.hMarc Mutz2019-05-141-0/+3
* QDataStream: move QLinkedlist operators to qlinkedlist.hMarc Mutz2019-05-141-0/+15
* Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-8/+2
* Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-2/+0
* Non-associative containers: add range constructorsMarc Mutz2019-04-171-3/+7
* Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-22/+22
* implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+2
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-2/+2
* Qt containers: use std::move in take*() methodsMarc Mutz2017-05-231-2/+2
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-08-291-2/+2
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-181-2/+2
| |\
| | * QLinkedList: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-08-161-2/+2
* | | QLinkedList: restore move special member functions for iteratorsMarc Mutz2016-08-171-4/+12
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
|\|
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-131-6/+17
* Make container move semantics consistentMarc Mutz2015-10-071-4/+5
* Containers: destroy previous state on move-assignment immediatelyMarc Mutz2015-07-191-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* 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
|/