summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* | add QScopedPointerDeleteLater, a custom deleter for QObjectsMatt Broadstone2013-08-122-0/+14
* | Add a few more typedefs to QString, for STL compatibilityThiago Macieira2013-07-302-3/+33
* | Avoided zero devision in cube root approximationBernd Weimer2013-07-291-4/+6
* | Implement move-ctor and move-assignment-op for QScopedPointerGiuseppe D'Angelo2013-07-282-0/+40
* | Add the RFC2822Date formatKevin Ottens2013-07-241-0/+135
* | Add reminders to change uint to quint64 in Qt6 QDateTime time_t methodsDavid Gil2013-07-151-0/+3
* | QVarLengthArray - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+10
* | QSet - check if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-122-1/+9
* | QHash - checks if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+20
* | QList - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-2/+15
* | QVector - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-1/+9
* | QMap - check if iterator arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+18
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-1/+1
|\|
| * Fix change-of-sign warning found by ICCThiago Macieira2013-07-031-1/+1
* | Implement system locale for AndroidEskil Abrahamsen Blomfeldt2013-07-041-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-209-43/+42
|\|
| * Ensure we don't repeat QTBUG-30931 in Qt5Konstantin Ritt2013-06-181-5/+4
| * Remove use of 'register' from Qt.Stephen Kelly2013-06-177-36/+36
| * QSystemLocale: Fix the time format on BlackBerry 10El Mehdi Fekari2013-06-141-2/+2
* | Fix roundtrip conversion of datetimes.Mitch Curtis2013-06-171-4/+20
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-127-13/+18
|\|
| * Q_DISABLE_COPY doesn't need a ; at the endAlbert Astals Cid2013-06-101-1/+1
| * QtCore: Fix MSVC-64 warnings about integer truncation.Friedemann Kleint2013-06-081-3/+3