summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QTime: optimize toString()Marc Mutz2015-03-251-3/+1
* Micro-optimize QDate::{long,short}{Day,Month}Name()Marc Mutz2015-03-251-32/+28
* QDate: don't spend code size covering the impossible caseMarc Mutz2015-03-251-1/+1
* QDate: remove some useless default case labelsMarc Mutz2015-03-251-8/+0
* QVarLengthArray: Do not require operator!= for element comparisonKai Koehne2015-03-231-5/+4
* QVarLengthArray: Add initializer_list constructorKai Koehne2015-03-232-0/+22
* Report a correct Unicode version used by QtKonstantin Ritt2015-03-232-3/+3
* Build bundled PCRE copy as qt_helper_libKonstantin Ritt2015-03-201-6/+2
* Introduce icu_dependency.priKonstantin Ritt2015-03-201-13/+2
* Doc: Fix QVector constructor documentationKai Koehne2015-03-191-1/+1
* Fix QCollator::compare documentationLars Knoll2015-03-182-8/+8
* QString: Don't force unrolling of the tail loop if optimizing for sizeThiago Macieira2015-03-151-7/+7
* Track modifications of white space in QString::simplified().Friedemann Kleint2015-03-121-4/+6
* QDateTime: ensure we always use the daylight status if knownThiago Macieira2015-03-111-19/+28
* Fix regression in time zone handlingFrederik Gladhorn2015-03-111-0/+1
* Simplify calculation of week numberLars Knoll2015-03-101-50/+17
* Doc: corrected doc QString::operator[]Nico Vertriest2015-03-091-2/+2
* QStringAlgorithms::simplified_helper: add missing check for detachedThiago Macieira2015-03-071-1/+1
* Fix race condition in QDateTime::timeZone() and other methodsThiago Macieira2015-03-073-35/+36
* Silence bogus MSVC warning about variable not usedThiago Macieira2015-03-071-0/+1
* Android: Fix compilation for x86Eskil Abrahamsen Blomfeldt2015-02-271-1/+3
* OSX: fix leaks due to missing NSAutoreleasePoolErik Verbruggen2015-02-261-0/+13
* Merge remote-tracking branch 'origin/5.4' into 5.5Frederik Gladhorn2015-02-244-3/+16
|\
| * Timezones: Fix handling of offset-from-UTC QTimeZonesThiago Macieira2015-02-232-0/+11
| * QVector: fix use of invalid iterators in removeAll()Marc Mutz2015-02-221-1/+3
| * Fix links in plural words.Florian Bruhin2015-02-161-2/+2
* | Merge dev into 5.5Oswald Buddenhagen2015-02-2321-289/+348
|\ \
| * | QDateTime: cache the result of date.timeSpec() in QDebug op<<Marc Mutz2015-02-211-2/+3
| * | QDateTime: drop quotes in QDebug outputMarc Mutz2015-02-211-1/+2
| * | Fix compilation on AndroidMichal Klocek2015-02-202-4/+4
| * | QDate/QTime: mark some functions constexprMarc Mutz2015-02-171-27/+27
| * | Fixed license headersJani Heikkinen2015-02-178-8/+8
| * | 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
* | | Fix MSVC 2013/64bit warnings about conversion from 'size_t' to 'int'.Friedemann Kleint2015-02-181-1/+1
* | | Merge remote-tracking branch 'origin/dev' into 5.5Frederik Gladhorn2015-02-171-7/+7
|\| |
| * | Use C++ <cmath> instead of <math.h>Allan Sandfeld Jensen2015-02-161-7/+7
* | | Fix Intel compiler warning about change of signThiago Macieira2015-02-171-4/+4
|/ /
* | QDateTime: micro-optimize QDebug op<<Marc Mutz2015-02-151-8/+5