summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* | 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
|/
* 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
* 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
* 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
* QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-1/+1
* 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
* 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
* 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
* 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
* 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
* winrt: Merge Languages and ManifestLanguages for QLocale::uiLanguagesOliver Wolff2015-11-191-7/+41
* Fix build with OS X 10.8 SDKThiago Macieira2015-11-181-1/+1
* QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-182-4/+44
* make a proper header-only module for QtZlibOswald Buddenhagen2015-11-171-4/+0
* QChar: Simplify case convertion code with template magicKonstantin Ritt2015-11-161-51/+21
* Move CasexTraits from qstring.cpp to qunicodetables_p.hKonstantin Ritt2015-11-162-24/+32