summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* 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-143-30/+2
* Fix warnings coming from using the deprecated overload of qCheckSumLars Knoll2020-09-111-2/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-1/+1
* Remove '\0' space reservation logic in QStringAndrei Golubev2020-09-101-1/+2
* Clean up QTextBoundaryFinder and qunicodetoolsLars Knoll2020-09-071-2/+0
* QByteArray: Disregard space at front during ::reserve(...)Mårten Nordheim2020-09-021-0/+8
* Long live Q{Any,Utf8}StringView!Marc Mutz2020-08-311-39/+95
* Use checked string iteration in case conversionsEdward Welbourne2020-08-291-0/+28
* Prepend optimize QStringAndrei Golubev2020-08-291-0/+103
* Use qsizetype in QRegularExpressionMarcel Krems2020-08-281-76/+76
* Change QByteArray to handle large arraysLars Knoll2020-08-271-2/+2
* Add back QByteArray's relational operators taking QStringSona Kurazyan2020-08-261-0/+1
* QRegularExpression: do not assume QStringViews are NUL terminatedGiuseppe D'Angelo2020-08-251-0/+31
* Cleanup QTypeInfoLars Knoll2020-08-261-1/+1
* QByteDataBuffer: add readPointer functionality using QByteArrayViewMårten Nordheim2020-08-241-0/+55
* [trivial] tst_qstringapisymmetry: remove remnants of from() experimentMarc Mutz2020-08-231-10/+14
* Port QLatin1String to qsizetype and add narrow-contract substring functionsMarc Mutz2020-08-232-1/+7
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-2013-3081/+231
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-144-6/+6
* 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