summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-3/+13
|\
| * QTime: restore Qt3 compatibility in the QDataStream operatorsDavid Faure2016-07-021-2/+12
| * QDateTime: early return to make a Q_UNREACHABLE actually true.Edward Welbourne2016-06-301-1/+1
* | QDateTime: use the more efficient currentMSecsSinceEpoch()Thiago Macieira2016-07-022-2/+2
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-231-2/+0
|\|
| * Win: Get rid of unused variables un QDateTime::currentMSecsSinceEpochThiago Macieira2016-06-221-2/+0
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-201-0/+1
|\|
| * Fix warning when compiling x86 with SSE2 but no AVX2Thiago Macieira2016-06-111-0/+1
* | Merge "Merge remote-tracking branch 'origin/5.7.0' into 5.7" into refs/stagin...Liang Qi2016-06-161-27/+1
|\ \
| * \ Merge remote-tracking branch 'origin/5.7.0' into 5.7Liang Qi2016-06-161-27/+1
| |\ \
| | * \ Merge remote-tracking branch 'origin/5.6.1' into 5.7.0Liang Qi2016-05-265-75/+10
| | |\ \
| | * | | Check for CRC32 properlyLaszlo Agocs2016-05-261-1/+1
* | | | | QArrayDataOps: silence Clang warning about memmoveThiago Macieira2016-06-161-3/+5
|/ / / /
* | | | Replace qAllocMore with a pair of more useful functionsThiago Macieira2016-06-095-57/+143
* | | | x86: Fix build with BMI but no LZCNT extensionsThiago Macieira2016-06-091-2/+2
* | | | QString: remove unnecessary copy in replace()Anton Kudryavtsev2016-06-081-2/+1
* | | | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-068-119/+196
|\ \ \ \ | | |_|/ | |/| |
| * | | 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
* | | | 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