summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Remove dynamic loading of functions that are present in Windows Vista onwards.Friedemann Kleint2016-04-192-46/+23
* Add support for initializing QSharedPointer from nullptrThiago Macieira2016-04-193-9/+32
* Change the way we handle features that have sub-featuresLars Knoll2016-04-151-5/+3
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-1110-5374/+5853
|\
| * QDateTime: don't allocate memory in fromOffsetString()Anton Kudryavtsev2016-04-091-9/+12
| * QDateTime: add some constAnton Kudryavtsev2016-04-092-2/+2
| * toCurrencyString() - Add missing documentationDan Cape2016-04-081-1/+7
| * Re-generate QLocale data from CLDR v29Konstantin Ritt2016-04-084-5315/+5697
| * QStringRef: add missing {c,}r{begin,end}()Marc Mutz2016-04-072-18/+83
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-074-29/+52
| |\
| | * 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
| | * QDateTimeParser: Avoid repetition in sectionMaxSizeEdward Welbourne2016-04-051-5/+6
* | | QChar: optimize comparison with QString{,Ref}Marc Mutz2016-04-052-0/+40
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devLaszlo Agocs2016-04-0515-900/+910
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-04-0515-900/+910
| |\| |
| | * | QTimeZonePrivate: avoid unnecessary allocationsAnton Kudryavtsev2016-03-312-2/+2
| | * | QLocalePrivate: add overloaded codeToScript() and codeToLanguage()Anton Kudryavtsev2016-03-312-10/+12
| | * | QLocalePrivate: overload codeToCountry() for QStringRef and QChar arrayAnton Kudryavtsev2016-03-312-3/+4
| | * | Remove the traces of the discontinued android-no-sdk platformEirik Aavitsland2016-03-301-1/+1
| | * | Re-generate TZ data from CLDR v29Konstantin Ritt2016-03-301-848/+853
| | * | Unify license header usage.Jani Heikkinen2016-03-297-35/+35
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Simon Hausmann2016-03-241-1/+1
| | |\|
| | | * Hide mixed comparisons with QT_RESTRICTED_CAST_FROM_ASCIIhjk2016-03-231-1/+1
| | | * QVersionNumber: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-221-1/+1
| | * | 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: Remove Windows CE.Friedemann Kleint2016-03-309-167/+21
* | | Fix documentation of qLess and qGreaterOlivier Goffart2016-03-291-9/+3
* | | Fix Q_QDOC code for PointerToMemberFunctionOlivier Goffart2016-03-291-0/+1
* | | Mark declaration of QString::compare(QStringRef, Qt::CaseSensitivity) inline.Friedemann Kleint2016-03-241-1/+1
* | | Fix parsing of documentation for QByteArrayList and QStringListOlivier Goffart2016-03-233-1/+8
* | | Add QCommandLineOption::Flags containing HiddenFromHelp and ShortOptionStyleOlivier Goffart2016-03-233-12/+82
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-2214-56/+187
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-214-6/+106
| |\|
| | * WinRT: Fix QTimeZone transitions by switching backendMaurice Kalinowski2016-03-163-5/+105
| | * QRect: fix UB (int overflow) in center()Marc Mutz2016-03-151-1/+1
| * | Remove inclusion of -lm for INTEGRITY.Rolland Dudemaine2016-03-181-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-03-134-10/+54
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-114-10/+54
| | |\|
| | | * 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-094-5/+64
| * | | QtCore: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-114-6/+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