summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * Blacklist tst_qsemaphore on macOS 10.12Tony Sarajärvi2017-04-241-0/+1
| * Fix QMetaMethod::invoke and automatic type registrationOlivier Goffart2017-04-221-0/+29
| * QLoggingRegistry: remove rules vectorMarc Mutz2017-04-211-15/+11
* | Implement key-value iteratorSamuel Gaist2017-05-052-0/+109
* | Enable c++17 in the QStringApiSymmetry testMarc Mutz2017-05-051-0/+1
* | tst_qscopedpointer: Actually test what test name says it should testTor Arne Vestbø2017-05-031-1/+1
* | tst_QStringApiSymmetry: add checks for trimmed()Marc Mutz2017-05-031-0/+68
* | tst_qstringapisymmetry: also check potential rvalue overloads of transformationsMarc Mutz2017-05-031-14/+59
* | Add a few std::move in functions accepting slotsOlivier Goffart2017-04-291-2/+9
* | Support move-only function objects in QObject::connectOlivier Goffart2017-04-291-0/+42
* | QLatin1String: add startsWith()/endsWith()Marc Mutz2017-04-281-1/+23
* | QStringView: add startsWith(), endsWith()Marc Mutz2017-04-281-1/+23
* | QString/Ref: add startsWith/endsWith(QStringView) overloadsMarc Mutz2017-04-281-1/+9
* | QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-272-0/+8
* | QStringRef: fix trimmed() returning null strings on empty inputMarc Mutz2017-04-271-1/+3
* | tst_qstringapisymmetry: merge truncate() test into left() testMarc Mutz2017-04-271-44/+24
* | QHash: make it so a zero seed selects a constant algorithmThiago Macieira2017-04-261-4/+4
* | tst_qstringviewapisysmmetry: add a check for startsWith()/endsWith()Marc Mutz2017-04-261-0/+235
* | QLatin1String: fix qt_compare_strings(QLatin1String, QLatin1String) for null ...Marc Mutz2017-04-261-0/+40
* | QtTest: add support for printing QStringViewsMarc Mutz2017-04-241-6/+8
* | Add support for scoped enums to QMetaObjectBuilderMichael Brasser2017-04-241-0/+10
* | QThread: add static create functionGiuseppe D'Angelo2017-04-242-0/+261
* | Support setCreateProcessArgumentsModifier in QProcess:startDetachedJoerg Bornemann2017-04-231-0/+8
* | Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGSMarc Mutz2017-04-202-5/+5
* | QUuid: add fromString(QStringView/QLatin1String)Marc Mutz2017-04-202-12/+56
* | QVariant: fix the testGiuseppe D'Angelo2017-04-201-15/+14
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2019-54/+244
|\|
| * QMetaType: fix the testGiuseppe D'Angelo2017-04-201-2/+2
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-2/+2
| * Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-191-16/+2
| * Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-181-2/+16
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1811-1/+67
| |\
| | * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-171-0/+50
| | * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-1210-1/+17
| * | QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-142-1/+17
| * | tst_qhashfunctions: Test non-zero seeds tooThiago Macieira2017-04-111-44/+70
| * | Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-0/+52
| * | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-071-0/+28
| * | tst_qmessagehandler: fix qMessagePattern for armSami Nurmenniemi2017-04-071-2/+4
* | | QLatin1String: add chopped(), chop(), and truncate()Marc Mutz2017-04-181-0/+4
* | | QStringView: add chopped(), chop(), and truncate()Marc Mutz2017-04-181-0/+4
* | | QByteArray, QString, QStringRef: Add chopped()Marc Mutz2017-04-181-0/+8
* | | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-121-1/+1
* | | QLocale: add toString(Q(Date|QTime)+, QStringView format) overloadsMarc Mutz2017-04-121-0/+6
* | | QVersionNumber: add fromString(QStringView/QLatin1String) overloadsMarc Mutz2017-04-081-0/+8
* | | Add front()/back() to QString, QStringRef, QByteArray and QLatin1StringMarc Mutz2017-04-071-0/+16
* | | Add qConvertTo{Utf8,Latin1,Local8Bit,Ucs4}() and corresponding QStringView me...Marc Mutz2017-04-071-0/+9
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-078-156/+191
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-078-156/+191
| |\| |
| | * | Fix tst_Collections for gcc/armSami Nurmenniemi2017-04-071-15/+27