summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-167-823/+849
|\
| * UCD-5.0: apply Corrigendum #6Konstantin Ritt2012-04-151-788/+789
| * qdoc: Fixed bugs causing invalid DITA XMLMartin Smith2012-04-141-1/+1
| * QChar: documentation fixesKonstantin Ritt2012-04-131-1/+18
| * QRegularExpression: optimize global matchGiuseppe D'Angelo2012-04-121-1/+12
| * QChar: optimize some methods a bit for general caseKonstantin Ritt2012-04-112-18/+22
| * minor improvement for NormalizationCorrectionsKonstantin Ritt2012-04-112-2/+3
| * fix digitValue() returned 0 instead of -1 for invalid ucs4 charactersKonstantin Ritt2012-04-111-1/+1
| * Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-102-2/+2
| * remove CODEC_FOR_C_STRINGS leftoversKonstantin Ritt2012-04-101-9/+1
* | QHash security fix (2/2): enable QHash random seedGiuseppe D'Angelo2012-04-141-1/+1
* | QHash: remove optimization for QHash<int, T>Giuseppe D'Angelo2012-04-141-1/+14
* | qHash: qHash(T*) two arguments supportGiuseppe D'Angelo2012-04-141-2/+2
* | qHash: two arguments support for simple integer types (and QChar)Giuseppe D'Angelo2012-04-141-16/+16
* | QSharedPointer: qHash two arguments supportGiuseppe D'Angelo2012-04-131-3/+3
* | make QStringList::sort() to take a Qt::CaseSensitivity paramKonstantin Ritt2012-04-122-8/+19
* | unite QString::normalized() overloadsKonstantin Ritt2012-04-112-26/+12
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-115-7/+7
* | Make reallocData() take (unsigned) size, including nullJoão Abecasis2012-04-114-38/+38
* | Add early-clobbers to the output variables in CPUIDThiago Macieira2012-04-101-3/+3
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-105-27/+16
|\|
| * Update the documentation about the sign in QElapsedTimer::(m)secsToThiago Macieira2012-04-041-3/+3
| * Remove/update Qt 5 to-do's that won't be done for Qt 5.Jason McDonald2012-04-042-2/+1
| * Remove qdoc for obsolete methods of QSet.Jason McDonald2012-04-021-10/+0
| * QRegularExpression: operator<<(QDebug, PatternOptions) improvementsGiuseppe D'Angelo2012-03-311-12/+12
* | New qHash algorithm for uchar/ushort arrays (QString, QByteArray, etc.)Giuseppe D'Angelo2012-04-091-19/+23
* | Stop relying on qHash always giving the same resultsGiuseppe D'Angelo2012-04-082-0/+31
* | More qHash(T, uint) overloads for Qt typesGiuseppe D'Angelo2012-04-071-2/+2
* | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-079-43/+2
* | qHash: always use the seed in the catch-all templateGiuseppe D'Angelo2012-04-061-1/+1
* | Fix compilation with MinGW.Marcel Krems2012-04-052-2/+8
* | QLatin1String: add qHash overloadGiuseppe D'Angelo2012-04-052-0/+7
* | Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-051-1/+1
* | Make QLocale::toULongLong return the proper type: qulonglongThiago Macieira2012-04-052-4/+2
* | Don't allocate space for null when using fromRawDataJoão Abecasis2012-04-052-2/+2
* | Simplify conditionalsJoão Abecasis2012-04-052-2/+2
* | Rename realloc -> reallocDataJoão Abecasis2012-04-054-27/+26
* | Move growth computation to re-allocation functionJoão Abecasis2012-04-054-22/+22
* | Drop nullary overload of private QString::reallocJoão Abecasis2012-04-052-12/+8
* | Introduce initializer macros for QString- and QByteArrayDataJoão Abecasis2012-04-044-14/+31
* | Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-045-69/+95
* | QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-043-51/+91
* | Reorganize unicode string support in QStringJoão Abecasis2012-04-031-23/+24
* | QLocale: Merge month name data storage to save 50KB memoryJohn Layt2012-04-032-2889/+1641
* | QHash security fix (1/2): add global QHash seedGiuseppe D'Angelo2012-04-032-5/+109
* | Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-031-0/+5
* | Don't use qstrlen if string is not nullJoão Abecasis2012-04-031-5/+5
* | Introduce QArrayDataPointer::needsDetachJoão Abecasis2012-04-021-11/+14
* | Introduce QArrayDataOps::truncateJoão Abecasis2012-04-021-0/+20
* | Introduce QArrayData::detachCapacityJoão Abecasis2012-04-022-1/+8