summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qcontainertools_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Resurrect data moves in QListAndrei Golubev2021-04-271-0/+111
* Add q_points_into_range to container utilitiesAndrei Golubev2021-04-271-0/+13
* Sequential containers: make removeIf/erase_if not detach unless neededGiuseppe D'Angelo2020-12-041-2/+10
* Associative containers: add erase_ifGiuseppe D'Angelo2020-12-021-0/+52
* QSet: add erase_ifGiuseppe D'Angelo2020-12-011-0/+17
* Sequential general purpose containers: add erase/erase_ifGiuseppe D'Angelo2020-12-011-0/+48
* Reject `const T*`-convertible types in QCommonArrayOps::copyAppend<It>Andrei Golubev2020-11-111-0/+3
* Use std::void_t instead of the hand-rolled versionGiuseppe D'Angelo2020-10-181-10/+6
* Add prepend optimization to QCommonArrayOpsAndrei Golubev2020-08-271-0/+4
* Cleanup QTypeInfoLars Knoll2020-08-261-2/+2
* Use std::memmoveSamuli Piippo2020-06-301-3/+4
* QVarLengthArray: add missing move special member functionsMarc Mutz2020-06-221-0/+21
* doc: Remove ifndef Q_QDOCMartin Smith2019-09-161-4/+0
* QHash/QMultiHash: add range constructorsMarc Mutz2019-04-251-0/+43
* Non-associative containers: add range constructorsMarc Mutz2019-04-171-0/+93