summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/text
Commit message (Expand)AuthorAgeFilesLines
* tst_QString: check empty regex can replace in empty/null stringMarc Mutz2022-11-271-0/+3
* QLocale: Have qstrntod() return end of parsed string also on underflowUlf Hermann2022-11-251-0/+8
* Restore end-of-parse reporting to qstrntod()Edward Welbourne2022-11-241-3/+11
* QString: don't detach in removeStringImpl()Ahmad Samir2022-11-171-3/+17
* QString: add unittest to verify erase() returns a QString::iteratorAhmad Samir2022-11-171-0/+10
* QString, QByteArray: add removeAt/First/Last() convenience methodsAhmad Samir2022-11-162-0/+32
* Add more tests of QLocale and "single character" data that aren'tEdward Welbourne2022-11-111-7/+41
* QByteArray: move the high-memory-using and slot tests awayThiago Macieira2022-11-057-203/+228
* QByteArray: add erase() unittestsAhmad Samir2022-11-041-0/+28
* QString: don't detach in remove(QChar ch, Qt::CaseSensitivity cs)Ahmad Samir2022-11-041-9/+27
* QByteArray: don't detach in remove()Ahmad Samir2022-11-041-1/+8
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-033-6/+6
* QString: don't detach in remove(pos, len)Ahmad Samir2022-11-031-6/+16
* QString, QByteArray: add erase(iterator) methodAhmad Samir2022-11-032-0/+57
* Long live QUtf8::convertFromLatin1()!Marc Mutz2022-11-021-0/+16
* Add tests of QLocale verifying some "single-characters" aren'tEdward Welbourne2022-10-281-1/+36
* QString::asprintf: fix handling of a present-but-empty precisionThiago Macieira2022-10-281-0/+37
* tst_QChar::fromUcs4(): deduplicate a test-caseEdward Welbourne2022-10-181-3/+3
* MSVC: Disable buggy conformance checkYuhang Zhao2022-10-181-1/+1
* Port qCompress() to zstream/deflate()Marc Mutz2022-10-171-0/+13
* tst_QStringApiSymmetry: use startpos to deduplicate indexing data tagsEdward Welbourne2022-10-171-11/+15
* tst_QStringApiSymmetry: avoid repetition in trimmed_data()Edward Welbourne2022-10-171-8/+10
* tst_QStringApiSymmetry: eliminate one duplicate of a mid_data() rowEdward Welbourne2022-10-171-1/+0
* Port qUncompress() to zstream/inflate()Marc Mutz2022-10-161-0/+63
* MSVC: Enable all possible conformance checksYuhang Zhao2022-10-151-1/+1
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-112-3/+3
* Update UCD to Revision 30Ievgenii Meshcheriakov2022-10-115-25/+23
* tst_QString::compare(): rename a test tag to be uniqueEdward Welbourne2022-10-111-1/+1
* tst_QString::number_base(): distinguish negative binary test-casesEdward Welbourne2022-10-111-1/+1
* tst_QRE::wildcard(): use more informative data row tagsEdward Welbourne2022-10-111-2/+1
* tst_QBAApiSymmetry::toInt_data(): deduplicate a data-row nameEdward Welbourne2022-10-111-1/+1
* Provide optTitle for a NumberDoubleTestData testcase that needs itEdward Welbourne2022-10-111-1/+2
* Rename tst_QBA::toFromHex()'s longer no-leading-zero data-rowEdward Welbourne2022-10-111-1/+1
* Rename tst_QBA::movablity() to fix the typoEdward Welbourne2022-10-111-4/+4
* Don't duplicate a column name in tst_QByteArray::movablity_data()Edward Welbourne2022-10-111-3/+1
* Port from container.count()/length() to size()Marc Mutz2022-10-046-80/+80
* Reduce foldCasing of the needle in Boyer-Moore QString searchesØystein Heskestad2022-09-221-1/+24
* tst_QLocale: use fenv everywhereMårten Nordheim2022-09-151-25/+3
* Perform uiLanguages() likely-adjusted processing purely on IDsEdward Welbourne2022-09-071-7/+74
* Simplify system locale managementEdward Welbourne2022-09-071-3/+0
* Work round macOS's omission of en_DE from its own uiLanguages()Edward Welbourne2022-09-071-1/+16
* tst_qlocale: only restore the fp control masks we changeMårten Nordheim2022-09-071-3/+2
* Fix compiler warning: don't copy in ranged-for loopVolker Hilsheimer2022-09-031-2/+2
* QAnyStringView: construct from any T implicitly convertible to QString/QByteA...Marc Mutz2022-09-011-0/+10
* Move QMacAutoReleasePool from qglobal.h to qcore_mac_p.hSona Kurazyan2022-09-012-0/+4
* tst_qstring: port away from deprecated APIsIvan Solovev2022-08-272-14/+29
* QtBase tests: remove QT_DISABLE_DEPRECATED_UP_TO definesIvan Solovev2022-08-241-1/+0
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2331-31/+31
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-192-2/+2
* Put code related to timezone functionality under QT_CONFIG(timezone)Tatiana Borisova2022-08-181-0/+2