summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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 some typos in documentation.Jeff Tranter2014-01-022-3/+3
* Fix ‘looses precision’ warning in public APIKurt Pattyn2013-12-271-1/+1
* 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
* 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
* 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
* | Improve digitToCLocale sign char handlingSamuel Gaist2013-11-281-2/+2
* | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-266-180/+266
|\|
| * QTimeZone - Fix dateForLocalTime() to check validity of next transitionJohn Layt2013-11-211-3/+6
| * QTimeZone - Fix TZ file abbreviationsJohn Layt2013-11-214-100/+171
| * QTimeZone - Fix Windows Transitions with null rulesunknown2013-11-211-1/+10
| * QTimeZone - Change Olsen ID to IANA IDJohn Layt2013-11-215-76/+79
* | Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Frederik Gladhorn2013-11-209-35/+76
|\ \
| * | Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-11-189-35/+76
| |\|
| | * QCollatorSortKey: inline operator<Marc Mutz2013-11-176-25/+10
| | * QCollator(SortKey): declare as sharedMarc Mutz2013-11-171-0/+3
| | * QCollator: enable move semanticsMarc Mutz2013-11-172-3/+29
| | * QCollator(SortKey): add member-swapMarc Mutz2013-11-152-1/+13
| | * QCollator: mark ctor explicitMarc Mutz2013-11-151-1/+1
| | * Doc: Add missing \since 5.2 to QMap::first/last{,Key}Marcel Krems2013-11-141-0/+6
| | * QTimeZone: mark ctors as explicitMarc Mutz2013-11-141-2/+2
| | * Doc: remove superfluous \since 5.2Marc Mutz2013-11-141-2/+0
| | * QTimeZone: declare as sharedMarc Mutz2013-11-141-0/+1
| | * QTimeZone: add member-swapMarc Mutz2013-11-142-1/+11
* | | QLocale: Avoid a deadlock in error caseEl Mehdi Fekari2013-11-201-5/+12
|/ /
* / QCommandLineParser: add word-wrapping algorithmDavid Faure2013-11-171-5/+44
|/
* Avoid signed integer overflow by making an addition a subtractionThiago Macieira2013-11-091-1/+1
* QTimeZone - Fix Windows Transitionsunknown2013-11-091-63/+89
* QTimeZone - Fix Mac TransistionsJohn Layt2013-11-091-19/+38
* Add missing \since 5.1 for QVector::takeFirst() and ::takeLast()Pekka Vuorela2013-11-051-0/+2
* Declare Cocoa conversion funcs in objc-mode only.Morten Johan Sørvig2013-11-051-1/+5
* Add qcollator_p.h to the list of headers.Thiago Macieira2013-11-051-0/+1
* Doc: Fix broken linksSze Howe Koh2013-11-052-6/+6
* Ensure QLocale's shared C-locale QLocalePrivate is never deletedTor Arne Vestbø2013-11-041-3/+7
* QDateTime - Optimize refreshDateTime()John Layt2013-10-311-4/+1
* QDateTime - Optimize date() and time() methodsJohn Layt2013-10-311-6/+8