summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QStringBuilder: clean up testMarc Mutz2018-01-071-36/+102
* Tests: Raise minimum supported MSVC version to 2015Friedemann Kleint2018-01-041-8/+3
* Update Text segmentation and line break data to Unicode 10.0Lars Knoll2018-01-034-3835/+5833
* Update QString::isRightToLeft() to take directional hints into accountLars Knoll2018-01-031-0/+19
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-024-4/+15
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-0/+3
| |\
| | * Blacklist tst_QDateTime::operator_eqeqJoni Jantti2017-12-271-0/+3
| * | Merge remote-tracking branch 'origin/5.10.0' into 5.10Liang Qi2017-12-082-4/+4
| |\ \
| | * | Improve readability of code that uses the Qt signed size typev5.10.0-rc2Simon Hausmann2017-11-281-2/+2
| | * | Merge 5.10 into 5.10.0Oswald Buddenhagen2017-11-202-8/+8
| | |\ \
| | * | | Special-case parsing of Zulu time-zone in date-timesEdward Welbourne2017-11-141-2/+2
| * | | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-12-051-0/+8
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | Fix aliasing problem in QVector::removeAll()Marc Mutz2017-11-281-0/+8
* | | | QRingBuffer: avoid reallocations of the dataAlex Trotsenko2017-12-301-0/+16
* | | | Kludge round MS TZ APIs' lies breaking a testEdward Welbourne2017-12-131-0/+8
* | | | Add a check of selected time-zone offset dataEdward Welbourne2017-11-301-0/+47
* | | | QDateTimeParser: reject all short values in fixed-width fieldsEdward Welbourne2017-11-301-0/+10
* | | | Raise the upper bound on years to 9999Edward Welbourne2017-11-303-0/+9
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-232-8/+8
|\| | |
| * | | Change almost all other uses of qrand() to QRandomGeneratorThiago Macieira2017-11-082-8/+8
| | |/ | |/|
* | | Fix typo in tst_QTimeZone::testEpochTranPrivate()Edward Welbourne2017-11-061-1/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-11-051-30/+1
|\| |
| * | Mark the previously public qstringalgorithms.h functions privateThiago Macieira2017-10-291-30/+1
* | | Remove references to obsolete platformsJake Petroules2017-11-053-35/+0
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-171-6/+31
|\| |
| * | Improve qustrlen further by avoiding the alignment prologueThiago Macieira2017-09-261-6/+31
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-264-0/+160
|\| |
| * | 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
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-193-10/+10
* | | Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-1/+1
* | | QScopedPointer: add get()Giuseppe D'Angelo2017-09-171-0/+6
* | | QSharedPointer: add get() for STL compatibilityGiuseppe D'Angelo2017-09-121-0/+14
|/ /
* | 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
|\|