summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Use qtConfig throughout in qtbaseLars Knoll2016-08-1923-31/+31
* Don't build the tests which require helpers on UIKit platformsJake Petroules2016-08-161-1/+1
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-165-28/+138
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-133-22/+67
| |\
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-121-1/+1
| | * tst_QStringListModel: don't leak memory when tests failMarc Mutz2016-08-121-20/+14
| | * QStringListModel: fix dataChanged's roles parameterMarc Mutz2016-08-122-2/+53
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-102-6/+71
| |\|
| | * tst_QString: unit test for broken toLocal8bit() error-handlingEdward Welbourne2016-08-051-0/+62
| | * Fix tst_QProcess::closeWriteChannel() under WindowsAlex Trotsenko2016-08-051-6/+9
* | | Long live QDeadlineTimerThiago Macieira2016-08-153-0/+631
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLiang Qi2016-08-094-8/+117
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-094-8/+117
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-054-8/+117
| | |\|
| | | * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
| | | * Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+55
| | | * QSortFilterProxyModel: Don't forward the hint from source's layoutChanged signalOlivier Goffart2016-08-011-0/+52
| | | * QUrl: fix resolved() for data URLsDavid Faure2016-07-291-7/+9
* | | | winrt: update testsMaurice Kalinowski2016-08-091-3/+7
|/ / /
* | | winrt: Make test functionalMaurice Kalinowski2016-08-091-1/+13
* | | tests/auto/corelib/codecs: clean upMarc Mutz2016-08-061-7/+8
* | | tst_utf8: use QScopedPointer, not QSharedPointerMarc Mutz2016-08-061-6/+6
* | | tests/auto/corelib/global: clean upMarc Mutz2016-08-062-10/+10
* | | QString: fix regression comparing null QString with null const char *Marc Mutz2016-08-051-0/+14
* | | QJsonValue::toVariant(): Differentiate between null and invalidChristian Kandeler2016-08-051-6/+6
* | | Add std::nullptr_t as builtin type in QMetaTypeJędrzej Nowacki2016-08-031-0/+4
* | | QObject::connect: allow to disable narrowing of the connection argumentsGiuseppe D'Angelo2016-08-021-0/+510
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-015-53/+254
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+22
| |\|
| | * QVector: fix crash on reserve(0)David Faure2016-07-281-0/+22
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-263-0/+141
| |\|
| | * Fix QTemporaryDir to handle Unicode characters on WindowsFriedemann Kleint2016-07-202-0/+82
| | * QtCore: Fix QXmlStreamReader for invalid characters in XML 1.0Luca Bellonda2016-07-171-0/+59
| * | QDataStream: adjust containers' deserialization in transaction modeAlex Trotsenko2016-07-201-53/+91
* | | Q(Basic)Mutex: add try_lock{,_for,_until} for STL compatibilityGiuseppe D'Angelo2016-07-251-241/+762
* | | QRingBuffer: add packet modeAlex Trotsenko2016-07-231-0/+20
* | | QRingBuffer: allow to change the chunk size of the buffer dynamicallyAlex Trotsenko2016-07-231-0/+6
* | | Use QElapsedTimer in tst_qmutexGiuseppe D'Angelo2016-07-222-14/+69
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-196-77/+285
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-154-6/+117
| |\|
| | * QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-2/+40
| | * QPair: add test for pair of referencesMarc Mutz2016-07-111-0/+30
| | * QHashFunctions: test for hash equality of null and empty string typesMarc Mutz2016-07-111-0/+16
| | * QString: adapt chop() auto test as data-driven testAnton Kudryavtsev2016-07-111-18/+19
| | * QString: add auto test for chop()Anton Kudryavtsev2016-07-071-0/+26
| | * Q_(U)INT64_C is not a type, so don't use it as if it wasMarc Mutz2016-07-061-4/+4
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-042-68/+121
| |\|
| | * QUrl: Test that we do correctly accept valid schemesThiago Macieira2016-07-021-67/+95
| | * QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-1/+26
| * | QDataStream: unify deserialization of containersAlex Trotsenko2016-07-011-3/+47