summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-031-0/+5
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-131-0/+5
| |\
| | * tst_QStringBuilder: add a check for self-assignmentMarc Mutz2016-04-071-0/+5
* | | Make QSharedPointer without custom deleters call the correct destructorThiago Macieira2016-04-281-0/+78
* | | Add QLibraryInfo::version() returning the Qt version as QVersionNumberThiago Macieira2016-04-271-0/+13
* | | Add support for initializing QSharedPointer from nullptrThiago Macieira2016-04-191-0/+37
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-112-6/+46
|\| |
| * | Re-generate QLocale data from CLDR v29Konstantin Ritt2016-04-081-6/+13
| * | QStringRef: add missing {c,}r{begin,end}()Marc Mutz2016-04-071-0/+33
* | | QChar: optimize comparison with QString{,Ref}Marc Mutz2016-04-051-0/+7
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLaszlo Agocs2016-04-056-8/+8
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-056-8/+8
| |\| |
| | * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-306-8/+8
* | | | QChar: add missing relational operators against QLatin1String/QStringRefMarc Mutz2016-04-051-22/+0
|/ / /
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-3012-163/+18
* | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyleOlivier Goffart2016-03-232-1/+16
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-223-5/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-212-4/+3
| |\|
| | * WinRT: Fix QTimeZone transitions by switching backendMaurice Kalinowski2016-03-161-1/+1
| | * QRect: fix UB (int overflow) in center()Marc Mutz2016-03-151-1/+1
| | * tst_QRect: drop a test that depends on int overflowMarc Mutz2016-03-151-2/+1
| * | Remove inclusion of -lm for INTEGRITY.Rolland Dudemaine2016-03-181-1/+1
* | | QStringRef: add missing relational operators against QLatin1String/QStringMarc Mutz2016-03-161-6/+0
* | | Add test for API symmetry of QString/Ref, QLatin1String, QCharMarc Mutz2016-03-154-0/+204
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-012-6/+5
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-291-2/+0
| |\|
| | * Remove a mis-placed QSKIP().Edward Welbourne2016-02-261-2/+0
| * | QVector: preserve capacity in clear()Marc Mutz2016-02-291-4/+5
* | | QLatin1String: add at()/op[]/mid()/right()/left()Marc Mutz2016-02-191-0/+30
* | | Blacklist tzTest in openSUSE 42.1Tony Sarajärvi2016-02-171-0/+1
|/ /
* | Introduce QHash::equal_range()Sérgio Martins2016-02-141-0/+108
* | QRect(F): add transposed()Marc Mutz2016-02-131-0/+38
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-0/+2
|\|
| * Cleanup testcase for platforms without QProcess support.Maurice Kalinowski2016-02-091-0/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-021-3/+67
|\|
| * Don't let a good day cause date-time parser to forget a conflict.Edward Welbourne2016-01-291-1/+3
| * Add DST-change test for a date derived via .toLocalTime().Edward Welbourne2016-01-261-0/+24
| * Test .addDays() and .addMonths() are sensible around DST changes.Edward Welbourne2016-01-261-2/+40
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-261-9/+6
|\|
| * Autotest: make tst_QDateTime pass when LC_TIME != en_USThiago Macieira2016-01-221-9/+6
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-264-59/+176
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-214-59/+176
| |\|
| | * Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Jani Heikkinen2016-01-211-2/+4
| | |\
| | | * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+4
| | | |\
| | | | * Fix UB in tst_QSharedPointer::basics()Marc Mutz2016-01-071-2/+4
| | * | | Expand springForward_data() to cover a few more time-zones.Edward Welbourne2016-01-201-3/+35
| | * | | Be fussier about setting tst_QDateTime's globals.Edward Welbourne2016-01-201-14/+63
| | * | | Nomenclature corrections relating to CET.Edward Welbourne2016-01-201-37/+37
| | |/ /
| | * | [Android]: Java uses some deprecated locale codes so account for theseAndy Shaw2016-01-131-1/+2
| | * | Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-121-2/+0