| Commit message (Expand) | Author | Age | Files | Lines |
| * | Mark qstringalgorithms headers as security-critical | Marc Mutz | 2025-09-23 | 1 | -0/+1 |
| * | Shuffle Q_(ALWAYS|NEVER)_INLINE around so they can be attributes | Mårten Nordheim | 2025-03-28 | 1 | -2/+2 |
| * | Add QtPrivate::convertToUtf8(QL1SV) | Ivan Solovev | 2024-10-14 | 1 | -0/+2 |
| * | qstringalgorithms: remove unused function declaration | Ivan Solovev | 2024-06-07 | 1 | -1/+0 |
| * | MSVC: improve QASV(const char(&str)[N]) compilation time | Ivan Solovev | 2024-04-26 | 1 | -1/+10 |
| * | qstringalgorithms: include <iterator> in favor of <string.h> | Dennis Oberst | 2024-03-12 | 1 | -2/+1 |
| * | Rename qIsConstantEvaluated() to q20::is_constant_evaluated() | Marc Mutz | 2024-03-02 | 1 | -2/+4 |
| * | QStringView: stop instantiating std::char_traits<QChar> and <uchar> | Thiago Macieira | 2024-02-26 | 1 | -18/+36 |
| * | QString/QByteArray: further inline the most common indexOf operations | Thiago Macieira | 2023-12-21 | 1 | -1/+3 |
| * | QString: inline indexOf() and use a QChar overload | Thiago Macieira | 2023-12-21 | 1 | -0/+2 |
| * | QStringView: add isLower and isUpper | Anton Kudryavtsev | 2023-11-02 | 1 | -0/+3 |
| * | Q{Any,}StringView: optimize lengthHelperContainer for the runtime | Thiago Macieira | 2023-06-11 | 1 | -1/+55 |
| * | QString: fix lifetime issues with QRegularExpression APIs | Giuseppe D'Angelo | 2022-07-10 | 1 | -0/+16 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | Use QLatin1StringView in QString/QLatin1String APIs and docs | Sona Kurazyan | 2022-03-23 | 1 | -29/+29 |
| * | Extract Header qstringfwd.h | Marc Mutz | 2022-03-11 | 1 | -25/+1 |
| * | Add an overload of QStringView::count() for QLatin1String | Sona Kurazyan | 2022-03-09 | 1 | -0/+1 |
| * | Add QLatin1String::count(needle) | Sona Kurazyan | 2022-03-09 | 1 | -0/+3 |
| * | QUtf8StringView: ensure binary compatibility throughout 6.x | Thiago Macieira | 2021-04-20 | 1 | -1/+1 |
| * | Mark places where we missed conversion to unicode character types | Edward Welbourne | 2021-01-08 | 1 | -1/+1 |
| * | QStringView: add some QRegularExpression-related overloads | Giuseppe D'Angelo | 2020-12-10 | 1 | -0/+17 |
| * | Optimize equality operators for string classes | Lars Knoll | 2020-10-07 | 1 | -0/+10 |
| * | Replace Q_REQUIRED_RESULT with [[nodiscard]] | Allan Sandfeld Jensen | 2020-09-25 | 1 | -53/+53 |
| * | Remove deprecated API | Lars Knoll | 2020-09-15 | 1 | -2/+0 |
| * | Long live Q{Any,Utf8}StringView! | Marc Mutz | 2020-08-31 | 1 | -1/+26 |
| * | Replace Qt CONSTEXPR defines with constexpr | Allan Sandfeld Jensen | 2020-08-14 | 1 | -1/+1 |
| * | Implement UTF-16 to UTF-8 case-insensitive compare and make public | Thiago Macieira | 2020-08-05 | 1 | -0/+1 |
| * | Use QList instead of QVector in corelib | Jarek Kobus | 2020-06-25 | 1 | -1/+1 |
| * | Move implementation of QVector/List back to qlist.h | Lars Knoll | 2020-06-20 | 1 | -2/+1 |
| * | Add support for count() to QStringView | Lars Knoll | 2020-05-30 | 1 | -0/+3 |
| * | Port qustrlen and qustrchr to char16_t | Marc Mutz | 2020-05-12 | 1 | -2/+2 |
| * | Introduce QString(View)::isValidUtf16 | Giuseppe D'Angelo | 2019-12-20 | 1 | -0/+1 |
| * | qstringalgorithms.h: add pure, noexcept, constexpr | Marc Mutz | 2019-07-29 | 1 | -5/+6 |
| * | Move text-related code out of corelib/tools/ to corelib/text/ | Edward Welbourne | 2019-07-10 | 1 | -0/+106 |