summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstringalgorithms.h
Commit message (Expand)AuthorAgeFilesLines
* MSVC: improve QASV(const char(&str)[N]) compilation timeIvan Solovev13 days1-1/+10
* qstringalgorithms: include <iterator> in favor of <string.h>Dennis Oberst2024-03-121-2/+1
* Rename qIsConstantEvaluated() to q20::is_constant_evaluated()Marc Mutz2024-03-021-2/+4
* QStringView: stop instantiating std::char_traits<QChar> and <uchar>Thiago Macieira2024-02-261-18/+36
* QString/QByteArray: further inline the most common indexOf operationsThiago Macieira2023-12-211-1/+3
* QString: inline indexOf() and use a QChar overloadThiago Macieira2023-12-211-0/+2
* QStringView: add isLower and isUpperAnton Kudryavtsev2023-11-021-0/+3
* Q{Any,}StringView: optimize lengthHelperContainer for the runtimeThiago Macieira2023-06-111-1/+55
* QString: fix lifetime issues with QRegularExpression APIsGiuseppe D'Angelo2022-07-101-0/+16
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-38/+2
* Use QLatin1StringView in QString/QLatin1String APIs and docsSona Kurazyan2022-03-231-29/+29
* Extract Header qstringfwd.hMarc Mutz2022-03-111-25/+1
* Add an overload of QStringView::count() for QLatin1StringSona Kurazyan2022-03-091-0/+1
* Add QLatin1String::count(needle)Sona Kurazyan2022-03-091-0/+3
* 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