summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | QDateTime: don't allocate memory in fromOffsetString()Anton Kudryavtsev2016-04-091-9/+12
* | QDateTime: add some constAnton Kudryavtsev2016-04-092-2/+2
* | toCurrencyString() - Add missing documentationDan Cape2016-04-081-1/+7
* | Re-generate QLocale data from CLDR v29Konstantin Ritt2016-04-084-5315/+5697
* | QStringRef: add missing {c,}r{begin,end}()Marc Mutz2016-04-072-18/+83
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-074-29/+52
|\|
| * QStringRef: fix some QStringRef <> const char * relational operatorsMarc Mutz2016-04-061-6/+6