summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Remove QDateTimePrivate::isNull{Date,Time}()Thiago Macieira2016-06-102-7/+5
* | | | Stop QDateTimePrivate from inheriting QSharedDataThiago Macieira2016-06-102-6/+7
* | | | QDateTimePrivate: merge the time spec, DST status and validity flagsThiago Macieira2016-06-102-52/+62
* | | | QString: use new QL1S::at() in lastIndexOf()Anton Kudryavtsev2016-06-091-2/+2
* | | | QElapsedTimer: Remove legacy code dealing with Windows pre-Vista and CEThiago Macieira2016-06-081-39/+10
* | | | QStringRef: add missing relational operators against QByteArrayMarc Mutz2016-06-082-0/+38
* | | | QString: fix QChar <> QLatin1String relational operators for non-US-ASCIIMarc Mutz2016-06-081-3/+3
* | | | QSharedPointer/QWeakPointer/QScopedPointer: add comparison against nullptrGiuseppe D'Angelo2016-06-085-0/+206
* | | | Use built-ins for qPopulationCount on MSVC and recent Clang versions.Erik Verbruggen2016-06-081-23/+52
* | | | QSharedPointer/QWeakPointer/QScopedPointer: plaster API with Q_DECL_NOTHROWGiuseppe D'Angelo2016-06-072-34/+33
* | | | Make QCryptographicHash a Q_GADGET.Richard J. Moore2016-06-071-0/+3
* | | | Remove all code paths related to unsupported Apple platforms.Jake Petroules2016-06-041-3/+0
* | | | Properly forward-declare the Apple types with Q_QDOCOlivier Goffart2016-05-313-6/+6
* | | | Remove _bit_scan_{forward,reverse}Erik Verbruggen2016-05-313-81/+119
* | | | Add QLineF::center() returning the point in the center of the lineLorenz Haas2016-05-272-0/+37
* | | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-2319-59/+36
|\| | |
| * | | 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