summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qbytearraylist.h
Commit message (Expand)AuthorAgeFilesLines
* QByteArrayList: optimize 32-bit builds of legacy join() helperMarc Mutz2022-01-221-3/+3
* QByteArrayList: micro-optimize join(QByteArray)Marc Mutz2022-01-221-1/+1
* QByteArrayList: simplify the join() overload set already nowMarc Mutz2022-01-221-3/+1
* QByteArrayList: fix narrowing in join() implementations [2/2]Marc Mutz2021-11-051-4/+6
* QByteArrayList: fix narrowing in join() implementations [1/2]Marc Mutz2021-11-041-0/+3
* QByteArrayList: add join(QByteArrayView)Marc Mutz2021-11-041-1/+6
* QList: make (last)IndexOf and contains function templatesGiuseppe D'Angelo2020-10-231-12/+4
* Remove QByteArrayList_indexOfGiuseppe D'Angelo2020-10-181-1/+0
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+7
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-8/+8
* Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-5/+0
* Inline the size and begin pointer in QVectorThiago Macieira2019-12-081-0/+2
* Move QListSpecialMethods over to QVectorLars Knoll2019-10-301-8/+8
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+94