summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add Q_DECL_RELAXED_CONSTEXPR to QPoint and QPointFOlivier Goffart2014-11-261-36/+36
* | QRingBuffer: optimize memory usageAlex Trotsenko2014-11-261-1/+1
* | Fix MSVC warning about unused value in qstringalgorithms_p.h.Friedemann Kleint2014-11-261-1/+1
* | provide Android timezones in QTimeZoneDrew Parsons2014-11-264-2/+292
* | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2415-74/+115
|\|
| * Put parentheses around "min" to prevent expansion as macroThiago Macieira2014-11-211-1/+2
| * Fix coding style in QtCoreThiago Macieira2014-11-211-2/+2
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-215-21/+20
| |\
| | * Doc: correct autolink issues corelib/mimetypeNico Vertriest2014-11-191-4/+5
| | * Fix wrong qversionnumber header name in tools.priLaszlo Agocs2014-11-171-1/+1
| | * Make QVersionNumber privateThiago Macieira2014-11-132-1/+2