summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * QLatin1String: add some nothrowMarc Mutz2015-10-201-24/+24
| * [docs] QLatin1String: add some guidance as to when to use itMarc Mutz2015-10-201-0/+7
| * QLatin1String: add default ctorMarc Mutz2015-10-202-0/+7
| * QLatin1String: add testMarc Mutz2015-10-191-5/+1
| * The C locale should omit group separators by defaultLars Knoll2015-10-191-2/+3
| * Fix left-shift wider than an int's widthThiago Macieira2015-10-161-1/+1
* | QRingBuffer: improve skip() performanceAlex Trotsenko2015-10-201-1/+4
* | Provide a simpler and safer version of qdtoa()Ulf Hermann2015-10-202-0/+11
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-1421-59/+245
|\|
| * QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-134-12/+192
| * Libraries: Fix single-character string literals.Friedemann Kleint2015-10-131-5/+5
| * QtCore: Don't compare QChars to literal 0sMarc Mutz2015-10-111-1/+1
| * Fix \sinceLars Knoll2015-10-081-2/+2
| * Make container move semantics consistentMarc Mutz2015-10-078-20/+22
| * QMulti(Map|Hash): add move ctor from Q(Map|Hash)Marc Mutz2015-10-072-0/+6
| * doc: fix a typo in QVersionNumber docsMarc Mutz2015-10-071-1/+1
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-023-6/+5
| |\
| | * Fix comparisons between QByteArray and QString.Christian Kandeler2015-09-281-4/+4
| | * QDateTime: Ensure a valid timezone when using the "offset constructor".Christian Kandeler2015-09-231-0/+1
| | * QString perf improvement : removal of useless testJulien Blanc2015-08-261-2/+0
| * | Revert "Add support for same-file intrinsics with Clang 3.7"Thiago Macieira2015-10-011-3/+2
| * | QLocale: remove (harmless) dead codeThiago Macieira2015-10-011-6/+6
| * | Purge extraneous execute permissions.Edward Welbourne2015-09-301-0/+0
| * | Fix sign-extensionThiago Macieira2015-09-281-2/+2
| * | Fix ICC warning about use of "defined" in a macroThiago Macieira2015-09-251-1/+1
* | | Mark ref-qualified members as always inlineThiago Macieira2015-10-072-18/+18
* | | QWeakPointer: enable move semanticsMarc Mutz2015-10-071-0/+10
* | | configure: Add support for detecting AVX512 instructionsThiago Macieira2015-09-251-0/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2518-185/+483
|\| |