summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | QLatin1String: fix qt_compare_strings(QLatin1String, QLatin1String) for null ...Marc Mutz2017-04-261-0/+2
* | QThread: terminate on exceptions leaving run()Giuseppe D'Angelo2017-04-263-58/+101
* | Disentangle string-related headersMarc Mutz2017-04-256-104/+222
* | QThread: fix headersclean with C++17Marc Mutz2017-04-251-2/+2
* | Add support for scoped enums to QMetaObjectBuilderMichael Brasser2017-04-242-3/+36
* | QtBase: use new QStaticByteArrayMatcher where applicableMarc Mutz2017-04-241-2/+5
* | QThread: add static create functionGiuseppe D'Angelo2017-04-242-0/+165
* | Fix casts and null pointer style in QProcessPrivate::startProcessJoerg Bornemann2017-04-231-4/+5
* | Support setCreateProcessArgumentsModifier in QProcess:startDetachedJoerg Bornemann2017-04-232-10/+20
* | Docs: Fix some warningsFriedemann Kleint2017-04-214-5/+6
* | Centralize the check that the floating point implementation follows IEEE754Giuseppe D'Angelo2017-04-212-18/+27
* | QStringView: mark as primitive typeMarc Mutz2017-04-211-1/+1
* | Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGSMarc Mutz2017-04-202-2/+2
* | Use list-initialization moreMarc Mutz2017-04-202-4/+2
* | QDateTime: replace home-grown version of qToStringViewIgnoringNull with the r...Marc Mutz2017-04-201-10/+3
* | QStringView: fix position of Q_REQUIRED_RESULT macrosMarc Mutz2017-04-201-32/+32
* | QUuid: add fromString(QStringView/QLatin1String)Marc Mutz2017-04-202-62/+96
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2036-364/+438
|\|
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-203-4/+9
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-2015-235/+227
| * Don't disable Q_REQUIRED_RESULT with Clang and ICCThiago Macieira2017-04-202-2/+2
| * Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-193-2/+4
| * Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-183-4/+2
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-185-24/+43
| |\
| | * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-171-1/+4
| | * QLocale: do not test for Q_OS_MAC before including qglobal.hGiuseppe D'Angelo2017-04-121-2/+2
| | * Improve QStringBuilder docsMarc Mutz2017-04-121-8/+20
| | * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-122-13/+17
| * | icc: thread_local in macOS is working since 10.7Thiago Macieira2017-04-171-4/+1
| * | Update the Clang support for SIMD code generationThiago Macieira2017-04-171-2/+3
| * | Update the Clang usual versions for Apple's buildThiago Macieira2017-04-161-1/+5
| * | qfloat16: Fix GCC warning about use of old-style castThiago Macieira2017-04-151-0/+1
| * | QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-141-5/+12
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-125-8/+14
| |\|
| | * Don't hide critical infoBogDan Vatra2017-04-111-2/+0
| | * QVariant: fix docs regarding QUuidMarc Mutz2017-04-101-3/+5
| | * QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-091-2/+4
| | * Add more information about how to get a QString from qgetenvJesus Fernandez2017-04-081-0/+4
| | * Enable a given SIMD feature if the compiler has enabled itThiago Macieira2017-04-061-1/+1
| * | QSysInfo: Bring back suppression of ICC warning #1478Thiago Macieira2017-04-121-0/+1
| * | QProcess: fix Unix buildJake Petroules2017-04-111-0/+4
| * | Ask MS runtime to reload the timezone details if they've changedThiago Macieira2017-04-111-1/+2
| * | Optimize QLoggingSettingsParserMarc Mutz2017-04-102-39/+51
| * | Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-19/+2
| * | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-073-0/+24
| * | Doc: Clarify the porting notes from QRegExp to QRegularExpressionFriedemann Kleint2017-04-071-9/+26
* | | QXmlStream: optimize PrivateTagStack::addToStringStorage()Marc Mutz2017-04-193-18/+14
* | | Use qToStringViewIgnoringNull() where applicableMarc Mutz2017-04-192-6/+6
* | | QStringView: add internal qToStringViewIgnoringNull()Marc Mutz2017-04-192-0/+21
* | | QUuid: de-duplicate uuid → string formattingMarc Mutz2017-04-191-28/+31