summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Fixed qsharedpointer unittest on windowsKurt Korbatits2012-02-031-1/+5
* Fix QString::operator=(QLatin1String) for substringsKent Hansen2012-02-021-0/+23
* Fix QString(QLatin1String) constructor for substringsKent Hansen2012-02-021-0/+9
* Fix operator==(QLatin1String, QLatin1String) and friends for substringsKent Hansen2012-02-021-0/+83
* Remove many deprecated methodsLars Knoll2012-01-311-1/+1
* QDateTime: Add validity checksJohn Layt2012-01-312-2/+51
* QDateTime: Add missing QDate Unit TestsJohn Layt2012-01-311-0/+137
* QDateTime: Deprecate setYMD()John Layt2012-01-311-0/+2
* Fix bugs when using a non 0 terminated QLatin1StringLars Knoll2012-01-301-0/+7
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3055-55/+55
* Fixed QString::operator<(QLatin1String)Denis Dzyubenko2012-01-261-0/+12
* Fix a couple of edge cases for WildcardUnix matchingAndy Shaw2012-01-261-1/+3
* Make mid() and midRef() properly return empty, non-null objectsGiuseppe D'Angelo2012-01-241-0/+8
* Update contact information in license headers.Jason McDonald2012-01-2355-55/+55
* Minor style fixups.Robin Burchell2012-01-211-17/+12
* Changed qsharedpointer unittest to use build qmake over system one.Kurt Korbatits2012-01-171-1/+12
* Changed unittests in corelib to use specific headers instead of super-headers.Kurt Korbatits2012-01-161-1/+1
* Avoid using 'check' in QSharedPointer test.Stephen Kelly2012-01-091-42/+42
* Remove the Q_TYPENAME define.Stephen Kelly2012-01-081-1/+1
* Remove redundant class from QStringMatcher test.Jason McDonald2012-01-061-10/+4
* Update copyright year in license headers.Jason McDonald2012-01-0555-55/+55
* Implement (and unit test) simple QVarLengthArray::first()/last().Robin Burchell2012-01-021-0/+46
* Cleanup corelib autotests.Jason McDonald2011-12-281-0/+12
* Remove mentions of Trolltech from QRegExp autotest.Jason McDonald2011-12-281-2/+2
* add tests and benchmarks for QString::toLower()/toUpper()/toCaseFolded()Konstantin Ritt2011-12-251-5/+87
* Remove empty functions from QSet autotest.Jason McDonald2011-12-251-4/+0
* QCryptographicHash: allow to hash the content of a QIODeviceSune Vuorela2011-12-224-0/+44
* Remove QT_NO_STL_WCHAR hackHarald Fernengel2011-12-221-7/+1
* Add QVarLengthArray::length().Robin Burchell2011-12-121-0/+62
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-101-2/+0
* Port externaltests.cpp to QTemporaryDirDavid Faure2011-12-071-69/+23
* Fix tst_QSharedPointer invalidConstructs:forward-declaration failureBradley T. Hughes2011-12-061-0/+6
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-0633-99/+0
* Remove cast and assignment operators from QAtomicInt and QAtomicPointerBradley T. Hughes2011-12-021-2/+2
* Fixed installation of corelib testsRohan McGovern2011-12-0112-48/+26
* Improve QString autotest.Jason McDonald2011-12-011-8/+7
* Minor improvement to QByteArray autotestJason McDonald2011-12-011-28/+23
* Cleanup corelib autotestsJason McDonald2011-11-308-68/+57
* Fix compilation of qeasingcurve autotest on Windows.Friedemann Kleint2011-11-291-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-293-15/+16
* Cleanup corelib autotestsJason McDonald2011-11-255-40/+41
* Improve QVector autotestJason McDonald2011-11-241-1/+1
* uclibc: fenv.h does not define the necessary things.Holger Hans Peter Freyther2011-11-221-3/+7
* Remove reset test from QTimeLine.Jason McDonald2011-11-221-40/+2
* Add test for QTimeLine::toggleDirection()Jason McDonald2011-11-221-9/+10
* Restore commented-out data in QString test.Jason McDonald2011-11-221-2/+2
* Remove obsolete data from QStringRef test.Jason McDonald2011-11-221-9/+0
* Remove obsolete code from QRegExp test.Jason McDonald2011-11-221-67/+0
* Re-enable the corelib autotests on Mac OS XBradley T. Hughes2011-11-211-0/+2
* qtbase tests: Fix some warningsFriedemann Kleint2011-11-211-5/+4