summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qhash
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-0/+73
|\
| * Add QHash::insert(const QHash &other)Lars Knoll2019-12-051-0/+73
* | Get rid of unsharable containersLars Knoll2019-10-301-7/+0
|/
* Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-031-0/+2
* Corelib tests: Fix out of bounds string accessFriedemann Kleint2019-06-281-1/+1
* Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-4/+0
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-2/+67
|\
| * QHash/QMultiHash: fix operator==Giuseppe D'Angelo2017-05-051-2/+67
* | Implement key-value iteratorSamuel Gaist2017-05-051-0/+55
|/
* QMap, QHash: make key_iterator satisfy the DefaultConstructible conceptAnton Kudryavtsev2017-03-201-0/+4
* Add qHash(QHash) and qHash(QMultiHash)Marc Mutz2016-07-141-0/+64
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+1
| |\
| | * Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-1/+1
* | | QtCore: Remove Windows CE.Friedemann Kleint2016-03-301-4/+0
|/ /
* | Introduce QHash::equal_range()Sérgio Martins2016-02-141-0/+108
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-141-15/+15
* | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-051-1/+1
* | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-011-1/+0
|/
* 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