summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QtCore: add some more Q_DECL_NOTHROWMarc Mutz2015-01-214-10/+10
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-01-217-25/+33
|\
| * Doc: Fix typosSze Howe Koh2015-01-192-2/+2
| * QFreeList: fix undefined behaviorMarc Mutz2015-01-191-1/+1
| * QByteArrayMatcher: fix undefined shiftMarc Mutz2015-01-191-1/+1
| * Doc: define target voor function qsnprintf()Nico Vertriest2015-01-161-0/+1
| * Update doc saying QDateTime::setTime with invalid time sets to midnightThiago Macieira2015-01-151-3/+10
| * fix error when cross-compiling with --system-zlibAshish Kulkarni2015-01-081-0/+1
| * Doc: Fixed date format doc bug in QDateTime/Qt namespaceOrgad Shaneh2015-01-061-12/+12
| * Fix change-of-sign warnings with ICCThiago Macieira2015-01-061-3/+3
| * [QDateTime] ISO Time zone designators can be [+-]HHIsrael Lins2014-12-301-5/+4
* | Add qHash() overload for QSetMarc Mutz2015-01-182-0/+20
* | QHash: only fetch qt_qhash_seed when detaching from a null QHashMarc Mutz2015-01-171-2/+2
* | Don't call static members with objectThiago Macieira2015-01-161-3/+3
* | Add QTimeZone::{systemTimeZone,utc}Thiago Macieira2015-01-163-5/+28
* | Remove Q_STATIC_GLOBALxxx_OPERATOR macrosThiago Macieira2015-01-111-2/+1
* | Haiku: Make corelib compile on HaikuTobias Koenig2015-01-101-1/+1
* | QHash: clean up class definitionMarc Mutz2015-01-102-26/+26
* | QtCore: mark some operations nothrowMarc Mutz2015-01-1013-49/+52
* | QUnicodeTables: mark all functions as nothrowMarc Mutz2015-01-102-18/+18
* | QRingBuffer: retrieve pointer to data more carefullyAlex Trotsenko2015-01-091-1/+1
* | Docs: e.g. -> for example in qhash.cppMarc Mutz2015-01-091-2/+2
* | QVersionNumber: use qHashRange()Marc Mutz2015-01-091-7/+1
* | Add qHashRange and qHashRangeCommutativeMarc Mutz2015-01-092-0/+125
* | Unexport QVersionNumberMarc Mutz2015-01-081-7/+7
* | QPair: mark relational operators and qMakePair() conditionally noexceptMarc Mutz2015-01-081-0/+7
* | QPair: add member-swapMarc Mutz2015-01-082-0/+37
* | QMargins: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-081-104/+105
* | QRect: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-082-317/+334
* | QSize: plaster API with Q_DECL_NOTHROWMarc Mutz2015-01-082-128/+128
* | Move a few QStringList methods up to QList<QString>Thiago Macieira2015-01-073-39/+82
* | Disable the warning about deprecation inside qalgorithms.hThiago Macieira2015-01-061-2/+4
* | Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-064-52/+0
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-293-17/+14
|\|
| * QNX: Revert the change to give higher precision timers.Roger Maclean2014-12-241-16/+1
| * Make sure we don't try to ask QByteArray to allocate too muchThiago Macieira2014-12-202-1/+13
* | Remove the operator<< | >> (QDataStream, QStringList)Thiago Macieira2014-12-202-33/+0
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-206-117/+2
* | Display the QElapsedTimer reference time in %{time}Thiago Macieira2014-12-201-0/+4
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-182-4/+6
|\|
| * Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-181-1/+1
| * Doc: corrected documentation addOptions()Nico Vertriest2014-12-121-3/+5
* | Merge the multiple implementations of fromHex tooThiago Macieira2014-12-132-9/+14
* | Merge the different implementations of toHex in one central placeThiago Macieira2014-12-132-18/+18
* | fix daylight time in QTimeZone on AndroidDrew Parsons2014-12-112-0/+54
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-44/+44
|\|
| * Doc: corrected autolink issues qalgorithms.qdocNico Vertriest2014-12-051-44/+44
* | QChar: mark even more functions constexprMarc Mutz2014-12-101-24/+24
* | QChar: mark some more functions constexprMarc Mutz2014-12-101-31/+40
* | QChar: prepare relational operators for constexpr'ificationMarc Mutz2014-12-101-6/+10