summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringalgorithms.h
Commit message (Expand)AuthorAgeFilesLines
* QUtf8StringView: ensure binary compatibility throughout 6.xThiago Macieira2021-04-201-1/+1
* Mark places where we missed conversion to unicode character typesEdward Welbourne2021-01-081-1/+1
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-101-0/+17
* Optimize equality operators for string classesLars Knoll2020-10-071-0/+10
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-53/+53
* Remove deprecated APILars Knoll2020-09-151-2/+0
* 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