summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QLocale: Update the system private on QLocale default constructor if neededAlbert Astals Cid2018-03-021-0/+46
* qstringapisymmetry: Fix XML parsing failing on invalid encodingsFriedemann Kleint2018-03-021-4/+18
* Merge remote-tracking branch 'origin/5.10.1' into 5.11Liang Qi2018-02-191-1/+7
|\
| * QString: fix comparisons to null strings in ucstricmpThiago Macieira2018-02-041-1/+7
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-246-8/+8
| |\
* | \ Merge remote-tracking branch 'origin/5.9' into 5.11Liang Qi2018-02-148-10/+22
|\ \ \
| * | | tst_QSharedPointer: Fix termination of external processes on WindowsFriedemann Kleint2018-02-081-2/+13
| * | | Clean-up in QDateTime's parsing of ISODate{,WithMs}Edward Welbourne2018-02-011-0/+4
| | |/ | |/|
| * | Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-206-8/+8
* | | QString:: add remove() overload taking QLatin1StringAnton Kudryavtsev2018-02-021-0/+6
* | | tst_qvarlengtharray: Add missing includeOliver Wolff2018-01-261-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-5/+7
|\ \ \ | | |/ | |/|
| * | Skip a date-time test when we don't know what result it should giveEdward Welbourne2018-01-121-5/+7
* | | Add rvalue overload of insert/prepend to QVarLengthArray and QVectorAllan Sandfeld Jensen2018-01-202-9/+194
* | | Test Russia's post-DST transitions are reported correctlyEdward Welbourne2018-01-191-0/+62
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-112-20/+12
|\| |
| * | Fix license headersJani Heikkinen2018-01-111-17/+12
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-091-3/+0
| |\|
| | * Revert "Blacklist tst_QDateTime::operator_eqeq"Edward Welbourne2018-01-071-3/+0
* | | QStringBuilder: add support for QStringViewMarc Mutz2018-01-081-0/+14
* | | QStringBuilder: add support for char16_t{,*,[]}Marc Mutz2018-01-081-0/+41
* | | 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