summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| |/ / / / /
| * | | | | Abuse const_cast in QStringBuilder to get a little more performanceThiago Macieira2014-01-181-1/+3
| * | | | | Remove last traces of QT_COMPILER_SUPPORTS_NEONTor Arne Vestbø2014-01-161-2/+2
| * | | | | Regenerate the Unicode data tablesKonstantin Ritt2014-01-142-5436/+5458
| * | | | | Update the Unicode Data and Algorithms up to Unicode 6.3.0Konstantin Ritt2014-01-143-32/+61
| * | | | | expand tabs and related whitespace fixes in *.{cpp,h,qdoc}Oswald Buddenhagen2014-01-136-11/+11
| * | | | | Update the time zones database from CLDR v.24Konstantin Ritt2014-01-131-845/+851
| * | | | | Update the internal CLDR tables up to v.24Konstantin Ritt2014-01-133-4359/+4541
| * | | | | QTimeZone - Change from Olson ID to IANA IDJohn Layt2014-01-118-101/+101
| * | | | | Add a new UTF-8 decoder, similar to the encoder we've just addedThiago Macieira2014-01-091-1/+1
| * | | | | Add a new UTF-8 encoder and use it from QStringThiago Macieira2014-01-091-1/+2
| * | | | | Add QVarLengthArray::{indexOf,lastIndexOf,contains} functionshjk2014-01-092-0/+88
| * | | | | Move no-pch extra compiler to common featuresAllan Sandfeld Jensen2014-01-081-12/+1
| * | | | | Mark QTzType as Q_PRIMITIVE_TYPE.Sérgio Martins2014-01-081-0/+2
| * | | | | Merge remote-tracking branch 'origin/stable' into devSimon Hausmann2014-01-033-4/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-243-24/+16
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-164-14/+19
| |\ \ \ \ \ \ \
| * | | | | | | | Add the UTF16-to-Latin1 in-place converterThiago Macieira2013-12-132-1/+32
| * | | | | | | | Improve the Latin1 conversion in QString a littleThiago Macieira2013-12-131-7/+8
| * | | | | | | | Implement support for ref-qualified QString::toLatin1 & friendsThiago Macieira2013-12-134-23/+130
| * | | | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-058-26/+46
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-291-2/+2
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2623-335/+555
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | QString: add missing contains(QLatin1String) overloadMarc Mutz2013-11-262-0/+12
| * | | | | | | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-2415-65/+201
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Used QT_DEPRECATED_X in QtAlgorithmsKeith Gardner2013-10-211-43/+43
| * | | | | | | | | | | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-1140-635/+637
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-10-0919-29/+277
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-0419-29/+277
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | WinRT: Locale handling supportKamil Trzcinski2013-10-055-29/+209
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Merge branch 'stable' into devSergio Ahumada2013-09-275-34/+81
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | WinRT: Use UtcTimeZone instead of QWinTimeZone backendOliver Wolff2013-09-262-4/+8