summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Make QDateTime's default constructor not allocate memory on 32-bitThiago Macieira2016-07-092-27/+46
* QStringRef: add chop()Anton Kudryavtsev2016-07-072-1/+19
* Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-027-1139/+6
* QString: add some missing overloaded operator+Anton Kudryavtsev2016-06-291-0/+17
* Fix some qdoc-warnings for Qt 5.8.Friedemann Kleint2016-06-283-4/+14
* Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-2517-2/+22
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-231-2/+0
|\
| * 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
* | | QDateTime: introduce {to,from,set,current}SecsSinceEpochThiago Macieira2016-06-222-19/+134
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-211-0/+1
|\| |
| * | 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
* | | Fix MSVC warning about casting to pointer of different sizeThiago Macieira2016-06-201-1/+1
* | | Forward declarations for platform specific types should also be done with Q_QDOCOlivier Goffart2016-06-173-3/+3
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-172-30/+6
|\| |
| * | 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
| |/ / / /
* | | | | darwin: Add Foundation conversion functions for QSize/QSizeFTor Arne Vestbø2016-06-141-0/+13
* | | | | darwin: Add Foundation conversion functions for QPoint/QPointFTor Arne Vestbø2016-06-141-0/+13
* | | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-1315-193/+370
|\| | | |
| * | | | 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
| | |_|/ | |/| |
* | | | darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-101-0/+13
* | | | Add move constructor to QDateTimeThiago Macieira2016-06-102-2/+26
* | | | Allow QDateTime to shrink back to short data mode on copyThiago Macieira2016-06-101-5/+30
* | | | Move the QDateTime file static functions to their right placeThiago Macieira2016-06-101-178/+170
* | | | Long live the short QDateTime optimizationThiago Macieira2016-06-103-75/+280
* | | | QDateTimePrivate refactor: static'fy the date/time manipulatorsThiago Macieira2016-06-102-86/+91
* | | | QDateTimePrivate refactor: static'fy access to d->m_statusThiago Macieira2016-06-102-89/+109
* | | | Refactor & simplify QDateTime::setMSecsSinceEpochThiago Macieira2016-06-101-13/+20
* | | | Refactor & simplify QDateTimePrivate::refreshDateTime()Thiago Macieira2016-06-101-31/+25
* | | | Simplify the QDateTimePrivate::setTimeSpec() functionThiago Macieira2016-06-101-16/+11
* | | | QDateTime: fix the massageAdjustedDateTime differentlyThiago Macieira2016-06-101-16/+6
* | | | Move QDateTimePrivate::toMSecsSinceEpoch() code into QDateTimeThiago Macieira2016-06-102-35/+27