summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlist.h
Commit message (Expand)AuthorAgeFilesLines
* Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-3/+5
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-1/+5
|\
| * Fix -Wdeprecated-copy warningsAllan Sandfeld Jensen2019-05-011-1/+5
* | Deprecate {to,from}Std{List,Vector}Lars Knoll2019-05-051-0/+6
* | Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-7/+2
* | QList: fix regression in swapItemsAtGiuseppe D'Angelo2019-05-021-2/+1
* | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-011-2/+0
* | QList: do not call std::swap directly; use ADLGiuseppe D'Angelo2019-05-011-1/+2
* | Non-associative containers: add range constructorsMarc Mutz2019-04-171-2/+14
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-041-49/+49
|\ \
| * | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-49/+49
* | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-5/+5
|/ /
* / More nullptr usage in headersKevin Funk2019-03-141-1/+1
|/
* Add QStringList::indexOf/lastIndexOf for QStringView and QLatin1StringAlbert Astals Cid2019-01-221-12/+41
* Rename QList<T>::swap(int, int) to swapItemsAt()Lars Knoll2018-12-031-2/+6
* Invert include dependencies between QList and QVectorLars Knoll2018-12-031-0/+32
* Fix UB (invalid pointer comparison) in QList, QVector, QVLAMarc Mutz2018-10-081-1/+2
* 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-3/+3
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+1
|\
| * QList: Avoid implicit conversion warningStig Bjørlykke2017-02-281-1/+1
* | Do not use QTypeInfo::isStatic anymoreMarc Mutz2017-02-221-0/+1
|/
* Replace custom type traits with std one'sKai Koehne2016-11-081-2/+2
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+1
|\
| * 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
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-121-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-291-1/+1
| |\|
| | * Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-261-1/+1
* | | Fix parsing of documentation for QByteArrayList and QStringListOlivier Goffart2016-03-231-1/+4
|/ /
* | QList: don't lose reserved capacity in op+= with empty LHSMarc Mutz2016-02-061-1/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Make container move semantics consistentMarc Mutz2015-10-071-3/+4
* Add a dedicated QListData::realloc_grow for growing QListThiago Macieira2015-08-101-0/+1
* Containers: destroy previous state on move-assignment immediatelyMarc Mutz2015-07-191-1/+1
* QList: mark const variants of begin()/end() noexceptMarc Mutz2015-07-191-45/+45
* QList: Introduce constFirst() and constEnd()Sérgio Martins2015-06-271-0/+2
* QList: partially revert ab8366b5923ec0feb730df98040885669f7bbe38Marc Mutz2015-05-171-0/+10
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-221-1/+6
|\
| * QList: make QListSpecialMethods dtors protectedMarc Mutz2015-04-161-1/+6
* | Add qHash(QList)Marc Mutz2015-04-201-0/+8
* | QList: remove (const_)iterator copy ctorsMarc Mutz2015-04-171-2/+0
* | QList: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-04-051-0/+8
* | QList: add relational operators <,<=,>,>=Marc Mutz2015-04-051-0/+30
|/
* 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