summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.h
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated APILars Knoll2020-09-151-6/+0
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-141-4/+0
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-1/+0
* QString/QBA: change realloc*Data signatures to use qsizetypeAndrei Golubev2020-09-101-5/+5
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-101-13/+12
* QString/QList: disregard space at front during reserve()Andrei Golubev2020-09-021-1/+1
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-311-1/+71
* Prepend optimize QStringAndrei Golubev2020-08-291-11/+6
* Convert QStringView::toWCharArray() to return qsizetypeEdward Welbourne2020-08-281-3/+3
* Inline QString's conversions to integral types, except long long onesEdward Welbourne2020-08-281-7/+12
* QLatin1String: finish up the qsizetype conversionEdward Welbourne2020-08-281-2/+2
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-261-0/+12
* Port QLatin1String to qsizetype and add narrow-contract substring functionsMarc Mutz2020-08-231-36/+50
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-368/+0
* Refactor QXmlStreamStringRefKarsten Heimrich2020-08-191-0/+1
* Remove binary compat sources for qbytearray and qstringAllan Sandfeld Jensen2020-08-191-11/+1
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-30/+30
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-18/+0
* Rename from() to sliced()Lars Knoll2020-07-061-1/+1
* Port QString to qsizetypeLars Knoll2020-07-061-109/+107
* Avoid allocating a d-pointer for empty stringsLars Knoll2020-07-061-1/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-061-9/+20
* Use QList instead of QVector in corelibJarek Kobus2020-06-251-13/+11
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-31/+0
* QString: add char8_t overload of fromUtf8()Marc Mutz2020-06-231-0/+5
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+0
* Remove deprecated methodsLars Knoll2020-06-121-75/+1
* Rename new slice() method sliced()Marc Mutz2020-06-111-1/+1
* Remove most overloads taking a QStringRef from the QString APILars Knoll2020-06-111-29/+9
* QString: remove remnants of old multiArg()Marc Mutz2020-06-111-48/+0
* QLatin1String: add toString()Marc Mutz2020-06-101-0/+8
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-091-8/+20
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-081-1/+10
* QString/View: add tokenize() member functionsMarc Mutz2020-06-061-0/+25
* Include qstringtokenizer.h from qstring.hMarc Mutz2020-06-051-0/+1
* Add toInt() and friends to QStringViewLars Knoll2020-05-291-0/+18
* Change QString::toIntegral_helper to use QStringViewLars Knoll2020-05-251-5/+5
* QString: throughly port internals to char16_tMarc Mutz2020-05-191-1/+1
* QString: remove more functions overloaded on charMarc Mutz2020-05-151-6/+0
* Remove QRegExp support from QString and StringListLars Knoll2020-05-141-34/+0
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-2/+0
* QString: deprecate fromUtf16(ushort*)/fromUcs4(uint*)Marc Mutz2020-05-131-7/+9
* QString: remove op+=(char) and op+=(QChar::SpecialCharacter)Marc Mutz2020-05-131-3/+0
* Replace uses of QString::fromUtf16(ushort*) with (char16_t*)Marc Mutz2020-05-101-2/+2
* QString: add append, op+=, prepend, insert taking QStringViewMarc Mutz2020-04-241-0/+14
* Fix compilation with QT_RESTRICTED_CAST_FROM_ASCIILars Knoll2020-04-161-1/+1
* Remove QString::from/toAscii()Lars Knoll2020-04-161-13/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-0/+15
|\
| * QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-051-0/+11
| * QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-051-0/+4