summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-0715-89/+5
* qHash: always use the seed in the catch-all templateGiuseppe D'Angelo2012-04-061-1/+1
* Add test for qHash(QByteArray)Giuseppe D'Angelo2012-04-061-0/+4
* Add test for qHash(QString) / qHash(QStringRef)Giuseppe D'Angelo2012-04-061-0/+8
* Fix compilation with MinGW.Marcel Krems2012-04-052-2/+8
* QLatin1String: add qHash overloadGiuseppe D'Angelo2012-04-052-0/+7
* Enable variadic macros for MSVC >= 2005João Abecasis2012-04-051-0/+4
* Fix unittest for QStandardPaths::enableTestModeDavid Faure2012-04-051-5/+5
* Add zero-termination checks to QString and QByteArray testsJoão Abecasis2012-04-053-1/+119
* Revert "Add tests to verify QByteArray's zero termination"João Abecasis2012-04-051-123/+5
* Make QLocale::toULongLong return the proper type: qulonglongThiago Macieira2012-04-052-4/+2
* Get rid of QKeyEventExThiago Macieira2012-04-055-85/+62
* Remove macro _POSIX_ from Win32 special fileDebao Zhang2012-04-052-2/+0
* 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-049-27/+45
* Clean up constructors for "statics" in QString and QByteArrayJoão Abecasis2012-04-049-76/+134
* Document that the order of results from QAIM::match are not relevant.Stephen Kelly2012-04-041-1/+3
* Merge one static function into anotherThiago Macieira2012-04-041-13/+5
* Add missing #include <stdio.h> for _filenoThiago Macieira2012-04-041-0/+1
* QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-047-56/+195
* Stop relying on QHash orderingGiuseppe D'Angelo2012-04-033-4/+31
* Reorganize unicode string support in QStringJoão Abecasis2012-04-031-23/+24
* Remove the sectionAutoResize signal.Stephen Kelly2012-04-032-15/+2
* QLocale: Merge month name data storage to save 50KB memoryJohn Layt2012-04-033-2901/+1644
* QHash security fix (1/2): add global QHash seedGiuseppe D'Angelo2012-04-035-6/+125
* Remove old comment restored by mistakeThiago Macieira2012-04-031-3/+0
* Add a remainingTime() method to the public interface of the QTimer classLaszlo Papp2012-04-0320-0/+181
* Remove duplicated template code.Jędrzej Nowacki2012-04-034-112/+61
* Don't use qstrlen if string is not nullJoão Abecasis2012-04-031-5/+5
* QSqlDriver functions made virtualMatt Newell2012-04-0211-207/+58
* Deprecate QItemSelectionModel::intersect().Stephen Kelly2012-04-022-4/+7
* QUuid: mark as Q_PRIMITIVE_TYPEMarc Mutz2012-04-021-1/+1
* Introduce QArrayDataPointer::needsDetachJoão Abecasis2012-04-022-15/+18
* Introduce QArrayDataOps::truncateJoão Abecasis2012-04-023-2/+115
* Introduce QArrayData::detachCapacityJoão Abecasis2012-04-024-8/+21
* Introduce QArrayDataOps::appendInitializeJoão Abecasis2012-04-023-1/+103
* 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-3113-43/+50
* Make numerus unsignedJoão Abecasis2012-03-301-6/+5
* Pre-validate numerus rules: fail early, fail gracefullyJoão Abecasis2012-03-301-17/+80
* Verify presence of "magic cookie" before more expensive readsJoão Abecasis2012-03-301-5/+15
* Add tests to verify QByteArray's zero terminationJoão Abecasis2012-03-301-5/+123
* Use unsigned variable for size and indexJoão Abecasis2012-03-301-2/+2
* Fix comments out of touch with realityJoão Abecasis2012-03-301-3/+3
* Revert to Qt4 behaviour that QUrl().isValid() == falseThiago Macieira2012-03-302-16/+6
* Move the #include "tst_qurlinternal.moc" up to workaround a bugThiago Macieira2012-03-301-2/+1