summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* Short live q20::ssize()!Marc Mutz2021-11-201-13/+1
* QAnyStringView: fix broken implicit conversion from QStringBuilderMarc Mutz2021-11-191-0/+18
* Fix macOS system locale's formatting of negative yearsEdward Welbourne2021-11-181-3/+0
* Fix formatting of dates before 1601 in MS system localeEdward Welbourne2021-11-181-0/+24
* Add an initial tst_QAnyStringViewMarc Mutz2021-11-184-0/+641
* Clean up exports from qlocale_p.hEdward Welbourne2021-11-101-1/+1
* Add additional grapheme, word, and sentence break class tests from tr29Øystein Heskestad2021-11-104-20/+236
* Update CLDR-derived data to newly-released v40Ievgenii Meshcheriakov2021-11-101-3/+3
* QByteArrayList: add join(QByteArrayView)Marc Mutz2021-11-041-0/+28
* QCollator: add public, static functions to do comparisonsThiago Macieira2021-11-011-0/+15
* Correct qcollator_posix.cpp's check against system localeEdward Welbourne2021-11-011-2/+2
* Fix overflow issue on parsing min-qint64 with its minus sign repeatedEdward Welbourne2021-10-261-0/+1
* Update UCD to Revision 28Ievgenii Meshcheriakov2021-10-187-73/+77
* Add a basic round-trip test for QStringConverterEdward Welbourne2021-10-071-1/+56
* Silence compiler warningVolker Hilsheimer2021-10-061-1/+1
* Always enable QRegularExpression's JIT when testingGiuseppe D'Angelo2021-10-061-0/+14
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-022-14/+0
* Add isValidUtf8() methods to QUtf8StringView and QByteArray{,View}Ievgenii Meshcheriakov2021-09-221-0/+83
* Remove conditioning on Android embeddedEdward Welbourne2021-09-174-7/+7
* Add missing dependencies of tests on their helper programsEdward Welbourne2021-09-171-4/+4
* Teach QLocale::system() to use narrow formatIvan Solovev2021-09-151-0/+27
* Tidy up #includes in tst_qlocale.cppEdward Welbourne2021-09-141-17/+15
* Move locale-switching code in tests to a shared headerEdward Welbourne2021-09-142-66/+6
* tst_qstringapisymmetry: Don't pretend that QByteArray contains UTF-8Ievgenii Meshcheriakov2021-09-091-10/+8
* Add new am/pm format-specifier that preserves locale's caseEdward Welbourne2021-09-081-1/+18
* Fix QLocale::system() standalone day and month handlingIvan Solovev2021-09-061-0/+127
* Make tst_QLocale::TransientLocale succeed at changing system localeIvan Solovev2021-09-031-2/+46
* qstrnlen: micro-optimize furtherThiago Macieira2021-09-011-7/+7
* qlocale_win: Fix non-standalone month namesEdward Welbourne2021-09-011-3/+10
* tst_qstringapisymmetry: Re-enable trim_trimmed_QByteArrayIevgenii Meshcheriakov2021-08-311-1/+1
* Teach QByteArrayView how to parse numbersEdward Welbourne2021-08-302-574/+660
* Replace FreeBSD's strtou?ll() with std::from_chars()-based strntou?ll()Edward Welbourne2021-08-303-20/+258
* QBA(V)/QS(V)::lastIndexOf: fix the search of 1-char needlesGiuseppe D'Angelo2021-08-262-4/+4
* QRegularExpressionMatch: add a way to know if a capturing group capturedGiuseppe D'Angelo2021-08-251-79/+159
* Unicode: fix the grapheme clustering algorithmGiuseppe D'Angelo2021-08-241-0/+101
* Improve and simplify tst_QByteArray's testsEdward Welbourne2021-08-191-76/+69
* QString: use the QRegularExpression operations on QStringViewGiuseppe D'Angelo2021-08-191-10/+10
* QRegularExpression: fix matching over null/empty QString(View)Giuseppe D'Angelo2021-08-191-2/+23
* QS(V)/QBA(V)/QL1S::lastIndexOf: fix the offset calculationsGiuseppe D'Angelo2021-08-193-22/+56
* tst_QLocale::formatTime(): add some actual locale-dependenceEdward Welbourne2021-08-181-43/+68
* QString/QByteArray::number(double): Test big numbersMårten Nordheim2021-08-173-3/+42
* Add QByteArrayView::trimmed()Edward Welbourne2021-08-113-29/+39
* Assert that special handling of '0' padding does what it shouldEdward Welbourne2021-08-101-21/+61
* QString/QByteArray: Fix setNum docs and add testsMårten Nordheim2021-08-061-0/+53
* tst_QByteArray::qUncompressCorruptedData(): MS-Win no longer hangsEdward Welbourne2021-08-051-8/+1
* QByteArray::number(double): Extend the testMårten Nordheim2021-08-043-66/+141
* Rework tst_QString::remove_regexp() and its data tableEdward Welbourne2021-08-041-30/+36
* Refine localeAwareCompare() test-case filtering on ICUEdward Welbourne2021-08-041-6/+9
* testlib: Deprecate QWARN() in favor of qWarning()Tor Arne Vestbø2021-08-041-1/+1
* QByteArray: don't coerce negative to unsigned for any baseEdward Welbourne2021-08-021-6/+5