summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-101-1/+7
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-1/+1
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-042-2/+2
* Add unit test for QAnyStringView::compareAndreas Buhr2020-11-211-1/+8
* Add unit test for QString::insert(negativeint, QChar)Andreas Buhr2020-11-201-0/+1
* Add unit test for QString::replace with out-of-bounds positionAndreas Buhr2020-11-191-0/+10
* Fix logic error in QString::replace(ch, after, cs)Andreas Buhr2020-11-191-0/+11
* Change QString formatting of negative numbers in non-base-10Andreas Buhr2020-11-191-0/+64
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-171-2/+0
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-155-66/+76
* Add QByteArray::insert(qsizetype, const QByteArray &)Mårten Nordheim2020-11-111-0/+12
* Update CLDR to v38Edward Welbourne2020-11-081-1/+1
* QStringView test: avoid narrowingGiuseppe D'Angelo2020-11-071-2/+2
* Android: blacklist a list of failing tests for androidAssam Boudjelthia2020-11-044-1/+14
* 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