summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* [doc] QElapsedTimer: mention more clearly which functions cause undefined beh...Marc Mutz2016-04-111-8/+14
* wince: Fix intrinsics for X86 platforms when SSE2 is enabledAndreas Holzammer2016-04-111-1/+7
* Fix crash when using QLockFile in a global destructorDavid Faure2016-04-101-0/+2
* Fix parsing of IPv4 addresses with certain symbolsAlexander Grishkov2016-04-081-0/+3
* QDateTimeParser: new Section mask values simplify code.Edward Welbourne2016-04-082-10/+20
* QDateTimeParser: mediate QLocale's meddling via a setter.Edward Welbourne2016-04-082-3/+4
* QDateTimeParser::parse(): improve readabilityEdward Welbourne2016-04-081-8/+3
* Doc: Make the replacement functions for obsoleted functions explicitAndy Shaw2016-04-071-3/+7
* QStringRef: fix some QStringRef <> const char * relational operatorsMarc Mutz2016-04-061-6/+6
* Remove empty first lines of files.Friedemann Kleint2016-04-061-1/+0
* Explain QTimeZonePrivate::isValidId a bit more carefully.Edward Welbourne2016-04-061-17/+40
* Qt Meta macros: Allow tools to define annotationsOlivier Goffart2016-04-062-25/+50
* QDateTimeParser: Avoid repetition in sectionMaxSizeEdward Welbourne2016-04-051-5/+6
* QDir: use QString::splitRef on all platformsAnton Kudryavtsev2016-04-051-6/+2
* Fix UB (shift of negative number) in qHash(QModelIndex)Marc Mutz2016-04-051-1/+1
* QVariant: Fix flags for type-erased associative iterator keyStephen Kelly2016-04-031-1/+1
* Enable cmake auto tests for -no-guiKai Pastor2016-03-301-0/+3
* Fix debug message to match the method's nameLorenz Haas2016-03-251-1/+1
* Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-20/+49
* 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
* 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
* 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
* 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