summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Purge deprecated language and country codes from QLocaleEdward Welbourne2020-10-291-28/+0
* QByteArray: make (ap|pre)pend(const QByteArray &) consider reservedMårten Nordheim2020-10-281-0/+12
* Deprecate old aliases for two countries and several languagesEdward Welbourne2020-10-282-9/+9
* Deprecate QLocale::Language entries that no locale data relates toEdward Welbourne2020-10-281-10/+12
* Fix strange capacity check in tst_QString::append_special_casesAndrei Golubev2020-10-211-1/+2
* Tidy up tst_QLocale::ctor(), reduce needless repetitionEdward Welbourne2020-10-191-21/+21
* Remove vacuous tst_QLocale::cleanupTestCase()Edward Welbourne2020-10-191-4/+0
* Fix some compiler warnings from testsVolker Hilsheimer2020-10-161-2/+2
* Clean up tst_QLocale::testNames(), give better message on failureEdward Welbourne2020-10-091-27/+28
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-073-4/+4
* Convert a couple of APIs to use viewsLars Knoll2020-10-061-13/+12
* Make QAnyStringView comparison operators hidden friendsKarsten Heimrich2020-10-061-32/+46
* Change QString::fromLatin1 and friends to use QByteArrayViewLars Knoll2020-10-051-19/+20
* QREMatchIterator: add support for range-based forGiuseppe D'Angelo2020-09-301-0/+21
* Add unit test to check emoji handling in date-time parsingAndreas Buhr2020-09-231-0/+22
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-2326-34/+34
* Q(Any|Utf8)StringView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-1/+33
* QByteArrayView: move array size deduction feature to fromArrayMårten Nordheim2020-09-181-24/+68
* 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