summaryrefslogtreecommitdiffstats
path: root/src/corelib/text/qstring.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-37/+66
|\|
| * Deprecate QString::SplitBehavior in favor of Qt::SplitBehaviorEdward Welbourne2020-02-281-33/+66
| * De-inline Qt::SplitBehavior splitters of QString and QStringRefEdward Welbourne2020-02-281-21/+17
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-1/+1
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-1/+1
| |\
| | * QStringView: Fix warning about conversion from qsizetype to intThiago Macieira2020-02-131-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+2
|\| |
| * | Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-201-0/+2
| |/
* | MSVC: Fix integer conversion warnings in containersFriedemann Kleint2020-01-031-1/+1
* | Convert QString to use QArrayDataPointerLars Knoll2019-12-161-36/+35
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-1/+1
|\|
| * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-1/+1
* | Use QString::DataPointer instead of QStringPrivateLars Knoll2019-12-081-6/+7
* | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-131/+7
* | Inline the size and data pointers in QByteArrayThiago Macieira2019-12-081-5/+5
* | Inline the size and data pointer members in QStringThiago Macieira2019-12-081-54/+54
* | Get rid of the operator[](uint) overloadsLars Knoll2019-12-081-6/+0
* | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-4/+4
* | Introduce the Mutable flag and move QArrayDataPointer::needsDetachThiago Macieira2019-12-081-4/+6
* | Introduce flags to indicate the QArrayData typeThiago Macieira2019-12-071-1/+1
* | Introduce QArrayData::allocatedCapacity() and use it instead of d->allocThiago Macieira2019-12-071-6/+6
* | Replace QArrayData::capacityReserved with a full flags fieldThiago Macieira2019-12-071-9/+4
* | Remove redundant overloads in QStringFrederik Gladhorn2019-11-131-6/+5
|/
* Make sure QLatin1Literal fwd header is generatedKevin Funk2019-09-021-1/+2
* Android: Update clang mkspecsBogDan Vatra2019-08-221-9/+0
* qstringalgorithms.h: add pure, noexcept, constexprMarc Mutz2019-07-291-1/+1