summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Merge remote-tracking branch 'origin/5.4' into 5.4.0Oswald Buddenhagen2014-11-104-9/+23
| | |\
| | * \ Merge remote-tracking branch 'origin/5.3' into 5.4.0Oswald Buddenhagen2014-11-101-15/+12
| | |\ \
| | | * | Fix QString::sprintf documentationKai Koehne2014-11-051-15/+12
| * | | | Observe QLocale::RejectGroupSeparator in QInt/DoubleValidator.Friedemann Kleint2014-11-202-3/+5
| * | | | Fix QString::section() behavior on negative and out-of-range indexesAlex Trotsenko2014-11-201-18/+39
| * | | | Fix missing docs for QByteArrayListLaszlo Agocs2014-11-171-0/+1
| | |_|/ | |/| |
| * | | Improve QElapsedTimer resolution on QNXMatt Fischer2014-11-071-2/+17
| * | | Doc: updated documentation QString::toDoubleNico Vertriest2014-11-061-3/+2
| * | | Store the GCC version number in Q_CC_GNUThiago Macieira2014-11-052-3/+3
| * | | Define Q_CC_CLANG to be the version of upstream Clang that's in useTor Arne Vestbø2014-11-051-1/+1
| |/ /
| * | Fix warnings about size conversion in QListThiago Macieira2014-10-312-20/+23
| * | Fix X86 Wince builds.Bjoern Breitmeyer2014-10-291-1/+1
* | | Add a inline QVector::append(const QVector &) overloadhjk2014-11-062-0/+13