summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Make reallocData use QArrayData::AllocationOptionsJoão Abecasis2012-04-162-24/+23
* Drop unnecessary assignmentJoão Abecasis2012-04-161-1/+0
* Migrate QByteArray over QArrayData.Jędrzej Nowacki2012-04-162-60/+40
* Remove explicit checks for shared_null/emptyJoão Abecasis2012-04-161-6/+6
* Make QByteArray and QString keep track of terminating nullJoão Abecasis2012-04-164-46/+49
* 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
* | Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-021-0/+23
* | Add missing include on 32-bit buildsJoão Abecasis2012-04-021-3/+1
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-315-16/+21
* | Make QArrayData::shared_null zero terminated.Jędrzej Nowacki2012-03-292-6/+13
* | Make qsimd.cpp also complain if required features are missingThiago Macieira2012-03-281-2/+58