summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * Add Android to exceptions in tst_QDateTime::toString_textDate_extra()Edward Welbourne2018-06-211-4/+8
| * Cope with Android's lack of time-zone abbreviationsEdward Welbourne2018-06-211-4/+12
| * Make some QEXPECT_FAIL()s consistent in form and contentEdward Welbourne2018-06-211-6/+6
| * Make QString's formatting of doubles be consistent with other placesEdward Welbourne2018-06-141-0/+23
* | QRegularExpression: fix compiler warning in testGiuseppe D'Angelo2018-06-271-1/+1
* | QByteArray: implement qstricmp with SSE 4.1Thiago Macieira2018-06-271-0/+6
* | Fix QString::localeAwareCompare with composed/decomposed strings on WindowsSimon Hausmann2018-06-271-8/+13
* | QByteArray: add compare() with case sensitivity optionsThiago Macieira2018-06-221-3/+29
* | QRegularExpression: refactor pattern optimizationGiuseppe D'Angelo2018-06-229-291/+147
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-06-071-0/+39
|\|
| * Use qFuzzyCompare instead of qFuzzyIsNull in QPointF ==Allan Sandfeld Jensen2018-05-301-0/+39
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-241-0/+8
|\|
| * Add support for QSharedPointer<cv qualified>::create()Thiago Macieira2018-05-171-0/+8
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-05-031-3/+0
|\|
| * Tests: Fix clang warnings about unused variables and capturesFriedemann Kleint2018-05-021-3/+0
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-05-021-8/+0
|\|
| * tst_QString: remove old HP aCC workaroundThiago Macieira2018-04-271-8/+0
* | Clean up some trivia in tst_QTimeZoneEdward Welbourne2018-04-121-2/+3
* | QCryptographicHash: Add a static method to retrieve hash lengthMårten Nordheim2018-04-101-0/+11
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-072-16/+21
|\|
| * Revise dates of Pacific/Kiritimati's day-skip transitionEdward Welbourne2018-04-061-2/+2
| * tst_QLocale: Avoid manual deletesKari Oikarinen2018-04-061-14/+19
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-04-061-10/+28
|\|
| * Kludge QLocale test order to fix fall-out from setDefault()Edward Welbourne2018-04-051-10/+28
* | Add wildcard-to-regexp support to QRegularExpressionSamuel Gaist2018-03-302-0/+82
* | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-03-283-9/+143
|\|
| * Animation: Fix case where QEasingCurve::valueForProgress returns nanSvenn-Arne Dragly2018-03-261-0/+70
| * fixup oversight in rvalue overloads of operator+=() and operator<<()Eric Lemanissier2018-03-262-9/+73
* | Add nullptr comparison to Q{Explicitly,}SharedDataPointerThiago Macieira2018-03-181-0/+5
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-102-2/+25
|\|
| * add missing tests of rvalue overloads for QVarLengthArray and QVectorv5.11.0-beta2Eric Lemanissier2018-03-102-2/+25
* | Adjust tst_QTimeZone's Q_OS_WIN #if-ery now that ICU is the defaultEdward Welbourne2018-03-092-10/+14
* | implement non-member operator+ for iteratorsEric Lemanissier2018-03-061-0/+4
* | Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-03-022-4/+64
|\|
| * 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.11' into devQt Forward Merge Bot2018-02-211-1/+7
|\|
| * 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
| | |\
* | | | QByteArray: Add functions isUpper() and isLower() for Latin1 byte arraysAndre Hartmann2018-02-171-0/+47
* | | | Merge remote-tracking branch 'origin/5.11' into devLiang Qi2018-02-168-10/+22
|\| | |
| * | | 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 functions isUpper and isLowerAndre Hartmann2018-02-111-0/+42
|/ / /
* | | 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
|\ \ \ | | |/ | |/|