summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | QJsonValue: implement copy-assignment via copy-and-swapGiuseppe D'Angelo2017-04-191-4/+1
* | | QJson*: value semantics cleanupGiuseppe D'Angelo2017-04-198-0/+173
* | | Tidy up QDateTimeParser in assorted petty waysEdward Welbourne2017-04-181-7/+5
* | | QDateTimeParser: simpler return, clearer commentEdward Welbourne2017-04-181-7/+6
* | | QDateTimeParser: simplify switch by exploiting fall-throughEdward Welbourne2017-04-181-6/+4
* | | QStringView: plaster API with Q_REQUIRED_RESULTMarc Mutz2017-04-181-27/+27
* | | QLatin1String: add chopped(), chop(), and truncate()Marc Mutz2017-04-182-4/+51
* | | QStringView: add chopped(), chop(), and truncate()Marc Mutz2017-04-182-4/+48
* | | QByteArray, QString, QStringRef: Add chopped()Marc Mutz2017-04-184-9/+53
* | | QXmlStream: update qxmlstream.g to match qxmlstream_p.h againMarc Mutz2017-04-151-17/+17
* | | QXmlStream: remove more unneeded toString() callsMarc Mutz2017-04-152-14/+14