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
| * | | 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
* | | | QDateTimeParser: adapt to make good use of QStringRef.Anton Kudryavtsev2016-05-302-13/+24
* | | | QVector: silence clang warning about memmoveShawn Rutledge2016-05-271-2/+6
| |_|/ |/| |
* | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-1915-26/+28
|\| |
| * | 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
| |/
* | QDateTimeParser: use QStringRef moreAnton Kudryavtsev2016-05-131-9/+8
* | QSharedPointer: move QDebug stream operators into qdebug.hGiuseppe D'Angelo2016-05-123-24/+0
* | QDateTimeParser: adapt unquote() to make good use of QStringRef.Anton Kudryavtsev2016-05-111-6/+4
* | QDateTimeParser: de-duplicate calls and cache resultsAnton Kudryavtsev2016-05-111-7/+9
* | QDateTimeParser: proper construction of QStringAnton Kudryavtsev2016-05-091-1/+1
* | Remove includes to qdatetime_p.h that aren't necessaryThiago Macieira2016-05-081-1/+0
* | Mark QTimeZone constructor nothrow.Thiago Macieira2016-05-082-2/+2
* | QScoped(Array)Pointer: canonicalize swappingMarc Mutz2016-05-041-11/+9
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-05-025-14/+24
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-295-14/+24
| |\|
| | * 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
* | | QDateTime: use default ctor to create invalid objectAnton Kudryavtsev2016-04-301-1/+1
* | | QDateTimeParser: enable RVO in format()Anton Kudryavtsev2016-04-301-4/+1
* | | Don't bother asking if Linux supports a monotonic clock: it doesThiago Macieira2016-04-301-1/+5
|/ /
* | Add an early-out to QVector::operator+= and QHash::unite for empty LHSUlf Hermann2016-04-282-21/+29
* | Improve the script itemization algorithm to match Unicode 8.0Konstantin Ritt2016-04-271-47/+24
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-271-0/+3
|\|
| * QString: Avoid searching for a needle which is longer than the hayStephen Kelly2016-04-211-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-261-0/+4
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-251-0/+4
| |\|
| | * Work around Clang false-positive warning on returning default parametersThiago Macieira2016-04-131-0/+4
* | | QtCore: mark more types as primitive/movableMarc Mutz2016-04-252-0/+5
|/ /
* | CoreLib: use const (and const APIs) moreAnton Kudryavtsev2016-04-185-12/+13
* | Mark some QByteArray relational operators nothrowMarc Mutz2016-04-131-18/+18
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-136-33/+55
|\|
| * [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