summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstring
Commit message (Expand)AuthorAgeFilesLines
* QString: add char8_t overload of fromUtf8()Marc Mutz2020-06-232-1/+8
* Remove most overloads taking a QStringRef from the QString APILars Knoll2020-06-111-8/+0
* Add QStringView::split() methodsLars Knoll2020-06-011-13/+37
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-211-1/+3
* QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-151-0/+10
* Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-141-0/+4
* Remove QRegExp support from QString and StringListLars Knoll2020-05-141-120/+2
* Get rid of some QTextCodec leftoversLars Knoll2020-05-141-2/+0
* QString: remove op+=(char) and op+=(QChar::SpecialCharacter)Marc Mutz2020-05-131-2/+12
* Sweep of int-ish → char-ish types near calls to QString::fromU*()Marc Mutz2020-05-121-19/+19
* Remove useless codeLars Knoll2020-05-011-8/+0
* Port qtbase/tests/auto/corelib/text tests to CMakeSona Kurazyan2020-04-271-0/+29
* QString: add append, op+=, prepend, insert taking QStringViewMarc Mutz2020-04-241-0/+25
* Remove QString::from/toAscii()Lars Knoll2020-04-161-29/+0
* Make QLocale(QString) explicitLars Knoll2020-04-011-2/+2
* Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-0/+3
|\
| * Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-031-0/+3
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-261-0/+6
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-0/+6
| |\
| | * Only read the first BOM as a BOM; the rest are ZWNBS !Edward Welbourne2020-02-141-0/+6
* | | Move old tst_QLocale::negativeZero() to tst_QString::number()Edward Welbourne2020-01-301-7/+8
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-40/+79
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-131-40/+79
| |\|
| | * QString::isLower/isUpper: redo the implementationGiuseppe D'Angelo2020-01-111-40/+79
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-0/+48
|\| |
| * | Introduce QString(View)::isValidUtf16Giuseppe D'Angelo2019-12-201-0/+48
| |/
* | Convert QString to use QArrayDataPointerLars Knoll2019-12-161-7/+8
* | Use QString::DataPointer instead of QStringPrivateLars Knoll2019-12-081-1/+1
* | Get rid of QCharRef and QByteRefLars Knoll2019-12-081-23/+1
* | Inline the size and data pointer members in QStringThiago Macieira2019-12-081-9/+7
* | Add reference-count manipulation functions to QArrayData and hide refThiago Macieira2019-12-081-3/+3
|/
* Don't try to define QT_NO_CAST_TO_ASCII when the test undefines itEdward Welbourne2019-10-251-1/+1
* Move a test for feature ICU from .pro to .cppEdward Welbourne2019-10-252-11/+11
* Suppress deprecation warnings on a test of a deprecated QString methodEdward Welbourne2019-10-091-0/+3
* Port from QStringViewLiteral to u""Marc Mutz2019-07-291-3/+3
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-105-0/+17135