summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text/qstringapisymmetry
Commit message (Expand)AuthorAgeFilesLines
* Rename new slice() method sliced()Marc Mutz2020-06-111-20/+20
* Ensure left/right/mid behave in a compatible wayLars Knoll2020-06-091-24/+100
* Implement first/last/from and slice() for string-like classesLars Knoll2020-06-081-47/+196
* QString/View: add tokenize() member functionsMarc Mutz2020-06-061-0/+23
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-041-10/+13
* Long live QStringTokenizer!Marc Mutz2020-06-031-1/+171
* Add support for count() to QStringViewLars Knoll2020-05-301-0/+51
* Add toInt() and friends to QStringViewLars Knoll2020-05-291-0/+113
* tst_qstringapisymmetry: test split() with char16_t sepsMarc Mutz2020-05-081-1/+5
* Port qtbase/tests/auto/corelib/text tests to CMakeSona Kurazyan2020-04-271-0/+13
* tst_qstringapisymmetry: start testing char16_t, tooMarc Mutz2020-03-051-20/+99
* tst_qstringapisymmetry: fix indexOf/contains/lastIndexOf testsMarc Mutz2020-03-051-69/+91
* QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-051-3/+5
* QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-051-4/+0
* Extend tst_qstringapisymmetry for member compare()Marc Mutz2020-02-091-2/+158
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-103-0/+1792