summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qhash
Commit message (Expand)AuthorAgeFilesLines
* Introduce QHash key iteratorsSérgio Martins2015-07-281-0/+29
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* tst_QHash: Factor qHash()-related test cases into a separate testMarc Mutz2015-01-051-101/+0
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* tst_QHash: check which of several equal keys is insertedMarc Mutz2014-08-051-0/+34
* tst_QHash: replace QVERIFY(x == y) with QCOMPARE(x,y)Marc Mutz2014-07-251-2/+2
* tst_QHash: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+6
* Deprecate setSharable in Qt containersThiago Macieira2014-04-241-1/+3
* Remove qSort usages from core testsSergio Ahumada2014-02-221-1/+3
* Make sure all containers compile in strict-iterator modeThiago Macieira2014-02-221-1/+1
* Add qHash() overloads for floating-point typesMarc Mutz2014-02-161-0/+15
* QHash/QSet - fix QHash::erase when the hash is sharedThorbjørn Martsum2013-08-241-0/+30
* Add qt_hash(QStringRef) overloadGiuseppe D'Angelo2013-05-071-0/+22
* Fix loop condition in tst_qhash (CLANG).Friedemann Kleint2013-03-061-2/+2
* Added initializer list constructors for Qt associative containers.Roman Pasechnik2013-01-241-0/+30
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-121-4/+4
* QHash: fix key() testGiuseppe D'Angelo2012-04-141-4/+4
* QHash security fix (1.5/2): qHash two arguments overload supportGiuseppe D'Angelo2012-04-041-0/+97
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Cleanup corelib autotestsJason McDonald2011-11-301-2/+0
* Restore commented-out code in QHash test.Jason McDonald2011-11-211-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-141-8/+0
* Cleanup corelib autotestsJason McDonald2011-11-111-4/+2
* Cleanup corelib autotestsJason McDonald2011-11-101-112/+112
* Cleanup corelib autotestsJason McDonald2011-11-071-8/+0
* Remove tests for API that never made it into Qt.Jason McDonald2011-10-311-26/+0
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* Don't crash by modifying read-only shared_nullBradley T. Hughes2011-10-041-0/+13
* Remove Symbian-specific code from tests.Jason McDonald2011-09-292-5/+1
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-013-0/+1251