summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-083-8/+57
* 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-0713-42/+84
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0713-42/+84
| |\
| | * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-067-23/+58
| | |\
| | | * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-041-0/+1
| | | * Fix qReallocAligned for reallocation when alignment > 2*sizeof(void*)Thiago Macieira2017-04-041-3/+8
| | | * Use fallthrough attributes only in C++ modeGiuseppe D'Angelo2017-04-031-5/+4
| | | * Mark to remove const from function parameters in QtCore public headersThiago Macieira2017-03-313-2/+3
| | | * 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
| | * | Fix detection of F16C for the Intel compiler (again) and Visual StudioThiago Macieira2017-04-061-2/+2
| | * | f16c: Use the packed intrinsics instead of scalar onesThiago Macieira2017-04-061-2/+6
| | * | QSysInfo: update the ICC warning that needs to be suppressedThiago Macieira2017-04-061-14/+9
| | * | Consider ENXIO (No such device or address) reason to check isatty()Tor Arne Vestbø2017-04-051-1/+1
| | * | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
| | * | Fix warnings for -no-feature-settingsStephan Binner2017-04-041-0/+2
| | * | Fix build without features.qeventtransitionTasuku Suzuki2017-04-041-0/+2
| | * | qfloat16: suppress warning caused by Clang macro we usedThiago Macieira2017-04-021-0/+3
* | | | Optimize comparisons of QChar with QLatin1String, QString, and QStringRefMarc Mutz2017-04-071-3/+3
|/ / /
* | | Port internal class QXmlUtils to QStringViewMarc Mutz2017-04-064-28/+23
* | | QString: add QStringView/QLatin1String overload of (non-multi) arg()Marc Mutz2017-04-064-16/+103
* | | QText{En,De}coder: mark ctors explicitMarc Mutz2017-04-061-2/+2
* | | QTextCodec: add QStringView overloadsMarc Mutz2017-04-062-0/+51
* | | 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
* | | doc: Prevent overwrite of qbytearray.htmlMartin Smith2017-04-051-0/+2