summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fix some typosSergio Ahumada2014-03-031-1/+1
* Fix link to argument formats in QString::setNum documentationKai Koehne2014-02-251-2/+2
* QByteArrayList: optimize op+Marc Mutz2014-02-241-3/+2
* Doc: Address some "No documentation for..." QDoc warningsSze Howe Koh2014-02-242-6/+14
* Make QTextDecoder use our qt_from_latin1 codeThiago Macieira2014-02-221-1/+1
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-222-3/+3
* QMarginsF - Add new QMarginsF classJohn Layt2014-02-214-0/+655
* QRect - Add missing QMargins subtraction operatorJohn Layt2014-02-212-0/+15
* QMargins - Add missing operatorsJohn Layt2014-02-212-0/+68
* QRect - Move QMargins operatorsJohn Layt2014-02-214-99/+99
* QHash: use prime numbers when rebucketingGiuseppe D'Angelo2014-02-191-8/+17
* Merge remote-tracking branch 'origin/dev' into stableOswald Buddenhagen2014-02-1946-12254/+14006
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-182-28/+28
| |\
| * \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2014-02-171-3/+0
| |\ \
| * | | Centralize the merging toFloat conversionsThiago Macieira2014-02-164-59/+22
| * | | Add qHash() overloads for floating-point typesMarc Mutz2014-02-162-0/+37
| * | | 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
| | |\ \ \
| * | | | | 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 compilation error on FreeBSDGabriel de Dietrich2014-01-211-0/+5
| |/ / / / /