summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* tst_QStringConverter: fix some deprecation warningsEdward Welbourne2020-08-071-10/+11
* Implement UTF-16 to UTF-8 case-insensitive compare and make publicThiago Macieira2020-08-051-2/+28
* Move-enable QByteDataBuffer::{append,prepend}Mårten Nordheim2020-08-011-1/+14
* QString::vasprintf: fix 't' modifier for integers on 64-bitThiago Macieira2020-07-311-25/+35
* Disable deprecation warnings in some testsTor Arne Vestbø2020-07-291-0/+3
* QChar: purge deprecated APIEdward Welbourne2020-07-201-4/+1
* Fix handling of Suzhou numbering systemEdward Welbourne2020-07-171-15/+31
* Support digit-grouping correctlyEdward Welbourne2020-07-141-4/+4
* Fix floating-point 'g'-format's choice between 'e' and 'f' formsEdward Welbourne2020-07-141-7/+41
* tst_QCollator: avoid an unused variable warningEdward Welbourne2020-07-131-0/+2
* Move QRegExp and its remaining mentions out of QtCoreSona Kurazyan2020-07-1311-1766/+1
* Fix QByteArray::count implementation for longer dataSona Kurazyan2020-07-091-0/+7
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-0912-12/+12
* 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