summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix warning when compiling x86 with SSE2 but no AVX2Thiago Macieira2016-06-111-0/+1
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-025-86/+10
|\
| * Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-255-86/+10
* | Compile fix: add OpenBSD define for ffsll usageRalf Nolden2016-06-011-1/+1
* | Use the code we already have for parsing the transition time tooThiago Macieira2016-05-241-28/+40
* | Fix parsing of tzfile(5) POSIX rule zone names with bracket quotesThiago Macieira2016-05-241-56/+120
* | Compile fix: add NetBSD define for ffsll usageRalf Nolden2016-05-231-1/+1
* | Compile fix: convert argument to long to match parameter comparisonRalf Nolden2016-05-231-1/+1
* | Compile fix: undefine types before defining themRalf Nolden2016-05-232-0/+40
* | Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-05-191-0/+1
|\|
| * Merge 5.6 into 5.6.1Oswald Buddenhagen2016-05-1211-19/+19
| |\
| * | make zlib_dependency auto-add QtCore as a private depOswald Buddenhagen2016-05-091-0/+1
* | | Compile fix: remove _POSIX_C_SOURCE usageRalf Nolden2016-05-171-3/+0
* | | Move q{Set,}GlobalQHashSeed() to the correct header fileMarc Mutz2016-05-132-3/+3
* | | Fix build with GCC <= 4.2 (FreeBSD 9.x)Thiago Macieira2016-05-121-1/+5
| |/ |/|
* | Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-0811-19/+19
|/
* 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