summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QIODevice: add CHECK_MAXBYTEARRAYSIZE macroAlex Trotsenko2016-10-011-10/+10
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-231-0/+1
|\
| * Fix bootstrap applications crashing when QT_MESSAGE_PATTERN contains %{backtr...Olivier Goffart2016-09-211-0/+1
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-215-3/+125
|\|
| * Doc: add macOS example of QAbstractNativeEventFilter implementationSamuel Gaist2016-09-204-2/+124
| * QAbstractProxyModel: fix sentence structure in apidocFrederik Schwarzer2016-09-191-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-09-173-24/+32
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-163-24/+32
| |\|
| | * Q(Date|Time)+::(to|from)String(): mention relevant QLocale methodsEdward Welbourne2016-09-161-12/+19
| | * Fix the GCC version supporting -Wsuggest-overrideLoïc Molinari2016-09-161-1/+1
| | * Suppress ICC warning #111 about unreachable code in toWCharArrayThiago Macieira2016-09-151-0/+1
| | * QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-11/+11
* | | Disable forcing of -fomit-frame-pointer with ICCThiago Macieira2016-09-161-1/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-052-4/+7
|\|
| * qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015Marc Mutz2016-09-031-1/+3
| * qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+4
* | Revert "Doc: removed reference to non-existing method"Nico Vertriest2016-08-261-2/+4
* | QtJson: simplify/add missing relational operators involving Latin1StringMarc Mutz2016-08-261-18/+32
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-08-254-37/+12
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-254-37/+12
| |\|
| | * QMimeType: use default locale rather than system localeDavid Faure2016-08-242-4/+4
| | * QMutex: Make freelist() return a real global staticRaphael Kubo da Costa2016-08-231-25/+2
| | * Fix problem with exception reporting in QFuture::waitForResult()Christian Strømme2016-08-231-6/+5
| | * Revert "QLocale: Actually get the language script for the system locale"Orgad Shaneh2016-08-231-3/+2
* | | QLocale: Fix wrong assertUlf Hermann2016-08-251-1/+1
|/ /
* | Doc: Remove references to Windows CE in Qt CoreVenugopal Shivashankar2016-08-239-77/+40
* | Bypass a bug in gcc 4.7 for QAtomicTraits::isLockFree()Alexander Volkov2016-08-231-13/+13
* | Doc: Remove references to Windows CE in Qt SQL and Qt NamespaceVenugopal Shivashankar2016-08-231-8/+3
* | Doc: removed reference to non-existing methodNico Vertriest2016-08-221-4/+2
* | QtJson: mark String/Latin1String ctors explicitMarc Mutz2016-08-221-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-183-13/+17
|\|
| * QJsonValue: use Q_NULLPTR instead of 0 in ctorDyami Caliri2016-08-171-1/+1
| * Fix documentation of the Windows parts of QSettings::setPath()Friedemann Kleint2016-08-161-10/+14
| * QLinkedList: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-08-161-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-1325-117/+126
|\|
| * Fix typo (word repetition) in documentationFrederik Schwarzer2016-08-121-1/+1
| * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1221-111/+111
| * QStringListModel: fix dataChanged's roles parameterMarc Mutz2016-08-121-1/+7
| * QCommandLineParser: call qCoreApp post routines before ::exit()David Faure2016-08-121-0/+5
| * QDateTimeParser::getAmPmText() use QLocale instead of tr()Edward Welbourne2016-08-111-5/+3
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-102-8/+2
|\|
| * QMap: remove statement about STL support during Qt's own configurationGiuseppe D'Angelo2016-08-071-6/+0
| * Fix permissions on lock files on UnixSimon Hausmann2016-08-051-2/+2
* | Fix qnumeric_p.h with ICC's supplied math.hThiago Macieira2016-08-101-3/+5
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-057-20/+23
|\|
| * QUrl::resolved: keep treating file:name.txt as relative for nowDavid Faure2016-08-041-1/+2
| * QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
| * QStringListModel: begin/endResetModel() are no signalsMarc Mutz2016-08-031-2/+2
| * Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+2
| * QTzTimeZonePrivate: skip redundant check, tidy upEdward Welbourne2016-08-021-11/+10