summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QString: further optimize multiArgMarc Mutz2015-03-141-53/+122
* QVector: remove brittle c2m() functionMarc Mutz2015-03-131-1/+0
* Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-121-28/+34
* Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-095-36/+38
|\
| * QStringAlgorithms::simplified_helper: add missing check for detachedThiago Macieira2015-03-071-1/+1
| * Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-073-35/+36
| * Silence bogus MSVC warning about variable not usedThiago Macieira2015-03-071-0/+1
* | QCommandLineParser: add parsing mode for options after argumentsDavid Faure2015-03-062-3/+50
* | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-032-1/+16
|\|
| * Android: Fix compilation for x86Eskil Abrahamsen Blomfeldt2015-02-271-1/+3
| * OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+13
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-02-256-8/+21
|\|
| * Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-244-3/+16
| |\
| | * Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-232-0/+11
| | * QVector: fix use of invalid iterators in removeAll()Marc Mutz2015-02-221-1/+3
| | * Fix links in plural words.Florian Bruhin2015-02-161-2/+2
| * | Merge dev into 5.5Oswald Buddenhagen2015-02-2321-289/+348
| |\ \
| * | | Fix MSVC 2013/64bit warnings about conversion from 'size_t' to 'int'.Friedemann Kleint2015-02-181-1/+1
| * | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-171-7/+7
| |\ \ \
| * | | | Fix Intel compiler warning about change of signThiago Macieira2015-02-171-4/+4
* | | | | QCommandLineOption: fix wrong version number in \since tagDavid Faure2015-02-241-2/+2
* | | | | 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