summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| | * 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