summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some issues with the QStringView docsMarc Mutz2017-04-051-6/+4
* Use (new) QStringIterator(QStringView) to avoid castsMarc Mutz2017-04-051-1/+1
* Mark some more functions with Q_DECL_CONST_FUNCTIONGiuseppe D'Angelo2017-04-054-39/+39
* 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-0415-98/+104
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-0415-98/+104
| |\
| | * QStringBuilder: simplify QConcatenable<char[N]>Marc Mutz2017-03-311-18/+4
| | * Prefer rvalue versions of toLatin() and toUtf8()Anton Kudryavtsev2017-03-306-16/+11
| | * Use QStringBuilder moreAnton Kudryavtsev2017-03-301-2/+1
| | * Use case-insensitive compare moreAnton Kudryavtsev2017-03-291-1/+1
| | * Core: Replace LGPL21 with LGPL license headerKai Koehne2017-03-284-53/+77
| | * Prefer rvalue versions of toLower() and toUpper()Anton Kudryavtsev2017-03-282-4/+4
| | * QMimeGlobPattern: init all members only onceAnton Kudryavtsev2017-03-281-4/+2
| | * Fix crash when QUrl::from{NS/CF}URL() was passed a nullptrTor Arne Vestbø2017-03-271-0/+4
* | | 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-033-12/+11
* | Add QMetaObject::invokeMethod() overloads for function pointersBenjamin Terrier2017-04-024-80/+264
* | Fix up QAppleRefCounted APIJake Petroules2017-04-012-22/+19
* | Add QAppleRefCounted template as the base of QCFTypeJake Petroules2017-04-011-19/+25
* | QProcess::startDetached: support nativeArguments on WindowsJoerg Bornemann2017-04-011-10/+16
* | Simplify QFSFileEngine code: QFile does not require bufferingThiago Macieira2017-03-313-96/+17
* | QProcess::startDetached: support custom process environmentJoerg Bornemann2017-03-312-2/+23
* | Simplify Unix implementation of QProcess::start{Process|Detached}Joerg Bornemann2017-03-312-65/+28
* | Add non-static QProcess::startDetachedJoerg Bornemann2017-03-315-21/+62
* | QStringView: add mid(), left(), right()Marc Mutz2017-03-312-0/+55
* | Port QResourceRoot::mappingRootSubdir() to QStringSplitterMarc Mutz2017-03-301-16/+16
* | Optimize qIsEffectiveTLD()Marc Mutz2017-03-301-19/+23
* | Allow to chain qt_hash() callsMarc Mutz2017-03-302-12/+10
* | QResource: use QStringViewMarc Mutz2017-03-301-10/+8
* | 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
* | Document M_PI and friends in <QtMath>Edward Welbourne2017-03-292-1/+20
* | QLocale: add QStringView overload of number parsing functionsMarc Mutz2017-03-293-0/+198
* | QStringView: improve manual overload managementMarc Mutz2017-03-291-17/+10
* | QtGlobal: add qssize_tMarc Mutz2017-03-292-0/+16
* | Long live qCompareStrings()!Marc Mutz2017-03-293-10/+127
* | 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