summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QCommandLineParser: add support for hiding options from --help.David Faure2015-02-233-0/+35
* QDateTime: cache the result of date.timeSpec() in QDebug op<<Marc Mutz2015-02-211-2/+3
* QDateTime: drop quotes in QDebug outputMarc Mutz2015-02-211-1/+2
* Fix compilation on AndroidMichal Klocek2015-02-202-4/+4
* QDate/QTime: mark some functions constexprMarc Mutz2015-02-171-27/+27
* Fixed license headersJani Heikkinen2015-02-178-8/+8
* QPair: add noexcept to ctors and assignment operatorsMarc Mutz2015-02-171-3/+12
* QList: share implementation of operator== with QVector where possibleMarc Mutz2015-02-171-0/+17
* QList: share the implementations of contains()/count() with QVector where pos...Marc Mutz2015-02-171-0/+34
* QList: prepare for tag dispatching based on memory layoutMarc Mutz2015-02-171-0/+19
* QDate: optimize QDate::toString()Marc Mutz2015-02-171-3/+1
* QDateTime: optimize toOffsetString()Marc Mutz2015-02-171-10/+6
* QDateTimePrivate: make bit manipulation code more readableMarc Mutz2015-02-171-5/+5
* QDateTimePrivate: remove pointless comparisonsMarc Mutz2015-02-171-6/+6
* QDateTimePrivate: remove pointless copy ctorMarc Mutz2015-02-171-10/+0
* QDateTime: replace out parameters with return-by-value in rfcDateImpl()Marc Mutz2015-02-171-66/+32
* QDateTime: optimize rfcDateImpl()Marc Mutz2015-02-171-20/+22
* QDateTime: change an instance of out parameters to return-by-valueMarc Mutz2015-02-171-52/+48
* QTimeZone: don't use QSet, use sorted QListMarc Mutz2015-02-177-95/+125
* Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-7/+7
* QDateTime: micro-optimize QDebug op<<Marc Mutz2015-02-151-8/+5
* Remove support for some very old compilersAllan Sandfeld Jensen2015-02-151-11/+0
* Updated BSD licensed file headersJani Heikkinen2015-02-151-1/+1
* QDateTime: make qt_monthNumberFromShortName() staticMarc Mutz2015-02-141-1/+1
* QDateTime: use existing functions for short month name parsingMarc Mutz2015-02-141-35/+21
* QDateTimePrivate: enable read caching on m_status in setDateTime()Marc Mutz2015-02-141-6/+6
* QDateTime: pass explicit length to QLatin1String ctorMarc Mutz2015-02-141-1/+1
* QDateTime: avoid relocationsMarc Mutz2015-02-141-1/+1
* Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-131-1/+1
* QDateTime: prepare for constexpr'ificationMarc Mutz2015-02-121-2/+9
* QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-122-7/+3
* QtMiscUtils: make toHex*() constexprMarc Mutz2015-02-121-6/+4
* qtimezone.h: include correct headerMarc Mutz2015-02-121-1/+1
* QTzTimeZonePrivate: replace an inefficient QList with QVector (IV)Marc Mutz2015-02-121-17/+17
* QTzTimeZonePrivate: replace an inefficient QList with QVector (III)Marc Mutz2015-02-121-15/+16
* QTzTimeZonePrivate: replace an inefficient QList with QVector (II)Marc Mutz2015-02-121-13/+12
* QTzTimeZonePrivate: replace some inefficient QLists with QVectors (I)Marc Mutz2015-02-121-13/+21
* Add Q_DECL_CONST_FUNCTION and Q_DECL_NOTHROW to qPopulationCountMarc Mutz2015-02-121-5/+5
* QString: optimize number() and setNum()Marc Mutz2015-02-121-63/+46
* Long live QString::asprintf()!Marc Mutz2015-02-123-17/+40
* QtMiscUtils: add to/fromOctMarc Mutz2015-02-121-0/+10
* QtMiscUtils: mark hex functions noexcept and fromHex constexprMarc Mutz2015-02-121-10/+7
* Update copyright headersJani Heikkinen2015-02-11158-1240/+1152
* Merge "Merge remote-tracking branch 'origin/5.4' into dev" into refs/staging/devLaszlo Agocs2015-02-103-2/+6
|\
| * Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-103-2/+6
| |\
| | * Fix QLineF Detailed DescriptionSamuel Gaist2015-02-051-1/+1
| | * QPair: work around std::move not being constexpr in C++11Marc Mutz2015-02-041-1/+3
| | * Fix QSharedPointer::create and QEnableSharedFromThisThiago Macieira2015-01-211-0/+2
* | | QtCore: Use QDebugStateSaver in (almost) all QDebug operator<<Kai Koehne2015-02-099-21/+36
|/ /
* | Remove unnecessary math.h and limits.h includesAllan Sandfeld Jensen2015-02-041-2/+0