summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | 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
* | | Collate conversion functions for Core Foundation/Foundation typesTor Arne Vestbø2016-05-194-395/+0
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-1217-116/+121
|\| |
| * | 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