summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qlist.qdoc
Commit message (Expand)AuthorAgeFilesLines
* Containers: add max_size()Giuseppe D'Angelo2024-02-271-0/+9
* QList: add uninitialized resizesGiuseppe D'Angelo2024-02-161-0/+36
* Doc: Fix \fn template arguments for Qt CoreLuca Di Sera2023-11-301-2/+2
* Doc: Fix template information for a QList constructorLuca Di Sera2023-11-171-1/+1
* Doc: Add missing return type to QList/QVarLengthArray::assignLuca Di Sera2023-10-131-3/+3
* QList/Doc: document the resize() overload taking a parameter_typeThiago Macieira2023-09-011-2/+3
* QVarLengthArray/QList: make assign() return a reference to *thisMarc Mutz2023-05-171-3/+3
* QList: add STL-style assign()Dennis Oberst2023-05-161-1/+49
* [docs] QList: fix history of resize(n) semantics changeMarc Mutz2023-04-281-2/+7
* QString/QByteArray/QList: de-pessimize op+ [2/2]: overload on rvalue LHSMarc Mutz2022-12-071-9/+5
* [docs] QList: fix history of clear() semantics changeMarc Mutz2022-11-271-10/+7
* Documentation: Fix information on how to iterate over listsFriedemann Kleint2022-11-241-15/+1
* Use SPDX license identifiersLucie Gérard2022-05-161-26/+2
* corelib: Fix typos in documentationJonas Kvinge2021-10-121-1/+1
* QList: more explicitly document capacity() shenanigansAndrei Golubev2021-06-171-3/+4
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* QList docs: lexicographical -> lexicalIvan Solovev2020-12-111-4/+4
* QList: update docsIvan Solovev2020-12-081-40/+48
* QList docs: extend prepend() descriptionIvan Solovev2020-12-021-5/+6
* Sequential general purpose containers: add erase/erase_ifGiuseppe D'Angelo2020-12-011-0/+35
* Doc: Fix various documentation warningsTopi Reinio2020-11-301-8/+6
* Do not shrink on remove()Lars Knoll2020-11-091-15/+5
* Fix qdoc issues in QListVolker Hilsheimer2020-10-301-2/+2
* Hide QList comparisons from ADLAllan Sandfeld Jensen2020-10-301-16/+12
* Clean QList documentationAndrei Golubev2020-10-281-51/+60
* QList: also default count()'s template parameterGiuseppe D'Angelo2020-10-261-1/+1
* Update QList::append(const_reference) -> QList::append(parameter_type)Andrei Golubev2020-10-241-1/+1
* QList/QVLA: fixup the docsGiuseppe D'Angelo2020-10-231-5/+5
* QList: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-231-3/+3
* Use parameter_type in QList methodsAndrei Golubev2020-10-221-11/+11
* QList docs: fix signature of removeAllGiuseppe D'Angelo2020-10-221-1/+1
* Convert QList alias definitions to 'using'Andrei Golubev2020-10-201-17/+9
* Fix QDoc warnings for QList/QVectorAndrei Golubev2020-10-201-17/+27
* QList::removeOne: make it generic as wellGiuseppe D'Angelo2020-10-201-1/+1
* QList docs: remove some QVector->QList leftoversGiuseppe D'Angelo2020-10-191-41/+5
* Update QList's documentation relevant to prepend optimizationAndrei Golubev2020-09-211-38/+65
* Update QList's documentation bitsAndrei Golubev2020-09-071-44/+43
* QList: Add a append(QList &&) overloadMårten Nordheim2020-08-011-0/+31
* Small fixes to the QList documentationLars Knoll2020-07-061-3/+3
* Add support for first(n), last(n) and sliced() to QListLars Knoll2020-07-061-0/+49
* Simplify Q_ARRAY_LITERALLars Knoll2020-07-061-5/+0
* Use QList instead of QVector in corelib docsJarek Kobus2020-06-291-122/+120
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-0/+1472