summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGSMarc Mutz2017-04-202-2/+2
* Use list-initialization moreMarc Mutz2017-04-201-2/+1
* 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
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-2018-255/+289
|\
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-2/+2
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-2011-212/+210
| * Don't disable Q_REQUIRED_RESULT with Clang and ICCThiago Macieira2017-04-202-2/+2
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-183-11/+26
| |\
| | * 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
| * | Update the Clang support for SIMD code generationThiago Macieira2017-04-171-2/+3
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-122-3/+5
| |\|
| | * QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-091-2/+4
| | * Enable a given SIMD feature if the compiler has enabled itThiago Macieira2017-04-061-1/+1
| * | Ask MS runtime to reload the timezone details if they've changedThiago Macieira2017-04-111-1/+2
| * | Doc: Clarify the porting notes from QRegExp to QRegularExpressionFriedemann Kleint2017-04-071-9/+26
* | | Use qToStringViewIgnoringNull() where applicableMarc Mutz2017-04-192-6/+6
* | | QStringView: add internal qToStringViewIgnoringNull()Marc Mutz2017-04-192-0/+21
* | | 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
* | | Array-backed containers: add shrink_to_fit for STL compatibilityGiuseppe D'Angelo2017-04-128-0/+33
* | | QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-122-5/+55
* | | QLocale: add toString(Q(Date|QTime)+, QStringView format) overloadsMarc Mutz2017-04-126-22/+88
* | | QByteArray: add missing inline keywordsMarc Mutz2017-04-111-38/+38
* | | QRegularExpression: streamline some wording in the documentationGiuseppe D'Angelo2017-04-111-19/+30
* | | Make QStringView::storage_type publicMarc Mutz2017-04-101-1/+1
* | | Mark qCompareStrings() functions pureMarc Mutz2017-04-091-4/+4
* | | QVersionNumber: add fromString(QStringView/QLatin1String) overloadsMarc Mutz2017-04-082-8/+49
* | | Add front()/back() to QString, QStringRef, QByteArray and QLatin1StringMarc Mutz2017-04-074-0/+198
* | | Add qConvertTo{Utf8,Latin1,Local8Bit,Ucs4}() and corresponding QStringView me...Marc Mutz2017-04-075-39/+185
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-072-13/+43
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-072-13/+43
| |\| |
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-062-13/+43
| | |\|
| | | * Mark to remove const from function parameters in QtCore public headersThiago Macieira2017-03-311-0/+1
| | | * QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-12/+40
| | | * QCryptographicHash: fix documentation of the supported algorithmsGiuseppe D'Angelo2017-03-311-1/+2
* | | | Optimize comparisons of QChar with QLatin1String, QString, and QStringRefMarc Mutz2017-04-071-3/+3
|/ / /
* | | QString: add QStringView/QLatin1String overload of (non-multi) arg()Marc Mutz2017-04-062-12/+88
* | | QStringView: fix ambiguity between f(QString)/f(QStringView) with QString::nu...Marc Mutz2017-04-061-4/+0
* | | QStringView: use qssize_t as size_typeMarc Mutz2017-04-064-30/+31
* | | Fix some issues with the QStringView docsMarc Mutz2017-04-051-6/+4
* | | Use (new) QStringIterator(QStringView) to avoid castsMarc Mutz2017-04-051-1/+1
* | | QStringBuilder: add support for (non-const) char*Marc Mutz2017-04-041-1/+6