| Commit message (Expand) | Author | Age | Files | Lines |
* | Qt UDLs: avoid the deprecated form of UDL definitions | Marc Mutz | 2023-09-12 | 1 | -2/+2 |
* | QString: use new assign() in operator=({QByteArray, QChar, char *}) | Dennis Oberst | 2023-09-05 | 1 | -3/+14 |
* | Clean up inline keyword use in qstring.h | Marc Mutz | 2023-09-05 | 1 | -110/+110 |
* | QAnyStringView: fix construction from QL1SV for bootstrapped builds | Ivan Solovev | 2023-09-03 | 1 | -1/+1 |
* | wasm: rename JsString -> EcmaString | Morten Sørvig | 2023-08-30 | 1 | -2/+2 |
* | QString: use equalStrings in operator== and operator!= | Thiago Macieira | 2023-08-22 | 1 | -2/+2 |
* | Don't protect qstringbuilder.h indirect includes | Marc Mutz | 2023-08-03 | 1 | -2/+0 |
* | QString: make isEmpty(), length() and size() noexcept | Dennis Oberst | 2023-07-19 | 1 | -5/+3 |
* | String-like containers: add implicit conversions towards std:: string views | Giuseppe D'Angelo | 2023-07-13 | 1 | -0/+7 |
* | QString: add STL-style assign() [3/4]: (it,it) overload for char32_t | Marc Mutz | 2023-06-09 | 1 | -1/+28 |
* | QString: add STL-style assign() [2/4]: (it,it) overload for QChar-convertible... | Marc Mutz | 2023-06-07 | 1 | -0/+48 |
* | QString: add STL-style assign() [1/4]: non-(it,it) overloads | Dennis Oberst | 2023-06-04 | 1 | -0/+10 |
* | QLatin1StringView: un-inline Latin1-UTF8 compare_helper | Thiago Macieira | 2023-05-11 | 1 | -6/+0 |
* | Make compare(QU8SV) a non-template, document it | Marc Mutz | 2023-03-09 | 1 | -0/+25 |
* | QString, QByteArray: don't detach in removeIf/erase/eraseif() | Ahmad Samir | 2023-02-09 | 1 | -3/+14 |
* | QString: remove private replace_helper() member function | Ahmad Samir | 2023-01-31 | 1 | -1/+1 |
* | QString: port toUcs4_helper() to char16_t/char32_t | Marc Mutz | 2023-01-23 | 1 | -5/+7 |
* | QStringView: remove pointless Q_ASSERT in toString() | Marc Mutz | 2023-01-17 | 1 | -1/+1 |
* | Add QString<->emscripten::val conversion functions | Mikolaj Boc | 2023-01-13 | 1 | -0/+5 |
* | Untangle QLatin1StringView from qstring.{h,cpp} | Ahmad Samir | 2023-01-07 | 1 | -340/+6 |
* | QString: use new QUtf8StringView overloads | Marc Mutz | 2022-12-19 | 1 | -10/+10 |
* | QLatin1/String/View: don't decay the arg() arguments | Marc Mutz | 2022-12-17 | 1 | -8/+5 |
* | QString: fix append/prepend/insert/op+= with QT_RESTRICTED_CAST_FROM_ASCII | Marc Mutz | 2022-12-09 | 1 | -0/+11 |
* | QString/QByteArray/QList: de-pessimize op+ [2/2]: overload on rvalue LHS | Marc Mutz | 2022-12-07 | 1 | -0/+8 |
* | Q{Latin1,}StringView: invert members so the order is (data,size) in Qt7 | Thiago Macieira | 2022-12-06 | 1 | -5/+12 |
* | QString: overload prepend with QUtf8StringView | Mate Barany | 2022-12-02 | 1 | -0/+1 |
* | QString: overload insert with QUtf8StringView | Mate Barany | 2022-12-02 | 1 | -0/+1 |
* | QString: overload the += operator to handle QUtf8StringView | Mate Barany | 2022-12-02 | 1 | -0/+1 |
* | QString: overload append to accept QUtf8StringView | Mate Barany | 2022-12-02 | 1 | -0/+1 |
* | Add In-place utf-8 case-insensitive comparisons | Øystein Heskestad | 2022-12-02 | 1 | -0/+13 |
* | QString/QByteArray: de-pessimize op+ [1/2]: non-const return types | Marc Mutz | 2022-12-01 | 1 | -7/+7 |
* | QString, QByteArray: add removeAt/First/Last() convenience methods | Ahmad Samir | 2022-11-16 | 1 | -0/+6 |
* | QString: mark inline to{U,}LongLong() for inlining in Qt 7 | Thiago Macieira | 2022-11-15 | 1 | -0/+14 |
* | Port from container::count() and length() to size() - V5 | Marc Mutz | 2022-11-03 | 1 | -10/+10 |
* | QString, QByteArray: add erase(iterator) method | Ahmad Samir | 2022-11-03 | 1 | -0/+1 |
* | Replace usages of Q_CLANG_QDOC with Q_QDOC | Luca Di Sera | 2022-10-21 | 1 | -6/+6 |
* | Port from container.count()/length() to size() | Marc Mutz | 2022-10-04 | 1 | -1/+1 |
* | Move q{,Utf8, Utf16}Printable to qstring.h | Sona Kurazyan | 2022-08-04 | 1 | -0/+17 |
* | QLatin1StringView: delegate operator== to QByteArrayView | Thiago Macieira | 2022-08-04 | 1 | -1/+1 |
* | QtBase: eradicate QT_STRINGVIEW_LEVEL uses | Marc Mutz | 2022-07-20 | 1 | -24/+0 |
* | Fix int/qsizetype mismatches in qstring.h | Marc Mutz | 2022-05-17 | 1 | -7/+6 |
* | QString: don't use utf16() just to create a u16string | Marc Mutz | 2022-05-16 | 1 | -1/+1 |
* | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -41/+5 |
* | Deprecate _qs and _qba literal operators in favor of _s and _ba | Sona Kurazyan | 2022-05-02 | 1 | -0/+5 |
* | QtCore: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-11 | 1 | -16/+16 |
* | Add literal operators for QString/QByteArray to StringLiterals namespace | Sona Kurazyan | 2022-04-07 | 1 | -7/+12 |
* | Allow brace initialization for some of QLatin1StringView constructors | Sona Kurazyan | 2022-04-01 | 1 | -13/+13 |
* | Use QLatin1StringView in QString/QLatin1String APIs and docs | Sona Kurazyan | 2022-03-23 | 1 | -142/+144 |
* | Add QLatin1StringView as an alias for QLatin1String | Sona Kurazyan | 2022-03-19 | 1 | -0/+31 |
* | Add QStringView::localeAwareCompare() | Sona Kurazyan | 2022-03-17 | 1 | -0/+2 |