summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* QTimeZone - Add TZ File BackendJohn Layt2013-09-224-3/+1006
* QTimeZone - Add ICU supportJohn Layt2013-09-224-1/+561
* QTimeZone - Define new class and apiJohn Layt2013-09-226-0/+3029
* Fix some doc errors.Frederik Gladhorn2013-09-213-2/+3
* Mark most of the contents of QtAlgorithms as deprecated.Robin Burchell2013-09-212-93/+223
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-214-2/+123
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-211-7/+4
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-09-161-7/+4
| |\
| | * Doc: Fix copy+paste errors in the QString class refSze Howe Koh2013-09-141-8/+4
* | | Remove qBinaryFind usages from bootstrapped filesGiuseppe D'Angelo2013-09-202-7/+11
* | | QLinkedList: implement missing initializer_list ctorMarc Mutz2013-09-202-0/+20
* | | QDateTime - Move some code aroundJohn Layt2013-09-201-231/+229
* | | QDateTime - Add api for isDaylightTime()John Layt2013-09-202-0/+27
* | | QDateTime - Change serialise formatJohn Layt2013-09-201-28/+61
* | | QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-202-31/+153
* | | QDateTime - Change date/time storage to msecsJohn Layt2013-09-202-359/+558
* | | QString: avoid a QLocale detach in vsprintfMarc Mutz2013-09-201-1/+1
* | | WinRT: Compile fix for qelapsedtimer_win.cppOliver Wolff2013-09-201-0/+5
* | | Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-191-15/+14
* | | QMap: don't dereference nullptr IIMarc Mutz2013-09-171-4/+4
* | | QMap: don't dereference nullptrMarc Mutz2013-09-171-5/+7
* | | Don't use Mac OS X QCollator backend on iOSTor Arne Vestbø2013-09-163-4/+4
* | | QDateTime: fix unused function warning on non-WindowsMarc Mutz2013-09-161-1/+1
|/ /
* | qelapsedtimer for WinRTOliver Wolff2013-09-151-1/+7
* | Revert "Reimplement qBinaryFind in terms of std::lower_bound"Giuseppe D'Angelo2013-09-141-3/+2
* | Do 64-bit loops in QBitArray::count(bool)Thiago Macieira2013-09-141-1/+6
* | Let the compiler do the unaligned loads in QBitArray::count(bool)Thiago Macieira2013-09-141-2/+21
* | QDateTime - Store Qt::TimeSpec, remove Daylight StatusJohn Layt2013-09-142-102/+116
* | QDateTime - Switch to using msecs based functionsJohn Layt2013-09-142-185/+29
* | Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-142-14/+98
* | Whitespace: re-indent the {to,from}Base64 functionsThiago Macieira2013-09-141-44/+52
* | QTime - Add public api for get/set msecs since start of dayJohn Layt2013-09-132-2/+24
* | Optimize QBitArray::count(bool)Thiago Macieira2013-09-131-17/+12
* | Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-131-1/+1
* | Remove redundant checks in some tools classesJędrzej Nowacki2013-09-134-23/+23
* | Make QCollator more flexible to use in different platformsAleix Pol2013-09-138-214/+838
* | Refactor QCollator to be able to use it in different platformsAleix Pol2013-09-132-256/+144
* | Make the QCollator class publicLars Knoll2013-09-134-19/+26
* | Remove qCopy from QLinkedList / QVectorGiuseppe D'Angelo2013-09-112-4/+6
* | New QStringRef methods.Jędrzej Nowacki2013-09-112-1/+76
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-102-3/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devSergio Ahumada2013-09-072-3/+1
| |\|
| | * Compile in strict-iterator mode under MSVCThiago Macieira2013-09-061-1/+1
| | * Remove the size limit of QByteArray information.Leonard Lee2013-09-021-2/+0
* | | QCommandLineParser: improve implementationDavid Faure2013-09-102-20/+21
* | | QCommandLineParser: improve documentationDavid Faure2013-09-101-29/+43
* | | QCommandLineOption: improve runtime warningsDavid Faure2013-09-101-5/+5
* | | Remove qCopy usages from QListGiuseppe D'Angelo2013-09-091-3/+4
* | | QDateTime - Split QDateTimeParser into a separate fileJohn Layt2013-09-096-1923/+2045
* | | Remove qSort usages from QStringListGiuseppe D'Angelo2013-09-091-6/+6