summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-03-248-36/+42
|\
| * 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
* | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-03-163-82/+61
|\|
| * 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
* | QString: further optimize multiArgMarc Mutz2015-03-141-53/+122
* | QVector: remove brittle c2m() functionMarc Mutz2015-03-131-1/+0
* | Make QRingBuffer a 64-bit safeAlex Trotsenko2015-03-121-28/+34
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-03-095-36/+38
|\|
| * 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
* | QCommandLineParser: add parsing mode for options after argumentsDavid Faure2015-03-062-3/+50
* | Merge remote-tracking branch 'origin/5.5' into devOswald Buddenhagen2015-03-032-1/+16
|\|
| * 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.5' into devFrederik Gladhorn2015-02-256-8/+21
|\|
| * 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
| |\ \
| * | | 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
| |\ \ \
| * | | | Fix Intel compiler warning about change of signThiago Macieira2015-02-171-4/+4
* | | | | QCommandLineOption: fix wrong version number in \since tagDavid Faure2015-02-241-2/+2
* | | | | QCommandLineParser: add support for hiding options from --help.David Faure2015-02-233-0/+35
| |_|/ / |/| | |
* | | | 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