summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-255-86/+10
* Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-1211-19/+19
|\
| * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-0811-19/+19
* | make zlib_dependency auto-add QtCore as a private depOswald Buddenhagen2016-05-091-0/+1
|/
* Fix QArrayData::allocate() to guard against integer overflowsThiago Macieira2016-04-281-3/+10
* QString: Fix UBs (signed overflow) in hashed string searchMarc Mutz2016-04-261-6/+8
* Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-263-5/+6
* QString: Avoid searching for a needle which is longer than the hayStephen Kelly2016-04-211-0/+3
* Work around Clang false-positive warning on returning default parametersThiago Macieira2016-04-131-0/+4
* [doc] QElapsedTimer: mention more clearly which functions cause undefined beh...Marc Mutz2016-04-111-8/+14
* wince: Fix intrinsics for X86 platforms when SSE2 is enabledAndreas Holzammer2016-04-111-1/+7
* QDateTimeParser: new Section mask values simplify code.Edward Welbourne2016-04-082-10/+20
* QDateTimeParser: mediate QLocale's meddling via a setter.Edward Welbourne2016-04-082-3/+4
* QDateTimeParser::parse(): improve readabilityEdward Welbourne2016-04-081-8/+3
* Doc: Make the replacement functions for obsoleted functions explicitAndy Shaw2016-04-071-3/+7
* QStringRef: fix some QStringRef <> const char * relational operatorsMarc Mutz2016-04-061-6/+6
* Remove empty first lines of files.Friedemann Kleint2016-04-061-1/+0
* Explain QTimeZonePrivate::isValidId a bit more carefully.Edward Welbourne2016-04-061-17/+40
* QDateTimeParser: Avoid repetition in sectionMaxSizeEdward Welbourne2016-04-051-5/+6
* Hide mixed comparisons with QT_RESTRICTED_CAST_FROM_ASCIIhjk2016-03-231-1/+1
* QVersionNumber: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-03-221-1/+1
* WinRT: Fix QTimeZone transitions by switching backendMaurice Kalinowski2016-03-163-5/+105
* QRect: fix UB (int overflow) in center()Marc Mutz2016-03-151-1/+1
* 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