summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-152-2/+2
| | |\
| | | * Fix QT_DEPRECATED_SINCE usageJędrzej Nowacki2016-02-022-2/+2
| | * | docs: State that QMap::equal_range() returns an open-ended intervalSérgio Martins2016-02-121-1/+1
* | | | QLatin1String: add at()/op[]/mid()/right()/left()Marc Mutz2016-02-192-0/+84
|/ / /
* | | Merge "Merge dev into 5.7" into refs/staging/5.7Oswald Buddenhagen2016-02-174-0/+85
|\ \ \
| * \ \ Merge dev into 5.7Oswald Buddenhagen2016-02-174-0/+85
| |\ \ \
| | * | | Introduce QHash::equal_range()Sérgio Martins2016-02-142-0/+48
| | * | | QRect(F): add transposed()Marc Mutz2016-02-132-0/+37
* | | | | QDate: mark getDate() as const.Anton Kudryavtsev2016-02-172-2/+18
|/ / / /
* / / / QDateTimeParser: de-duplicate calls and cache resultsAnton Kudryavtsev2016-02-161-19/+26
|/ / /
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-115-85/+70
|\| |
| * | QLocale: Use QVariant::toStringList() instead of template instantiationSérgio Martins2016-02-101-1/+1
| * | Doc: correct minor typoGabriel Pannwitz2016-02-051-2/+2
| * | Doc: corrected minor link issuesNico Vertriest2016-02-051-1/+1
| * | Make findAmPm actually return the relevant enum, instead of int.Edward Welbourne2016-02-042-13/+11
| * | Disintermediate QDateTimeParser::SectionNode operations.Edward Welbourne2016-02-022-57/+43
| * | Make interleaving of QDateTimeParser::Section values evident.Edward Welbourne2016-02-021-11/+12
| |/
* | QEasingCurve: add some strategic std::move()Marc Mutz2016-02-081-4/+4