summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-2015-235/+227
* Don't disable Q_REQUIRED_RESULT with Clang and ICCThiago Macieira2017-04-202-2/+2
* Revert "Initialize QLoggingRegistry rules on first use, not qApp construction"Tor Arne Vestbø2017-04-193-2/+4
* Initialize QLoggingRegistry rules on first use, not qApp constructionTor Arne Vestbø2017-04-183-4/+2
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-185-24/+43
|\
| * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-171-1/+4
| * QLocale: do not test for Q_OS_MAC before including qglobal.hGiuseppe D'Angelo2017-04-121-2/+2
| * Improve QStringBuilder docsMarc Mutz2017-04-121-8/+20
| * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-122-13/+17
* | icc: thread_local in macOS is working since 10.7Thiago Macieira2017-04-171-4/+1
* | Update the Clang support for SIMD code generationThiago Macieira2017-04-171-2/+3
* | Update the Clang usual versions for Apple's buildThiago Macieira2017-04-161-1/+5
* | qfloat16: Fix GCC warning about use of old-style castThiago Macieira2017-04-151-0/+1
* | QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-141-5/+12
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-125-8/+14
|\|
| * Don't hide critical infoBogDan Vatra2017-04-111-2/+0
| * QVariant: fix docs regarding QUuidMarc Mutz2017-04-101-3/+5
| * QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-091-2/+4
| * Add more information about how to get a QString from qgetenvJesus Fernandez2017-04-081-0/+4
| * Enable a given SIMD feature if the compiler has enabled itThiago Macieira2017-04-061-1/+1
* | 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