summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-046-32/+15
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-046-32/+15
| |\| |
| | * | QStringBuilder: simplify QConcatenable<char[N]>Marc Mutz2017-03-311-18/+4
| | * | Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-304-11/+8
| | * | Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-281-3/+3
* | | | QRegularExpressionMatch: add QStringView-related functionsGiuseppe D'Angelo2017-04-042-12/+144
|/ / /
* | | QStringView: add an array ctorMarc Mutz2017-04-042-9/+74
* | | QStringIterator: port to QStringViewMarc Mutz2017-04-032-9/+9
* | | QStringView: add mid(), left(), right()Marc Mutz2017-03-312-0/+55
* | | Allow to chain qt_hash() callsMarc Mutz2017-03-302-12/+10
* | | Add qHash(QStringView)Marc Mutz2017-03-302-1/+18
* | | Replace internal qt_hash(QString(Ref)) functions with one taking QStringViewMarc Mutz2017-03-302-15/+4
* | | QStringView: add some relational operatorsMarc Mutz2017-03-301-0/+38
* | | QLocale: add QStringView overload of number parsing functionsMarc Mutz2017-03-292-0/+181
* | | QStringView: improve manual overload managementMarc Mutz2017-03-291-17/+10
* | | Long live qCompareStrings()!Marc Mutz2017-03-292-10/+121
* | | QLocalePrivate: port number parsing to QStringViewMarc Mutz2017-03-293-45/+41
* | | QDateTimeParser: rename some confusingly-named variablesEdward Welbourne2017-03-282-34/+36
* | | QDateTimeParser: tidy up reading of numeric parts of a dateEdward Welbourne2017-03-281-9/+7
* | | QStringView: document utf16() and why it's the way it isMarc Mutz2017-03-281-2/+20
* | | QString: clean up internal string comparison functionsMarc Mutz2017-03-281-123/+102