summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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
* | | Forward declare the Objective C types for the documentation.Olivier Goffart2016-03-183-6/+6
* | | QString: Reorder inline functions.Friedemann Kleint2016-03-171-17/+17
* | | QStringRef: add missing relational operators against QLatin1String/QStringMarc Mutz2016-03-161-15/+31
* | | Remove support for the obsolete -no-zlib configure argLars Knoll2016-03-151-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-03-013-4/+15
|\| |
| * | QVector: preserve capacity in clear()Marc Mutz2016-02-293-4/+15
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-02-256-6/+5
|\| |
| * | QtCore: replace QStringLiteral with QLatin1String when appendingMarc Mutz2016-02-252-2/+2
| * | QRingBuffer::read(): remove unneeded byte array allocationAlex Trotsenko2016-02-241-1/+0
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-02-183-3/+3
| |\|