summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | | Add first/last accessors to QMapMathias Hasselmann2013-09-082-27/+77
|/ /
* | Reimplement qBinaryFind in terms of std::lower_boundGiuseppe D'Angelo2013-09-071-2/+3
* | QDateTime - Change debug output to ISO FormatJohn Layt2013-09-062-3/+22
* | QDateTime - Documentation clean-upsJohn Layt2013-09-061-27/+33
* | QDateTime - Clean up Qt::DateFormat formatting and parsingJohn Layt2013-09-061-309/+271
* | QDateTime - Remove incorrect year range checkJohn Layt2013-09-061-6/+0
* | QDateTime - Switch to using the QLocale date formatterJohn Layt2013-09-051-197/+9
* | QLocale - Improve date formatterJohn Layt2013-09-052-77/+63
* | Revert "Implement move-ctor and move-assignment-op for QScopedPointer"Stephen Kelly2013-09-052-38/+0
* | qdatetime: fix build on iOSRichard Moe Gustavsen2013-09-051-1/+1
* | Remove qFind usages from QLinkedListGiuseppe D'Angelo2013-09-041-1/+3
* | Remove qCopy from QVarLengthArrayGiuseppe D'Angelo2013-09-041-1/+2
* | QDateTime - Add api for Time Zone AbbreviationJohn Layt2013-09-032-0/+107
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-09-021-0/+2
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-0/+2
| |\|