summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\|
| | * Specify maximum array size for QByteArray.Leonard Lee2013-08-211-0/+2
* | | Improve QBitArray's construction performance a littleThiago Macieira2013-08-311-5/+4
* | | Add a construction note on why QBitArray has a +1 everywhereThiago Macieira2013-08-311-0/+14
* | | Fix corner-case counting of bits in QBitArray::count(bool)Thiago Macieira2013-08-311-3/+3
* | | Remove workarounds to old GCC bugs we had encountered on IRIXThiago Macieira2013-08-311-22/+0
* | | Doc: Enable documentation for QScopedPointer's rvalue ref functionsTopi Reinio2013-08-301-3/+1
* | | QDateTime - Extend fromMSecsSinceEpoch APIJohn Layt2013-08-292-10/+64
* | | QDateTime - Improve and expose Qt::OffsetFromUtcJohn Layt2013-08-283-148/+345
* | | Don't compare const_iterator with iterator.Stephen Kelly2013-08-271-2/+2
|/ /
* | Don't try to detect the CPUID instruction if we're compiling for PentiumThiago Macieira2013-08-271-1/+1
* | Long live QCommandLineParser!David Faure2013-08-245-0/+1406
* | QLinkedList - fix insert with iterator when the list is shared.Thorbjørn Martsum2013-08-241-0/+3