summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
...
* Remove deprecated methodsLars Knoll2020-06-121-24/+0
* Rename new slice() method sliced()Marc Mutz2020-06-111-20/+20
* Remove most overloads taking a QStringRef from the QString APILars Knoll2020-06-111-8/+0
* Also check QStringView(std::nullptr_t) for constexpr'nessMarc Mutz2020-06-111-0/+8
* Port QLocale::quoteString from QStringRef to QStringViewLars Knoll2020-06-111-1/+0
* 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
* Remove winrtOliver Wolff2020-06-066-14/+8
* QString/View: add tokenize() member functionsMarc Mutz2020-06-063-1/+190
* Rework testing of qstr*cmp() functionsEdward Welbourne2020-06-051-79/+81
* CMake: Fix tst_qregexp testAlexandru Croitor2020-06-041-1/+15
* QStringBuilder: code tidies in the testsGiuseppe D'Angelo2020-06-045-14/+30
* Limit QByteArray's 8-bit support to ASCIIEdward Welbourne2020-06-042-30/+37
* Long live QStringTokenizer!Marc Mutz2020-06-037-1/+345
* Add QStringView::split() methodsLars Knoll2020-06-011-13/+37
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-10/+7
* Add support for count() to QStringViewLars Knoll2020-05-301-0/+51
* Add toInt() and friends to QStringViewLars Knoll2020-05-291-0/+113
* Rework QLocale and QDateTime tests that expect CET abbreviationEdward Welbourne2020-05-281-21/+5
* Adjust resize() behavior of QString and QByteArray to match Qt 5Lars Knoll2020-05-212-2/+6
* QString: fix an aliasing issue in remove(QString)Marc Mutz2020-05-151-0/+10
* tst_qstringref: remove some wtf?Marc Mutz2020-05-141-1/+1
* QStringView: add converting constructor from array-like containersGiuseppe D'Angelo2020-05-141-7/+70
* Enforce that statically allocated array-like containers have 0 capacityGiuseppe D'Angelo2020-05-142-0/+8
* Remove QRegExp from QVariantLars Knoll2020-05-145-0/+184
* Remove QRegExp support from QString and StringListLars Knoll2020-05-143-223/+6
* Move methods using QRegExp in QString(List) over to QRegExpLars Knoll2020-05-141-0/+163
* Streamline the code in the conversion to and from utf8Lars Knoll2020-05-141-8/+0
* Get rid of some QTextCodec leftoversLars Knoll2020-05-142-3/+0
* Remove QTextCodec dependency from testLars Knoll2020-05-141-5/+1
* Document the string converter classesLars Knoll2020-05-141-10/+10
* Add a method to determine the encoding for encoded HTML dataLars Knoll2020-05-141-0/+89
* Add QStringConverter::encodingForData()Lars Knoll2020-05-141-0/+58
* Add methods to convert between encoding and name to QStringConverterLars Knoll2020-05-141-0/+53
* Construct a string converter by nameLars Knoll2020-05-141-0/+27
* Add some incremental testsLars Knoll2020-05-141-20/+63
* Clean up the Flag handling in QStringConverterLars Knoll2020-05-141-33/+33
* Start work on a new API to replace QTextCodecLars Knoll2020-05-146-0/+1609
* 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-123-29/+29
* Use QChar::fromUcs4() moreMarc Mutz2020-05-121-2/+2
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-0/+2
* QChar: add fromUcs{2,4}()Marc Mutz2020-05-091-7/+31
* tst_stringview: remove dead codeMarc Mutz2020-05-081-54/+0
* tst_qstringview: modernize functions in help namespaceMarc Mutz2020-05-081-4/+4
* tst_qstringapisymmetry: test split() with char16_t sepsMarc Mutz2020-05-081-1/+5
* Move a test of QLocale's methods out of tst_QDateTimeEdward Welbourne2020-05-081-30/+69
* Remove useless codeLars Knoll2020-05-011-8/+0
* Port qtbase/tests/auto/corelib/text tests to CMakeSona Kurazyan2020-04-2715-11/+290
* QString: add append, op+=, prepend, insert taking QStringViewMarc Mutz2020-04-241-0/+25