summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Simplify QRingBuffer::isEmpty()Alex Trotsenko2014-12-061-1/+1
* | Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-031-8/+3
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-032-10/+10
* | QRingBuffer: cache the last released blockAlex Trotsenko2014-12-021-8/+26
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-272-5/+6
|\|
| * Fix size miscalculation in QByteArray::toBase64Benjamin Lutz2014-11-271-3/+4
| * Clarify QString::clear()Allan Sandfeld Jensen2014-11-271-2/+2
* | QCommandLineParser: Show usage and errors in message boxes on Windows.Friedemann Kleint2014-11-271-20/+48
* | QList::swap: implement the swap with std::swapGiuseppe D'Angelo2014-11-261-3/+1
* | Add Q_DECL_RELAXED_CONSTEXPR to QRect and QRectFOlivier Goffart2014-11-261-132/+132
* | Add Q_DECL_RELAXED_CONSTEXPR to QPairOlivier Goffart2014-11-261-2/+2
* | Add Q_DECL_RELAXED_CONSTEXPR to QMargins and QMarginsFOlivier Goffart2014-11-261-45/+45
* | Add Q_DECL_RELAXED_CONSTEXPR to QSize and QSizeFOlivier Goffart2014-11-261-28/+28