summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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