summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | QList - fix insert with iterator on shared instanceThorbjørn Martsum2013-08-241-1/+5
* | QLinkedList - fix erase with iterator when the list is shared.Thorbjørn Martsum2013-08-241-2/+32
* | QList - fix QList::erase when the list is sharedThorbjørn Martsum2013-08-241-0/+15
* | QMap - fix erase with iterator when the map is sharedThorbjørn Martsum2013-08-241-0/+21
* | QHash/QSet - fix QHash::erase when the hash is sharedThorbjørn Martsum2013-08-241-0/+16
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-222-2/+10
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-212-2/+10
| |\|
| | * Ensure that bootstrapped users of QCryptographicHash only use SHA-1Thiago Macieira2013-08-152-1/+9
| | * Don't compile MD4, MD5, SHA-2 and SHA-3 into qmakeThiago Macieira2013-08-151-1/+1
* | | QHash: fix compilation with gcc-4.2.1 (Mac OS X)David Faure2013-08-211-7/+2
* | | QDateTime - Use the copy constructor in addDays/Months/YearsJohn Layt2013-08-211-3/+12
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-166-21/+16
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-146-21/+16
| |\|
| | * un-confuse lupdate: make #ifdef'd braces symmetricalOswald Buddenhagen2013-08-121-3/+2
| | * QByteArray: Remove some reinterpret_cast<>.Friedemann Kleint2013-07-302-4/+4
| | * Remove a left over cast that is now semantically incorrect.Jake Petroules2013-07-301-1/+1
| | * Work around msvc /clr LNK2005 errors with QListRichard Browne2013-07-301-12/+8
| | * Correct QHash::values() documentation.Mitch Curtis2013-07-291-1/+1
* | | QVector - optimize removeLast (and takeLast + pop_back)Thorbjørn Martsum2013-08-161-8/+8
* | | initCharAttributes() micro-optimizationKonstantin Ritt2013-08-151-5/+12
* | | QLocale: Minor code dde-uplicationKonstantin Ritt2013-08-141-8/+6
* | | [2/2] Implement Unicode Normalization Form Quick Check (NF QC)Konstantin Ritt2013-08-144-6447/+6733
|/ /
* | Update QLocale locale database up to CLDR 23.1Konstantin Ritt2013-08-123-1259/+1268