summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | Add an else clause that clears the return value.Rolland Dudemaine2015-12-041-1/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-024-5/+7
|\|
| * Doc: improvement in if condition about inserting item in listNico Vertriest2015-11-301-2/+2
| * Document platform limitations for QCollator::ignorePunctuationLars Knoll2015-11-301-0/+2
| * QVector: prevent resize() from shedding capacityMarc Mutz2015-11-282-3/+3
* | Use __builtin_clz/ctz when available.Erik Verbruggen2015-12-011-1/+17
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-293-8/+8
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-11-271-1/+5
|\|
| * Detect NEON on AArch64Allan Sandfeld Jensen2015-11-261-1/+5
| * Revert "Fix deadlock when setting environment variables."Oliver Wolff2015-11-241-15/+0
| * Fix deadlock when setting environment variables.Samuel Nevala2015-11-231-0/+15
* | Centralize dropping of trailing zeroes when converting doublesUlf Hermann2015-11-242-10/+3
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devLiang Qi2015-11-231-7/+41
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-231-7/+41
| |\|
| | * winrt: Merge Languages and ManifestLanguages for QLocale::uiLanguagesOliver Wolff2015-11-191-7/+41
* | | Add flags to omit/reject padding in scientific notation exponentsUlf Hermann2015-11-238-68/+94
* | | Interpret precision == -128 as "shortest" double conversionUlf Hermann2015-11-235-16/+60
|/ /
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-213-428/+0
* | QPair: use std::type_traits for exception specificationsMarc Mutz2015-11-201-6/+12
* | QString::vasprintf: remove egcs-2.91.66 workaroundMarc Mutz2015-11-201-2/+1
* | QString::vasprintf: avoid allocating memory for format text copied verbatimMarc Mutz2015-11-191-1/+9
* | QString::vasprintf: avoid allocating memory just to parse a numberMarc Mutz2015-11-191-4/+9
* | QString::vasprintf: Extract Method parse_field_widthMarc Mutz2015-11-191-18/+15
* | QString::vasprintf: Extract Method parse_flag_charactersMarc Mutz2015-11-191-17/+18
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-1814-5330/+6146
|\|
| * Fix build with OS X 10.8 SDKThiago Macieira2015-11-181-1/+1
| * QString: Fix in-place toUpper/Lower when there's size expansionThiago Macieira2015-11-182-4/+44
| * make a proper header-only module for QtZlibOswald Buddenhagen2015-11-171-4/+0
| * QChar: Simplify case convertion code with template magicKonstantin Ritt2015-11-161-51/+21
| * Move CasexTraits from qstring.cpp to qunicodetables_p.hKonstantin Ritt2015-11-162-24/+32
| * QUnicodeTables generator: Minor clean-up & stricter checksKonstantin Ritt2015-11-131-17/+15
| * Prefer "daylight-saving time" and "DST" over "daylight time".Edward Welbourne2015-11-125-86/+84
| * Eliminate duplicate "between"Edward Welbourne2015-11-121-2/+3
| * Fix false claim in comment.Edward Welbourne2015-11-061-1/+1
| * Mark qt_from_latin1() as nothrowMarc Mutz2015-11-051-1/+1
| * Re-generate Unicode data tablesKonstantin Ritt2015-11-052-5115/+5891
| * Update Unicode data & algorithms up to v8.0Konstantin Ritt2015-11-053-26/+55
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-047-19/+30
|\|
| * [docs] QVector: don't scare people away from reserve()Marc Mutz2015-11-041-9/+18
| * Doc: fixed broken linksNico Vertriest2015-11-041-2/+2
| * Make variable const as it should beEdward Welbourne2015-11-041-1/+1
| * Use memset to clear struct tm before filling fields.Edward Welbourne2015-11-041-2/+2
| * Doc: Fix snippet tags for QString::[last]indexOf() overloadsTopi Reinio2015-11-021-2/+2
| * QLocale: Actually get the language script for the system localeThiago Macieira2015-10-281-2/+3
| * QLocale: Add Q_ENUM for QLocale::ScriptThiago Macieira2015-10-281-0/+1
| * Compile the 64-bit version of some code on all 64-bit processorsThiago Macieira2015-10-231-1/+1
* | QLocale: Return overflowing numbers from asciiToDouble()Ulf Hermann2015-11-041-8/+28
* | Replace qdtoa and qstrtod implementation by a 3rdparty libraryUlf Hermann2015-11-027-2506/+535
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-235-38/+49
|\|
| * Several cases of s/decelerating from/decelerating to/.Edward Welbourne2015-10-211-4/+4