summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools
Commit message (Expand)AuthorAgeFilesLines
* Changed qcryptographichash unittest to work from installation directoryKurt Korbatits2012-02-172-12/+4
* Eliminate duplicate data row names from corelib autotests.Jason McDonald2012-02-1410-115/+115
* Remove HP PA-RISC atomic implementation.Bradley T. Hughes2012-02-131-5/+0
* Make it possible to put QObject tracked with QWeakPointer inside QSharedPointerOlivier Goffart2012-02-101-8/+25
* Fixed qsharedpointer unittest to run from installation directoryKurt Korbatits2012-02-101-1/+1
* Make "nmake check" pass for corelib tests in Windows.Miikka Heikkinen2012-02-092-0/+5
* SIC: QLocale: Make QSystemLocale a private classJohn Layt2012-02-051-40/+0
* QString: Make convert to number methods only use C localeJohn Layt2012-02-051-149/+88
* Add movability tests for QByteArray.Jędrzej Nowacki2012-02-051-1/+81
* QDateTime: Remove Julian CalendarJohn Layt2012-02-052-51/+22
* QDateTime: Store Julian Day as qint64John Layt2012-02-052-75/+216
* 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