summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-291-30/+1
* Improve qustrlen further by avoiding the alignment prologueThiago Macieira2017-09-261-6/+31
* QStringView: De-inline the length calculation so we can use SSE2Thiago Macieira2017-09-131-0/+44
* macOS: Detect use of heap-allocated QMacAutoReleasePoolTor Arne Vestbø2017-09-083-0/+116
* Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2017-08-041-0/+3
* Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-0/+22
|\
| * Return "en" for QLocale::c().bcp47Name()Jüri Valdmann2017-07-261-1/+1
| * Add test for QLocale::bcp47Name()Jüri Valdmann2017-07-261-0/+23
* | Add a date-time test for time-zones near epoch and odd transitionsEdward Welbourne2017-07-311-0/+67
* | Add test for time zone transitions near the epochEdward Welbourne2017-07-281-0/+44
* | tst_QTimeZone: improve readability of code and failure reportsEdward Welbourne2017-07-251-36/+64
* | Fix a loop-test and the bogus data the loop expectedEdward Welbourne2017-07-251-3/+3
* | Merge remote-tracking branch 'origin/5.9' into devGabriel de Dietrich2017-07-132-14/+20
|\|
| * QLocale: fix handling of milliseconds in string format and documentThiago Macieira2017-07-072-14/+20
* | tst_QDateTime::toTimeSpec(): verify round-tripping works cleanlyEdward Welbourne2017-07-071-0/+4
* | Q(Date|Time)+: in QDebug's <<, handle invalid explicitlyEdward Welbourne2017-07-071-1/+1
* | Clarify tst_QDateTime::fromStringToStringLocale() using a macroEdward Welbourne2017-07-071-7/+9
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-6/+61
|\|
| * Fix parsing of 0E+1 and 0E-1 (capital 'E')Thiago Macieira2017-07-031-1/+57
| * Fix offset calculation to be valid at the correct timeEdward Welbourne2017-07-031-5/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-042-1/+3
|\|
| * Fix some MSVC warnings in testsFriedemann Kleint2017-06-281-1/+1
| * tst_QSharedPointer: Terminate hanging qmake-processesFriedemann Kleint2017-06-281-0/+2
* | Improve rounding of QRect::toRectAllan Sandfeld Jensen2017-06-261-0/+32
* | QDateTimeParser: implement parsing of time-zone specifiersEdward Welbourne2017-06-201-4/+0
* | Update CLDR to v31.0.1Edward Welbourne2017-06-201-6/+6
* | Add QLocale::formattedDataSize and consolidate use casesShawn Rutledge2017-06-201-0/+78
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-193-30/+73
|\|
| * Blacklist flaky tst_QTimeLine tests on macOS 10.12Tony Sarajärvi2017-06-181-0/+3
| * macOS/iOS: Correctly ignore punctuation in QCollatorAndy Shaw2017-06-131-29/+55
| * Fix sending UTC-offset QTimeZones through QDataStreamChris Wilson2017-06-081-1/+15
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-0/+19
|\|
| * Fix autotest not to open too many files on a UnixTony Sarajärvi2017-05-291-0/+19
* | QStringView/QLatin1String: add trimmed()Marc Mutz2017-05-161-1/+5
* | QStringView: add constructor from pointer pairMarc Mutz2017-05-161-0/+75
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-2/+67
|\|
| * QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-051-2/+67
* | Implement key-value iteratorSamuel Gaist2017-05-052-0/+109
* | Enable c++17 in the QStringApiSymmetry testMarc Mutz2017-05-051-0/+1
* | tst_qscopedpointer: Actually test what test name says it should testTor Arne Vestbø2017-05-031-1/+1
* | tst_QStringApiSymmetry: add checks for trimmed()Marc Mutz2017-05-031-0/+68
* | tst_qstringapisymmetry: also check potential rvalue overloads of transformationsMarc Mutz2017-05-031-14/+59
* | QLatin1String: add startsWith()/endsWith()Marc Mutz2017-04-281-1/+23
* | QStringView: add startsWith(), endsWith()Marc Mutz2017-04-281-1/+23
* | QString/Ref: add startsWith/endsWith(QStringView) overloadsMarc Mutz2017-04-281-1/+9
* | QStringRef: fix trimmed() returning null strings on empty inputMarc Mutz2017-04-271-1/+3
* | tst_qstringapisymmetry: merge truncate() test into left() testMarc Mutz2017-04-271-44/+24
* | QHash: make it so a zero seed selects a constant algorithmThiago Macieira2017-04-261-4/+4
* | tst_qstringviewapisysmmetry: add a check for startsWith()/endsWith()Marc Mutz2017-04-261-0/+235
* | QLatin1String: fix qt_compare_strings(QLatin1String, QLatin1String) for null ...Marc Mutz2017-04-261-0/+40