summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | Split out some inline qdebug formatting helpers to qdebug_p.h.Friedemann Kleint2015-04-014-18/+44
|/ /
* | Re-generate the time zones database from CLDR v.27Konstantin Ritt2015-03-271-954/+974
* | Fix time offset for several time zonesKonstantin Ritt2015-03-271-6/+6
* | Update CLDR to v27Konstantin Ritt2015-03-274-4519/+4952
* | [QLocaleData] Extract defaultContent localesKonstantin Ritt2015-03-271-1795/+1822
* | Re-generate Unicode data tablesKonstantin Ritt2015-03-272-6294/+7321
* | Update Unicode data up to v7.0Konstantin Ritt2015-03-273-4/+53
* | QDateTime: remove unused parameter from localMSecsToEpochMSecs()Marc Mutz2015-03-261-10/+4
* | QDate: further optimize toString()Marc Mutz2015-03-261-11/+23
* | Update strtoll and strtoull from upstream FreeBSDThiago Macieira2015-03-261-214/+51
* | QDateTimePrivate: replace out parameters with return-by-value in getDateTime()Marc Mutz2015-03-252-35/+35
* | QDateTime: prevent aggressive inliningMarc Mutz2015-03-251-0/+2
* | 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