summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Replace the qCpuHasFeature function with a macroThiago Macieira2013-12-051-5/+1
* | 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
|\|
| * QBBSystemLocale: Do not set fixed buffer size when reading pps objectsEl Mehdi Fekari2013-12-041-4/+19
| * Repack structs with more than one padding holeThiago Macieira2013-12-036-18/+23
| * Merge remote-tracking branch 'origin/release' into stableSimon Hausmann2013-11-291-4/+4
| |\
| | * Doc: corrected invalid ref. to output iteratorsNico Vertriest2013-11-291-4/+4
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-291-2/+2
|\| |
| * | Improve digitToCLocale sign char handlingSamuel Gaist2013-11-281-2/+2
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-11-2623-335/+555
|\| |