summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Deprecate QDateTime methods using plain Qt::TimeSpecEdward Welbourne2022-12-101-0/+28
* Adapt corelib to use QTimeZone in place of Qt::TimeSpecEdward Welbourne2022-12-098-433/+484
* Expand testing of QDateTime to exploit QTimeZone's handling of specsEdward Welbourne2022-12-091-20/+80
* Adapt QDateTime to route QTimeSpec uses via QTimeZoneEdward Welbourne2022-12-091-0/+53
* Adapt QTimeZone to handle Qt::TimeSpec machineryEdward Welbourne2022-12-092-27/+174
* QOffsetStringArray: add contains() methodMarc Mutz2022-12-091-0/+11
* Use qtversion.h instead of qlibraryinfo.hMarc Mutz2022-12-092-2/+2
* QAnyStringView: add substringing operationsMarc Mutz2022-12-081-2/+44
* Add Boyer-Moore Latin-1 string searcher with optional case sensitivityØystein Heskestad2022-12-083-0/+321
* tst_QDateTime: explain one test-case more carefullyEdward Welbourne2022-12-071-2/+6
* Add to test-cases for tst_QDateTime::fromStringStringFormat()Edward Welbourne2022-12-071-0/+6
* tst_QDateTime::operator_insert_extract() Correct handling of 4.0's specEdward Welbourne2022-12-071-2/+9
* tst_QDateTime: check a few more detailsEdward Welbourne2022-12-071-1/+5
* tst_QDateTime: Modernize some comparisonsEdward Welbourne2022-12-071-48/+52
* Elide parameters passed as their defaultEdward Welbourne2022-12-071-106/+105
* Prefer QDate::startOfDay() over QDT(date, QTime(0, 0), ...)Edward Welbourne2022-12-071-20/+20
* tst_QDateTime::fromMSecsSinceEpoch(): remove a stray debug statementEdward Welbourne2022-12-071-2/+0
* tst_QDateTime: split some data table rows across lines more tidilyEdward Welbourne2022-12-071-29/+51
* tst_QDateTime: Inline some trivial delegations by _data() functionsEdward Welbourne2022-12-071-24/+4
* Suppress output of debug message only produced to test against crashEdward Welbourne2022-12-071-0/+1
* Tidy up in tst_QVariantEdward Welbourne2022-12-071-27/+27
* tst_QDateTime::timeZone(): use QVERIFY() to test boolEdward Welbourne2022-12-071-8/+8
* Use QString/QByteArray range erase()Ahmad Samir2022-12-071-3/+2
* tst_QString: fix custom QCOMPARE for strings > 2Gi charactersMarc Mutz2022-12-071-1/+1
* QMessageLogger: make qFatal categorized and streamableGiuseppe D'Angelo2022-12-051-0/+17
* QString::fromLatin1: improve the sub-16-character caseThiago Macieira2022-12-041-11/+38
* ContainerApiSymmetry: verify Qt containers member erase returns iteratorAhmad Samir2022-12-021-0/+79
* QByteArrayView: Add mid/left/rightMårten Nordheim2022-12-021-0/+6
* QString: overload prepend with QUtf8StringViewMate Barany2022-12-021-0/+2
* QString: overload insert with QUtf8StringViewMate Barany2022-12-021-0/+2
* QString: overload the += operator to handle QUtf8StringViewMate Barany2022-12-021-0/+2
* QString: overload append to accept QUtf8StringViewMate Barany2022-12-021-0/+18
* Add In-place utf-8 case-insensitive comparisonsØystein Heskestad2022-12-021-0/+17
* Refactor\Extend tst_QString::prepend_data with additional test casesMate Barany2022-12-021-10/+72
* Refactor\Extend tst_QString::insert_data with additional test casesMate Barany2022-12-021-10/+90
* Refactor\Extend tst_QString::append_data with additional test casesMate Barany2022-12-021-14/+87
* QBindable: Make ordinary Q_PROPERTYs bindablePatrick Stewart2022-11-301-0/+186
* tst_QByteArrayLarge::initTestCase: Skip tests under ASANFabian Kosmale2022-11-301-0/+8
* Make XmlStringRef convertible to QAnyStringView/QStringViewMarc Mutz2022-11-294-0/+10
* qfloat16: make it a built-in metatypeThiago Macieira2022-11-282-0/+15
* qfloat16: add QTextStream & QDebug streaming operatorsThiago Macieira2022-11-281-0/+22
* qfloat16: add QDataStream testsThiago Macieira2022-11-281-0/+25
* qfloat16: add support for native _Float16 (C2x extended floating point)Thiago Macieira2022-11-281-2/+2
* tst_QStringApiSymmetry: add checks for QByteArrayViewMarc Mutz2022-11-271-5/+100
* 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
* tst_QMap: remove unused std::as_const cloneMarc Mutz2022-11-181-6/+0
* 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