summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* ARMv8: Update qHash for strings to use the CRC32 instructionErik Verbruggen2016-01-131-0/+49
* ARMv8: add crc32 feature detection.Erik Verbruggen2016-01-132-7/+63
* Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-131-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-1/+1
| |\
| | * QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-1/+1
* | | Add ability to specify precision of float/double currency stringsDan Cape2016-01-132-4/+23
* | | Allow to use QRingBuffer in containersAlex Trotsenko2016-01-121-1/+1
* | | Mark QLocale as sharedMarc Mutz2016-01-122-2/+14
|/ /
* | QSize: use qSwap in transpose()Anton Kudryavtsev2016-01-121-6/+2
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-082-16/+13
|\|
| * QString: prevent resize() from shedding capacityMarc Mutz2016-01-061-14/+5
| * Winrt: Show message when command line processing fails/usage should be shownOliver Wolff2016-01-051-2/+8
* | QLocale: Accept trailing junk in qstrtod()Ulf Hermann2016-01-052-8/+18
* | [docs] Gently steer people away from QPairMarc Mutz2016-01-051-0/+12
* | QtCore: eradicate all Q_FOREACH loops [tools]Marc Mutz2016-01-046-25/+24
* | QTimeZone: replace a Q_FOREACH loop with QList::op+=Marc Mutz2015-12-311-2/+1
* | Add qHash(std::pair)Marc Mutz2015-12-302-0/+26
* | Optimize string building in QCommandLineParserPrivate::helpText()Marc Mutz2015-12-291-20/+22
* | QTimeZone: don't iterate over QHash::keys()Marc Mutz2015-12-291-3/+3
* | QString: add resize(int, QChar)Marc Mutz2015-12-282-3/+21
* | Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-191-4/+4
* | QHash/QSet: add erase(const_iterator)Marc Mutz2015-12-194-14/+43
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-184-9/+29
|\|
| * Clarify what time-zone "transitions" are.Edward Welbourne2015-12-091-0/+5
| * Doc: Circumvented qdoc parsing by removing '!'Nico Vertriest2015-12-091-1/+1
| * QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-082-7/+22
| * Fix constructing a QSharedPointer<const> of a QEnableSharedFromThis typeThiago Macieira2015-12-081-1/+1
* | QString: mark relational operators (and compare()) nothrowMarc Mutz2015-12-132-62/+63
* | QChar: mark remaining relational operators nothrowMarc Mutz2015-12-131-4/+4
* | Don't allocate memory when creating an invalid QDateTimeSérgio Martins2015-12-101-1/+3
* | QString::vasprintf: Extract Method parse_length_modifierMarc Mutz2015-12-081-47/+27
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-082-2/+9
|\|
| * Don't treat "/etc/localtime" in TZ env var as a valid timezone idMartin Klapetek2015-12-071-0/+7
| * Doc: corrected statement about QByteArray::clearNico Vertriest2015-12-031-2/+2
* | qCount{Leading,Trailing}ZeroBits: Use __builtin_clzs for 16-bitThiago Macieira2015-12-051-0/+8
* | QEasingCurve: mark nothrow move constructible/assignable and nothrow swappableMarc Mutz2015-12-041-3/+3
* | Use intrinsics for GHS toolchain for CPU feature detection.Rolland Dudemaine2015-12-041-1/+26
* | Add an else clause that clears the return value.Rolland Dudemaine2015-12-041-1/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-024-5/+7
|\|
| * Doc: improvement in if condition about inserting item in listNico Vertriest2015-11-301-2/+2
| * Document platform limitations for QCollator::ignorePunctuationLars Knoll2015-11-301-0/+2
| * QVector: prevent resize() from shedding capacityMarc Mutz2015-11-282-3/+3
* | Use __builtin_clz/ctz when available.Erik Verbruggen2015-12-011-1/+17
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-293-8/+8
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-1/+5
|\|
| * Detect NEON on AArch64Allan Sandfeld Jensen2015-11-261-1/+5
| * Revert "Fix deadlock when setting environment variables."Oliver Wolff2015-11-241-15/+0
| * Fix deadlock when setting environment variables.Samuel Nevala2015-11-231-0/+15
* | Centralize dropping of trailing zeroes when converting doublesUlf Hermann2015-11-242-10/+3
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-11-231-7/+41
|\ \