summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Introduce QByteArrayViewSona Kurazyan2020-07-085-0/+611
* Add tst_QByteArrayApiSymmetry testSona Kurazyan2020-07-086-334/+859
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in corelib testsJarek Kobus2020-07-078-56/+43
* Rename from() to sliced()Lars Knoll2020-07-061-2/+2
* Port QString to qsizetypeLars Knoll2020-07-062-32/+32
* Allow allocating more than 2G items in a vectorLars Knoll2020-07-061-30/+39
* Get rid of QArrayData::sharedNull()Lars Knoll2020-07-062-3/+3
* Get rid of unused flags in QArrayDataLars Knoll2020-07-061-5/+4
* Get rid of shared null for QByteArray, QString and QVectorLars Knoll2020-07-062-4/+4
* Add explicit encode()/decode() methods to QStringConverterLars Knoll2020-06-261-0/+12
* Remove QByteArray's methods taking QString and their usesSona Kurazyan2020-06-253-15/+0
* Allow qMin, qMax and qBound for types that can be losslessly convertedLars Knoll2020-06-254-0/+4
* QString: add char8_t overload of fromUtf8()Marc Mutz2020-06-232-1/+8
* Move QTextCodec support out of QtCoreKarsten Heimrich2020-06-201-1/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-192-83/+83
* 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