summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringalgorithms.h
Commit message (Expand)AuthorAgeFilesLines
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-311-1/+26
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-1/+1
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-051-0/+1
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-1/+1
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-2/+1
* Add support for count() to QStringViewLars Knoll2020-05-301-0/+3
* Port qustrlen and qustrchr to char16_tMarc Mutz2020-05-121-2/+2
* Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-201-0/+1
* qstringalgorithms.h: add pure, noexcept, constexprMarc Mutz2019-07-291-5/+6
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-101-0/+106