summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Haiku: Fix compilation of corelibTobias Koenig2016-01-181-1/+1
| | * Correct floordiv() to cope with implementation-defined division.Edward Welbourne2016-01-131-2/+13
| | * [Android]: Java uses some deprecated locale codes so account for theseAndy Shaw2016-01-131-0/+7
| | * Don't pretend we know what DST to use for an offset date.Edward Welbourne2016-01-121-30/+38
| | * Revert "QString: preserve embedded NULs when converting from QByteArray"Marc Mutz2016-01-121-9/+9
* | | QStringRef: add missing op[]Marc Mutz2016-01-262-1/+14
* | | QTzTimeZonePrivate: optimize container usage in init().Anton Kudryavtsev2016-01-261-2/+9
* | | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-2116-0/+16
* | | Update the Intel copyright yearThiago Macieira2016-01-214-4/+4
* | | Updated license headersJani Heikkinen2016-01-214-4/+4
|/ /
* | Replace ffsll with new qCountTrailingZeroBitsTobias Koenig2016-01-191-32/+2
* | Updated license headersJani Heikkinen2016-01-15153-2117/+3035
* | 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