summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QSysInfo: Bring back suppression of ICC warning #1478Thiago Macieira2017-04-121-0/+1
* QProcess: fix Unix buildJake Petroules2017-04-111-0/+4
* Ask MS runtime to reload the timezone details if they've changedThiago Macieira2017-04-111-1/+2
* Optimize QLoggingSettingsParserMarc Mutz2017-04-102-39/+51
* Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-071-19/+2
* QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-073-0/+24
* Doc: Clarify the porting notes from QRegExp to QRegularExpressionFriedemann Kleint2017-04-071-9/+26
* 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
* | 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
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-274-6/+10
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-274-6/+10
| |\|
| | * json encoder: Harmonize number serialization with ES6Marius Kittler2017-03-251-3/+6
| | * QVarLengthArray: fix compilation with GCC 7Marc Mutz2017-03-251-0/+1
| | * Fix some warnings found by QNX's compilerThiago Macieira2017-03-251-1/+1
| | * Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-2/+2
* | | Add documentation for TabletTrackingChange enum valueShawn Rutledge2017-03-271-0/+1
|/ /
* | Increase the maximum recursive template depth on INTEGRITYKimmo Ollila2017-03-251-0/+3
* | QDir: replace QLVA<QChar> with QVLA<ushort>Marc Mutz2017-03-251-23/+24
* | QStorageInfo: Fix warning about unused variableThiago Macieira2017-03-231-0/+2
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-2112-118/+133
|\|
| * QMetaType & QVariant: "load" and "save" std::nullptr_tThiago Macieira2017-03-201-2/+4
| * QUrl::fromUserInput: fix handling of files with a ':' in the nameDavid Faure2017-03-201-4/+7
| * QChar: fix ambiguous comparisons with 0, '\0', ... for goodMarc Mutz2017-03-171-11/+15
| * Work around Linux libc overflow in mmap64Thiago Macieira2017-03-171-1/+14
| * Protect better against timer ID replacementThiago Macieira2017-03-171-5/+10
| * QChar: fix docs of (uchar) ctorMarc Mutz2017-03-161-2/+2
| * Fix QStandardPaths values on Apple Platforms containing URL encodingJake Petroules2017-03-111-2/+3
| * QLockFile: Don't deadlock if the lock file has a mtime in the futureOlivier Goffart2017-03-103-2/+5
| * QAtomic: pass explicit failure memory order to std::atomic::compare_exchange_...Marc Mutz2017-03-101-4/+4