summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Centralize the handling of all the toXxx (integral) functionsThiago Macieira2014-02-144-242/+137
* QLocalePrivate: merge removeGroupSeparators into numberToCLocaleThiago Macieira2014-02-143-84/+52
* QLocalePrivate: move the stringToXxx to QLocaleDataThiago Macieira2014-02-146-86/+82
* QLocalePrivate: move the xxxToString functions to QLocaleDataThiago Macieira2014-02-146-173/+160
* Merge the pairs of stringTo{Double,LongLong,UnsLongLong}Thiago Macieira2014-02-143-70/+21
* Remove duplicated trimming of a stringThiago Macieira2014-02-141-49/+13
* new QByteArrayList classGlen Mabey2014-02-123-0/+385
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-02-118-40/+27
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-078-40/+27
| |\
| | * Doc: Fix broken linksSze Howe Koh2014-02-041-1/+1
| | * Fix QByteArray documentation w.r.t. QString-related methodsGiuseppe D'Angelo2014-02-011-18/+12
| | * Doc: argument(s) was renamed to value(s), adjust QCommandLineOption docsDavid Faure2014-01-301-3/+3
| | * Remove duplicate move assignment operator docMorten Johan Sørvig2014-01-301-8/+1
| | * Fix typo in the function argument of QRect::moveTo: t -> yThiago Macieira2014-01-271-1/+1
| | * Doc: corrected broken linksNico Vertriest2014-01-231-3/+0
| | * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-01-221-4/+4
| | |\
| | | * Fix a bug in some QString comparison operatorsLars Knoll2014-01-211-4/+4
| | * | Retain compiler warning stateKurt Pattyn2014-01-211-2/+5
* | | | Improve the code generation for the Latin1 codecThiago Macieira2014-02-101-59/+74
* | | | Make QStringBuilder use our qt_from_latin1 code (out-of-line)Thiago Macieira2014-02-082-5/+14
* | | | Correctly manipulate tm_gmtoff the way qt_timezone() needs.Raphael Kubo da Costa2014-02-071-1/+11
* | | | Fix QString::toUcs4 returning invalid data when encountering stray surrogatesGiuseppe D'Angelo2014-02-071-19/+20
* | | | Long live QStringIterator!Giuseppe D'Angelo2014-02-073-0/+562
* | | | Add QString::fromUtf16 with char16_t and fromUcs4 with char32_tThiago Macieira2014-02-071-0/+7
|/ / /
* | | Fix configure & qmake compilation with a future MSVC versionThiago Macieira2014-02-011-2/+1
* | | Update the macro that MSVC 2013 defines for AVX code generationThiago Macieira2014-02-011-11/+7
* | | Use qregister(u)int in qsimd.cpp x86 codeThiago Macieira2014-02-011-3/+3
* | | Move the code that converts from UTF-16 to Latin1 to the topThiago Macieira2014-01-311-122/+118
* | | Merge all conversions from Latin-1 in qstring.cpp into a single functionThiago Macieira2014-01-311-62/+60
* | | Unroll the tail loops of the SSE2-improved codeThiago Macieira2014-01-311-0/+53
* | | Improve the QString/QLatin1String ucstrncmp with SSE2Thiago Macieira2014-01-311-0/+51
* | | Centralize the UTF16-Latin1 comparisons in one placeThiago Macieira2014-01-311-63/+29
* | | Improve qstring.cpp:findChar with SSE2Thiago Macieira2014-01-311-1/+19
* | | Merge qMemEquals and ucstrncmpThiago Macieira2014-01-311-84/+38
* | | Improve ucstrncmp with SSE2Thiago Macieira2014-01-312-0/+65
* | | Add support for UTF-8 encoding/decoding with SIMDThiago Macieira2014-01-311-5/+34
* | | Regenerate the Unicode tablesKonstantin Ritt2014-01-292-1464/+1465
* | | Introduce QChar::JoiningType enum and QChar::joiningType() methodKonstantin Ritt2014-01-293-6/+97
* | | Work around a binary incompatibility in MSVCThiago Macieira2014-01-233-2/+63
* | | Update the qHash function for strings to use the CRC32 instructionThiago Macieira2014-01-231-0/+63
* | | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2014-01-217-17/+547
|\ \ \
| * | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-01-207-17/+547
| |\| |
| | * | Fix crash when constructing a QVector with an empty initializer list.Volker Krause2014-01-181-5/+9
| | * | QNX: Fix compilation of qdatetime.cppSergio Ahumada2014-01-181-2/+2
| | * | Optimize QDateTime string parsingJędrzej Nowacki2014-01-171-11/+31
| | * | Make QCommandLineParser not crash if passed a bad QCommandLineOptionThiago Macieira2014-01-161-1/+2
| | * | MIPS DSP build system fix and additional optimizations.lpapuga2014-01-143-0/+488
| | |/
| | * QDate - Fix parsing Qt::ISODateJohn Layt2014-01-111-0/+5
| | * QDateTime - Fix isValid() if invalid QTimeZoneJohn Layt2014-01-111-0/+9
| | * QLocale - Check day number is validJohn Layt2014-01-111-0/+3