summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.h
Commit message (Expand)AuthorAgeFilesLines
* Bootstrap: remove the UTF-16 and UTF-32 codecsThiago Macieira2024-03-131-0/+4
* QString/QByteArray: add explicit constructors for Q{String,ByteArray}ViewThiago Macieira2024-03-121-1/+2
* Revert "QStringView: simplify the constructor from QString"Marc Mutz2024-03-061-7/+0
* Replace some QString::fromUtf16() with QStringView::toString()Thiago Macieira2024-03-041-2/+5
* Add missing QUtf8StringView relational operatorsIvan Solovev2024-03-021-0/+17
* QString: use comparison helper macros - missing string views [3/3]Ivan Solovev2024-03-021-0/+19
* QString: use comparison helper macros - comparison with byte arrays [2/3]Ivan Solovev2024-03-021-13/+37
* QString: use comparison helper macros - trivial changes [1/3]Ivan Solovev2024-03-021-67/+34
* QString/QByteArray: add slice() methodsAhmad Samir2024-02-291-0/+11
* Containers: add max_size()Giuseppe D'Angelo2024-02-271-0/+5
* Simplify QLatin1StringView vs byte array relational operatorsIvan Solovev2024-02-201-29/+0
* Add QUtf8StringView vs byte array relational operatorsIvan Solovev2024-02-201-1/+18
* Add QUtf8StringView vs QLatin1StringView relational operatorsIvan Solovev2024-02-161-0/+6
* QByteArray/QString: add resizeForOverwriteGiuseppe D'Angelo2024-02-161-0/+1
* QString: inline indexOf() and use a QChar overloadThiago Macieira2023-12-211-2/+14
* String-ish: Add missing <string_view> #includesMarc Mutz2023-11-241-0/+1
* QString: remove isSimpleText methodAnton Kudryavtsev2023-10-261-2/+0
* QString/QByteArray: add lvalue and rvalue overloads of left/mid/rightThiago Macieira2023-10-251-3/+31
* QString/QByteArray: make the sliced(pos) overload call the other slicedThiago Macieira2023-10-251-1/+1
* QString/QBA: add lvalue and rvalue overloads to first/last/sliced/choppedThiago Macieira2023-10-251-5/+28
* QString/QByteArray: avoid data() handling _empty in sliced()Thiago Macieira2023-10-091-1/+1
* QStringView: simplify the constructor from QStringGiuseppe D'Angelo2023-10-051-0/+7
* String classes: make first/last/chopped() delegate to sliced()Ahmad Samir2023-09-301-3/+3
* Add a verify() method to all sequential containersAhmad Samir2023-09-281-9/+17
* QString: assign() [4/4]: (it,it) overload for UTF-8 data typesDennis Oberst2023-09-281-0/+9
* Qt UDLs: avoid the deprecated form of UDL definitionsMarc Mutz2023-09-121-2/+2
* QString: use new assign() in operator=({QByteArray, QChar, char *})Dennis Oberst2023-09-051-3/+14
* Clean up inline keyword use in qstring.hMarc Mutz2023-09-051-110/+110
* QAnyStringView: fix construction from QL1SV for bootstrapped buildsIvan Solovev2023-09-031-1/+1
* wasm: rename JsString -> EcmaStringMorten Sørvig2023-08-301-2/+2
* QString: use equalStrings in operator== and operator!=Thiago Macieira2023-08-221-2/+2
* Don't protect qstringbuilder.h indirect includesMarc Mutz2023-08-031-2/+0
* QString: make isEmpty(), length() and size() noexceptDennis Oberst2023-07-191-5/+3
* String-like containers: add implicit conversions towards std:: string viewsGiuseppe D'Angelo2023-07-131-0/+7
* QString: add STL-style assign() [3/4]: (it,it) overload for char32_tMarc Mutz2023-06-091-1/+28
* QString: add STL-style assign() [2/4]: (it,it) overload for QChar-convertible...Marc Mutz2023-06-071-0/+48
* QString: add STL-style assign() [1/4]: non-(it,it) overloadsDennis Oberst2023-06-041-0/+10
* QLatin1StringView: un-inline Latin1-UTF8 compare_helperThiago Macieira2023-05-111-6/+0
* Make compare(QU8SV) a non-template, document itMarc Mutz2023-03-091-0/+25
* QString, QByteArray: don't detach in removeIf/erase/eraseif()Ahmad Samir2023-02-091-3/+14
* QString: remove private replace_helper() member functionAhmad Samir2023-01-311-1/+1
* QString: port toUcs4_helper() to char16_t/char32_tMarc Mutz2023-01-231-5/+7
* QStringView: remove pointless Q_ASSERT in toString()Marc Mutz2023-01-171-1/+1
* Add QString<->emscripten::val conversion functionsMikolaj Boc2023-01-131-0/+5
* Untangle QLatin1StringView from qstring.{h,cpp}Ahmad Samir2023-01-071-340/+6
* QString: use new QUtf8StringView overloadsMarc Mutz2022-12-191-10/+10
* QLatin1/String/View: don't decay the arg() argumentsMarc Mutz2022-12-171-8/+5
* QString: fix append/prepend/insert/op+= with QT_RESTRICTED_CAST_FROM_ASCIIMarc Mutz2022-12-091-0/+11
* QString/QByteArray/QList: de-pessimize op+ [2/2]: overload on rvalue LHSMarc Mutz2022-12-071-0/+8
* Q{Latin1,}StringView: invert members so the order is (data,size) in Qt7Thiago Macieira2022-12-061-5/+12