summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | Extend the check for null and empty QString hashing to QString{Ref,View}Marc Mutz2017-04-061-0/+8
* | | QString: add QStringView/QLatin1String overload of (non-multi) arg()Marc Mutz2017-04-061-6/+6
* | | QTextCodec: add QStringView overloadsMarc Mutz2017-04-061-3/+4
* | | QStringView: use qssize_t as size_typeMarc Mutz2017-04-061-2/+2
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-043-0/+9
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-043-0/+9
| |\| |
| | * | Blacklist a QSequentialAnimationGroup autotestTony Sarajärvi2017-03-301-0/+1
| | * | Fix largefile tests on ARM and QEMU targetsSami Nurmenniemi2017-03-282-0/+8
* | | | QRegularExpressionMatch: add QStringView-related functionsGiuseppe D'Angelo2017-04-041-0/+3
|/ / /
* | | QStringView: add an array ctorMarc Mutz2017-04-041-0/+41
* | | QStringIterator: port to QStringViewMarc Mutz2017-04-031-6/+6
* | | Add QMetaObject::invokeMethod() overloads for function pointersBenjamin Terrier2017-04-021-3/+173
* | | QProcess::startDetached: support custom process environmentJoerg Bornemann2017-03-312-9/+19
* | | QStringView: add mid(), left(), right()Marc Mutz2017-03-311-0/+6
* | | QStringView: add tests for relational operatorsMarc Mutz2017-03-312-53/+49
* | | QStringView: improve manual overload managementMarc Mutz2017-03-291-0/+17
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2817-73/+168
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-278-51/+78
| |\|
| | * json encoder: Harmonize number serialization with ES6Marius Kittler2017-03-251-0/+29
| | * Build examples and tests only if their requirements are metUlf Hermann2017-03-225-7/+22
| | * Mark some methods in test code as overridesEdward Welbourne2017-03-221-3/+3
| | * Autotest: make tst_QDir more reliable on tests being run out of orderThiago Macieira2017-03-221-41/+24
| * | tst_QArrayData: fix unused variable warning in reallocate()Marc Mutz2017-03-221-1/+0
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-216-26/+84
| |\|
| | * tst_qurl: skip test with ':' in filename, on WindowsDavid Faure2017-03-211-1/+5
| | * QMetaType & QVariant: "load" and "save" std::nullptr_tThiago Macieira2017-03-201-3/+8
| | * Blacklist tst_QPauseAnimation::multipleSequentialGroups on all macOSTony Sarajärvi2017-03-201-0/+2
| | * QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-1/+1
| | * QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-21/+40
| | * tst_QMimeDatabase: increase update-mime-database timeout to 4minsMarc Mutz2017-03-171-1/+1
| | * QLockFile: Don't deadlock if the lock file has a mtime in the futureOlivier Goffart2017-03-101-0/+28
| * | QMap, QHash: make key_iterator satisfy the DefaultConstructible conceptAnton Kudryavtsev2017-03-202-0/+8
* | | Port QLocalePrivate::*ToCode() to QLatin1StringMarc Mutz2017-03-261-2/+2
* | | QDebug: add op<<(QStringView)Marc Mutz2017-03-241-0/+41
* | | Long live QStringView!Marc Mutz2017-03-244-0/+454
* | | QSFPM optimization in dataChanged: don't re-sort if the order didn't changeDavid Faure2017-03-231-3/+136
* | | tst_QTimeZone: fix #if-ery to use Q_OS_DARWINEdward Welbourne2017-03-221-4/+4
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-03-2031-237/+432
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-2031-237/+432
| |\| |
| | * | Blacklist also tst_QSemaphore::tryAcquireWithTimeout(2s)Marc Mutz2017-03-171-0/+2
| | * | Make QFile::open fail when using an invalid file nameJesus Fernandez2017-03-171-0/+1
| | * | tst_QObject: Test if the new connect style works with multiple inheritanceOlivier Goffart2017-03-141-0/+108
| | * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-1329-234/+286
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-1329-234/+286
| | | |\|
| | | | * Stop trying to discover the system timer resolution on WindowsThiago Macieira2017-03-081-51/+10
| | | | * Fix UB in QFutureInterface: invalid casts from ResultStoreBase to ResultStore<>Olivier Goffart2017-03-062-80/+89
| | | | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-065-6/+8
| | | | * tst_QVersionNumber: fix Clang warning about superfluous moveMarc Mutz2017-03-061-1/+1
| | | | * Make QLocale consistent about special handling of the C localeEdward Welbourne2017-03-061-0/+10
| | | | * tst_utf8: Fix one of the overlong sequences to be what we meantThiago Macieira2017-03-011-2/+2