summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | | * Add a write buffer to QLocalSocket/WinJoerg Bornemann2016-03-241-0/+1
| | | * Hide mixed comparisons with QT_RESTRICTED_CAST_FROM_ASCIIhjk2016-03-231-1/+1
| | * | qNonConstOverload(): Fix documentation typo.Friedemann Kleint2016-03-241-1/+1
| | * | Fix some documentation warnings.Friedemann Kleint2016-03-246-9/+8
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-235-209/+6
| | |\|
| | | * Remove QPROCESS_USE_SPAWN and all that it surroundsJames McDonnell2016-03-224-207/+2
| | | * QVersionNumber: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-221-1/+1
| | | * Docs of qSetMessagePattern missing relation to qCDebug and co.M. Moellney2016-03-211-2/+4
| | * | Do not use forkfd for INTEGRITY.Rolland Dudemaine2016-03-221-6/+8
| | * | Do not use timezone at all for Q_OS_INTEGRITY.Rolland Dudemaine2016-03-221-0/+2
* | | | QChar: add missing relational operators against QLatin1String/QStringRefMarc Mutz2016-04-051-0/+39
|/ / /
* | | QtCore: Increase Windows API level to 0x600 (Windows Vista).Friedemann Kleint2016-03-302-4/+10
* | | QIODevice::read(): remove dead codeAlex Trotsenko2016-03-301-16/+2
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-3055-2299/+155
* | | Fix documentation of qLess and qGreaterOlivier Goffart2016-03-291-9/+3
* | | QFlags documentation: The constructors are constexprOlivier Goffart2016-03-291-2/+2
* | | Fix Q_QDOC code for PointerToMemberFunctionOlivier Goffart2016-03-297-7/+19
* | | Mark declaration of QString::compare(QStringRef, Qt::CaseSensitivity) inline.Friedemann Kleint2016-03-241-1/+1
* | | QSysInfo: Fix clang generated documentationOlivier Goffart2016-03-231-1/+1
* | | Fix parsing of documentation for QByteArrayList and QStringListOlivier Goffart2016-03-234-1/+10
* | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyleOlivier Goffart2016-03-233-12/+82
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2269-650/+1175
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-2115-234/+441
| |\|
| | * QTypeInfoQuery: Add public inheritance specifiersGabriel de Dietrich2016-03-171-2/+2
| | * Make QWindowsPipeWriter thread-free.Joerg Bornemann2016-03-174-141/+173
| | * Rework QWindowsPipeReaderJoerg Bornemann2016-03-172-67/+117
| | * Android: Fix compilation with NDK r11BogDan Vatra2016-03-171-0/+5
| | * Introduce separate mapping of QStandardPaths's CLSIDs for Windows CE.Friedemann Kleint2016-03-171-0/+22
| | * Fix link to sched_setscheduler in QThread documentationMitch Curtis2016-03-161-2/+3
| | * WinRT: Fix QTimeZone transitions by switching backendMaurice Kalinowski2016-03-163-5/+105
| | * winrt: process all triggered timers in processEventsOliver Wolff2016-03-161-5/+5
| | * Remove handle duplication code from QWindowsPipeWriterJoerg Bornemann2016-03-151-4/+1
| | * QRect: fix UB (int overflow) in center()Marc Mutz2016-03-151-1/+1
| | * Add argument names to the function signatures in headersOlivier Goffart2016-03-101-8/+8
| * | 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