summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure QTypedArrayData is just a shim over QArrayDataJoão Abecasis2012-03-281-0/+4
* Merge master into api_changesKent Hansen2012-03-276-31/+41
|\
| * Fix measurement system for the UKLars Knoll2012-03-264-9/+18
| * Remove support for Mac OS X compilers without the -Xarch flagThiago Macieira2012-03-241-16/+0
| * Fix loading of the ICU dynamic libraries on Windows.Friedemann Kleint2012-03-241-6/+23
* | Add support for detecting SSE2 and SSE3 on WinCEThiago Macieira2012-03-261-0/+4
* | Update QLocale data from CLDR v1.8.1 to CLDR v1.9.1Jędrzej Nowacki2012-03-242-3385/+3404
* | Remove detection for MMX support and related technologyThiago Macieira2012-03-232-56/+13
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-233-13/+0
* | Merge master into api_changesKent Hansen2012-03-236-41/+63
|\|
| * Whitespace fix for brace in qstring.cppThiago Macieira2012-03-231-1/+1
| * Quick optimisations to QString: no const-ref for QLatin1XXXThiago Macieira2012-03-231-4/+4
| * Make QLocalePrivate::updateSystemLocale() reset the locale data on UnixLars Knoll2012-03-221-21/+49
| * Make QLocale not depend on being friends with the global staticThiago Macieira2012-03-222-9/+8
| * Add qpair.h to the HEADERS listThiago Macieira2012-03-221-0/+1
| * Remove the false information that IA-64 supports SSE2Thiago Macieira2012-03-221-6/+0
* | Rewrite QMap to use a RB treeLars Knoll2012-03-232-552/+715
* | QLatin1String: Suppress MSVC warnning.Debao Zhang2012-03-211-1/+1
* | QRegularExpression: support for QStringList overloadsGiuseppe D'Angelo2012-03-212-0/+161
* | Generate a forwarding header for QStringBuilder.Stephen Kelly2012-03-201-0/+1
* | Add a base class with specialization to QStringBuilder.Stephen Kelly2012-03-191-12/+38
* | Merge master into api_changesKent Hansen2012-03-1919-13/+212
|\|