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 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
* | | 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
|\|
| * Fix some typos in documentation.Jeff Tranter2014-01-022-3/+3
| * Fix ‘looses precision’ warning in public APIKurt Pattyn2013-12-271-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-243-24/+16
|\|
| * Fix qlocale_blackberry buffer initializationRafael Roquetto2013-12-171-4/+4
| * Introduce Q_ATTRIBUTE_FORMAT_PRINTFHarald Fernengel2013-12-171-18/+2
| * Use the short time format of the current locale on WindowsThiago Macieira2013-12-161-2/+10
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-12-164-14/+19
|\|
| * QCommandLineParser: pluck some low-hanging fruit re: exception safetyMarc Mutz2013-12-062-7/+14
| * QTimeZone: Fix isValidId()John Layt2013-12-061-2/+4