summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | QWheelEvent: Make NoScrollPhase publicGabriel de Dietrich2016-03-212-2/+3
| * | Add GHS pretty print for compiler versionRolland Dudemaine2016-03-181-0/+2
| * | Remove inclusion of -lm for INTEGRITY.Rolland Dudemaine2016-03-181-1/+1
| * | Add GHS toolchain supportRolland Dudemaine2016-03-181-2/+48
| * | Disable some features for INTEGRITYRolland Dudemaine2016-03-171-0/+7
| * | Dedupe QMetaObject::castSean Harmer2016-03-151-8/+1
| * | Add a function to QMetaObject to check for inheritanceSean Harmer2016-03-152-0/+19
| * | QMimeTypeParser: replace a QString::arg() chain with QString::asprintf()Marc Mutz2016-03-151-2/+6
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-1325-106/+163
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-1125-106/+163
| | |\|
| | | * QMimeMagicRule: fix UB (misaligned load) in matchNumber<T>()Marc Mutz2016-03-101-1/+2
| | | * QJsonParser: fix UB (misaligned store) in Parser::parseNumber()Marc Mutz2016-03-101-1/+1
| | | * QObject: fix GCC 6 warning about qt_static_metacall's 'hidden' attribute useMarc Mutz2016-03-091-2/+13
| | | * QString::vasprintf(): Use quintptr when casting pointer for %p.Friedemann Kleint2016-03-091-5/+1
| | | * QString, QJson, QHash: Fix UBs involving unaligned loadsMarc Mutz2016-03-095-6/+65
| | | * Q*Application: fix UB caused by accessing QGuiApplication from QCoreApplicati...Marc Mutz2016-03-093-26/+25
| | | * Ensure QTextStream doesn't modify the Text flag on the underlying iodeviceLars Knoll2016-03-081-9/+10
| | | * Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-073-27/+6
| | | * QtTest: fix UB in QSpontaneKeyEvent::setSpontaneous()Marc Mutz2016-03-071-0/+5
| | | * QNX: Fix logging of QtDebugMsg in slog2 backendKai Koehne2016-03-071-1/+1
| | | * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-03-071-3/+6
| | | * Revert "Don't add qmutex_xxx.cpp to SOURCES, as qmutex.cpp #include's them"Oswald Buddenhagen2016-03-071-19/+15
| | | * Check if WINAPI_FAMILY_PC_APP is defined before using itOliver Wolff2016-03-041-0/+3
| | | * Remove QT_MOC_COMPAT from deprecated QProcess::error signalKai Koehne2016-03-041-1/+1
| | | * QMimeBinaryProvider::loadMimeTypePrivate(): Make name check case insensitive.Friedemann Kleint2016-03-021-2/+1
| | | * Fixed reading REG_SZ without terminating \0 delivers garbageDavid Weisgerber2016-03-021-0/+6
| | | * Doc: Add the missing \l command and the target section titleVenugopal Shivashankar2016-03-011-1/+2
| | | * QJsonPrivate::q_littleendian: mark as primitive/movable, depending on TMarc Mutz2016-03-011-0/+7
| | | * Fix crash in QProcess::waitForFinished on WindowsJoerg Bornemann2016-02-291-2/+4
| * | | QMimeTypeParser: plaster error paths with Q_UNLIKELYMarc Mutz2016-03-132-7/+7
| * | | Fix documentation of QFlags::setFlagOlivier Goffart2016-03-111-1/+1
| * | | QItemSelectionModel: refactoring of internal functionsAnton Kudryavtsev2016-03-111-16/+12
| * | | Optimized implementation of QReadWriteLockOlivier Goffart2016-03-115-192/+401
| * | | QtCore: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-1115-37/+37
| |/ /
| * | CoreLib: replace Java-style iteratorsAnton Kudryavtsev2016-03-092-9/+6
| * | iOS: Disable usage of crc32 intrinsics.Erik Verbruggen2016-03-081-0/+7
| * | ARMv8: fix crc intrinsic usage.Erik Verbruggen2016-03-081-1/+1
| * | Drop hand-rolled ASCII conversion from QAbstractConcatenable::convertFromAscii()Marc Mutz2016-03-041-15/+1
| * | iOS: rely on built-in compiler macros to check for CPU featuresErik Verbruggen2016-03-041-7/+1
| * | QStringBuilder: don't allocate memory in convertFromAscii()Marc Mutz2016-03-033-8/+8
| * | Fix detectProcessorFeatures() fallback path on ARMTor Arne Vestbø2016-03-011-2/+2
* | | Forward declare the Objective C types for the documentation.Olivier Goffart2016-03-185-10/+10
* | | QString: Reorder inline functions.Friedemann Kleint2016-03-171-17/+17
* | | Remove old commentsJędrzej Nowacki2016-03-161-6/+4
* | | QStringRef: add missing relational operators against QLatin1String/QStringMarc Mutz2016-03-161-15/+31
* | | QIODevice: allow zero-copy in read()Alex Trotsenko2016-03-151-2/+13
* | | Remove support for the obsolete -no-zlib configure argLars Knoll2016-03-151-3/+3
* | | QFactoryLoader: Add namefilter for Windows.Friedemann Kleint2016-03-101-1/+5
* | | Optimize QMetaObject::activate.Milian Wolff2016-03-031-19/+30
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-0111-13/+29
|\| |