summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstring
Commit message (Expand)AuthorAgeFilesLines
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-1/+1
* Add unit test for QString::insert(negativeint, QChar)Andreas Buhr2020-11-201-0/+1
* Add unit test for QString::replace with out-of-bounds positionAndreas Buhr2020-11-191-0/+10
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-191-0/+11
* Change QString formatting of negative numbers in non-base-10Andreas Buhr2020-11-191-0/+64
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-8/+8
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-041-0/+3
* Fix strange capacity check in tst_QString::append_special_casesAndrei Golubev2020-10-211-1/+2
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-051-19/+20
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-231-3/+3
* Use UTF-8 when converting 8 bit data in QTextStreamLars Knoll2020-09-151-1/+9
* Remove deprecated APILars Knoll2020-09-151-4/+4
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-141-18/+2
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-101-1/+2
* Use checked string iteration in case conversionsEdward Welbourne2020-08-291-0/+28
* Prepend optimize QStringAndrei Golubev2020-08-291-0/+103
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-428/+40
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-2/+2
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-051-2/+28
* QString::vasprintf: fix 't' modifier for integers on 64-bitThiago Macieira2020-07-311-25/+35
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-131-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-071-17/+11
* Port QString to qsizetypeLars Knoll2020-07-061-21/+21
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-061-1/+1
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-061-3/+3
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-251-8/+0
* 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
| |\|