summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Remove BlackBerry PlayBook support.Rafael Roquetto2015-02-201-1/+1
| * | | Fix typo: properly write endianness.Lisandro Damián Nicanor Pérez Meyer2015-02-201-1/+1
| * | | Fix compilation on AndroidMichal Klocek2015-02-202-4/+4
| * | | Disable constexpr support for QNXSean Harmer2015-02-201-0/+5
| * | | Doc: Fix QTextStream::readLine() snippetAlexander Volkov2015-02-181-3/+3
| * | | QDate/QTime: mark some functions constexprMarc Mutz2015-02-171-27/+27
| * | | Fixed license headersJani Heikkinen2015-02-1714-14/+14
| * | | 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
* | | | Remove __cdecl from Windows desktop atomicsThiago Macieira2015-02-201-1/+1
* | | | Fix MSVC 2013/64bit warnings about conversion from 'size_t' to 'int'.Friedemann Kleint2015-02-182-5/+5
* | | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-1725-109/+131
|\| | |
| * | | Introduce QT_NO_MIMETYPESérgio Martins2015-02-1720-13/+90
| * | | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-164-95/+40
| * | | Android: Fix compile on arm64-v8aBogDan Vatra2015-02-161-1/+1
* | | | Fix QDebug cumulating operator<< with many Q_ENUMOlivier Goffart2015-02-174-24/+33
* | | | Use Clang 3.6's __builtin_assume in Q_ASSUMEThiago Macieira2015-02-171-1/+5
* | | | Fix Intel compiler warning about change of signThiago Macieira2015-02-171-4/+4
|/ / /
* | | QDateTime: micro-optimize QDebug op<<Marc Mutz2015-02-151-8/+5
* | | Remove support for some very old compilersAllan Sandfeld Jensen2015-02-151-11/+0
* | | qstandardpaths_ios: add system path for PicturesLocationRichard Moe Gustavsen2015-02-151-2/+10
* | | Add conversion between Q_ENUMs and strings in QVariantOlivier Goffart2015-02-151-3/+71
* | | Updated BSD licensed file headersJani Heikkinen2015-02-15143-424/+424
* | | Optimize the Latin1 conversion code in the JSON parser with SSE2Thiago Macieira2015-02-151-5/+28
* | | Animation classes: micro-optimize loops.Friedemann Kleint2015-02-143-39/+40
* | | 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
* | | Haiku: Implement QStorageInfo for HaikuTobias Koenig2015-02-141-0/+60
* | | QMetaType: improve docs and commentsOlivier Goffart2015-02-142-3/+6
* | | Document Q_GADGETOlivier Goffart2015-02-131-5/+18
* | | Pass params of shareable type by const-ref rather than by valueKonstantin Ritt2015-02-1310-20/+20
* | | QUrl effective TLDs: update tablePeter Hartmann2015-02-132-9565/+11345
* | | Improve conversion of QVariants with QJsonValuesAllan Sandfeld Jensen2015-02-121-6/+56
* | | QTextCodec: micro-optimize loops.Friedemann Kleint2015-02-122-16/+23
* | | QDateTime: prepare for constexpr'ificationMarc Mutz2015-02-121-2/+9
* | | QtCore: assorted migrations to QString::asprintfMarc Mutz2015-02-122-7/+3