summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* QRegularExpression: introduce (global)matchViewGiuseppe D'Angelo2022-07-291-16/+17
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2810-13/+13
* QByteArray: fix base64 round-trip w/more than 2GiB dataMarc Mutz2022-07-261-0/+40
* tst_QByteArray: fix custom QCOMPARE for QBAs > 2GiBMarc Mutz2022-07-201-1/+1
* Add wasm exception for tst_qcharDavid Skoland2022-07-111-0/+5
* QString: fix lifetime issues with QRegularExpression APIsGiuseppe D'Angelo2022-07-101-0/+40
* Add QStringDecoder::decoderForHtml()Lars Knoll2022-06-211-20/+64
* Long live the ICU-based QStringConverter interface!Fabian Kosmale2022-06-193-2/+280
* QStringConverter: fix use-after-free in the stack in the testThiago Macieira2022-06-151-7/+11
* tst_QAnyStringView: explicitly check the spaceship operatorMarc Mutz2022-06-141-0/+31
* tst_QStringApiSymmetry: use QCOMPARE_EQ instead of QCOMPAREIvan Solovev2022-06-031-168/+168
* QStringConverter: Do not crash if invalidFabian Kosmale2022-05-251-0/+56
* tst_qtextboundaryfinder: Remove full copies of data filesIevgenii Meshcheriakov2022-05-243-9541/+0
* QUnicodeTools: Fix line breaking before open parenthesesIevgenii Meshcheriakov2022-05-241-24/+24
* QUnicodeTools: Fix line breaking for potential emojisIevgenii Meshcheriakov2022-05-241-1/+1
* QUnicodeTools: Fix interactions of WB3d and WB4 rulesIevgenii Meshcheriakov2022-05-241-1/+1
* QUnicodeTools: Handle WB3c word break ruleIevgenii Meshcheriakov2022-05-241-9/+9
* QUnicodeTools: Adjust properties of WSegSpace word break classIevgenii Meshcheriakov2022-05-242-37/+37
* QUnicodeTools: Fix handling of LB22 line break ruleIevgenii Meshcheriakov2022-05-241-28/+28
* QUnicodeTools: Fix handling of ZWJ for line breaksIevgenii Meshcheriakov2022-05-241-9/+9
* tst_QStringConverter: roll up independent tests to rows in othersThiago Macieira2022-05-231-59/+6
* tst_QStringConverter: implement the TODO of testing with flagsThiago Macieira2022-05-231-4/+81
* tst_QStringConverter: improve the char-by-char UTF-8 testingThiago Macieira2022-05-233-63/+168
* QStringConverter: use the QUtf8 codec when Windows is using UTF-8Thiago Macieira2022-05-231-14/+50
* Android: Enable building of the QLocale test caseVolker Hilsheimer2022-05-231-4/+1
* Use SPDX license identifiersLucie Gérard2022-05-1633-898/+73
* Remove remnants of the old Intel C++ compilerThiago Macieira2022-05-111-2/+2
* Deprecate _qs and _qba literal operators in favor of _s and _baSona Kurazyan2022-05-022-2/+6
* Replace remaining uses of deprecated _qs with _sSona Kurazyan2022-05-021-3/+3
* Implement support for '0b' prefix in toInt() etcMarc Mutz2022-04-281-4/+1
* Fix qlocale_unix's handling of uiLanguages to take script into accountEdward Welbourne2022-04-271-0/+6
* Return more specific entries before less in QLocale::uiLanguages()Edward Welbourne2022-04-271-12/+12
* tst_qstringapisymmetry: check toInt() etc also with base != 0Marc Mutz2022-04-171-0/+119
* Fix assertion failure when parsing a doubly-invalid date-time textEdward Welbourne2022-04-071-1/+14
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-073-10/+16
* Add literal operators for QString/QByteArray to StringLiterals namespaceSona Kurazyan2022-04-072-30/+80
* QByteArray/QVarLengthArray: add missing resize(n, v) overloadsMarc Mutz2022-04-061-0/+18
* We do in fact support 'F' format for floating-point valuesEdward Welbourne2022-04-012-1/+102
* Move some purely floating-point testing from tst_QLocale to tst_QNumericEdward Welbourne2022-04-011-24/+0
* Clean up and modernise tst_QLocale::fpExceptions()Edward Welbourne2022-04-011-15/+14
* Allow brace initialization for some of QLatin1StringView constructorsSona Kurazyan2022-04-011-0/+5
* tst_QByteArrayView:: disable failing constexpr checks for GCCSona Kurazyan2022-04-011-0/+5
* Android: enable tst_QLocaleIvan Solovev2022-03-291-9/+12
* Android: unblacklist tst_QStringConverter::convertUtf8()Ivan Solovev2022-03-281-3/+0
* QAnyStringView: constexpr detect 8-bit ASCII as Latin 1Øystein Heskestad2022-03-211-0/+22
* Rename tst_qlatin1string and switch to using QLatin1StringViewSona Kurazyan2022-03-195-94/+93
* Add QByteArray::percentDecoded() as an instance methodEdward Welbourne2022-03-181-9/+9
* Fix a few more {QString, QByteArray}::count() deprecation warningsSona Kurazyan2022-03-171-4/+10
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-172-0/+2
* Add QStringView::localeAwareCompare()Sona Kurazyan2022-03-171-0/+4