summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* QVector: preserve capacity in clear()Marc Mutz2016-02-293-4/+15
* 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
* | | 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
* | QList: don't lose reserved capacity in op+= with empty LHSMarc Mutz2016-02-061-1/+1
* | Add qstrntod as qstrtod overload, which takes a len parameterTobias Koenig2016-02-032-2/+13
* | Don't use Q_GLOBAL_STATIC for trivial type QLocaleDataSérgio Martins2016-02-031-2/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-023-26/+19
|\|
| * Set correct Section type for QDateTimeParser::lastEdward Welbourne2016-01-291-1/+1
| * Don't let a good day cause date-time parser to forget a conflict.Edward Welbourne2016-01-291-2/+4
| * Refactor one QDateTimeParser::sectionText() via the other.Edward Welbourne2016-01-291-9/+1
| * Make initializers into declare-and-initialize.Edward Welbourne2016-01-291-8/+7
| * Avoid shadowing in QDateTimeParser::findAmPm.Edward Welbourne2016-01-291-3/+3
| * QStringBuilder: fix appending QLatin1String to QByteArrayMarc Mutz2016-01-261-3/+3
* | QRingBuffer: add append(const char *, qint64) functionAlex Trotsenko2016-02-012-0/+15
* | Revert "Correct floordiv() to cope with implementation-defined division."Edward Welbourne2016-01-291-10/+6
* | Integrate QProcess into QIODevice's multistreaming infrastructureAlex Trotsenko2016-01-291-1/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-33/+43
|\|
| * QString: optimize case conversion codeKonstantin Ritt2016-01-211-24/+30
| * Fix some mis-guided fall-throughs #ifdef QT_BOOTSTRAPPED.Edward Welbourne2016-01-211-9/+13
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2016-01-265-60/+86
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-215-60/+86
| |\|
| | * Make some initializers be declarations.Edward Welbourne2016-01-201-10/+10
| | * Avoid shadowing a name (and use the outer variable an extra time)Edward Welbourne2016-01-201-3/+3
| | * Avoid dereferencing before the start of a string.Edward Welbourne2016-01-201-1/+1
| | * Make it clearer what's happening with a fall-through.Edward Welbourne2016-01-201-2/+2
| | * Doc: Fix return type of QWeakPointer assignment operatorsTopi Reinio2016-01-191-3/+3