summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qset/tst_qset.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Optimize QSet::uniteAllan Sandfeld Jensen2024-01-201-1/+1
* Remove unused variablesAmir Masoud Abdol2023-04-191-2/+0
* QHash: fix GrowthPolicy::bucketsForCapacityThiago Macieira2023-02-231-8/+20
* tst_QSet: fix flakiness after we removed the fixed, non-zero seedThiago Macieira2022-10-181-11/+21
* Port from container.count()/length() to size()Marc Mutz2022-10-041-10/+10
* Port tests away from using q{Set}GlobalQHashSeedIvan Solovev2022-08-261-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Remove checks for features available in C++17Ievgenii Meshcheriakov2021-10-021-4/+0
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-271-4/+4
* QSet: extend testsIvan Solovev2021-07-221-5/+172
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* QSet: add insert(T&&)Mårten Nordheim2020-12-021-0/+79
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-1/+1
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* New QHash implementationLars Knoll2020-04-091-7/+10
* Remove deprecated functionality from QSetLars Knoll2020-01-301-146/+1
* Get rid of QT_STRICT_ITERATORSLars Knoll2019-11-041-2/+0
* QVector/QList/QLinkedList/QVarLengthArray/QSet: add missing deduction guidesMarc Mutz2019-08-071-0/+28
* Remove handling of missing Q_COMPILER_INITIALIZER_LISTSAllan Sandfeld Jensen2019-05-021-12/+0
* Updated license headersJani Heikkinen2016-01-211-17/+12
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-141-0/+16
|\
| * QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()Marc Mutz2015-10-131-0/+16
* | Tests: Use QCOMPARE() with QLatin1String() for QString values.Friedemann Kleint2015-10-141-1/+1
|/
* Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-221-21/+3
* QSet: Introduce intersects().Sérgio Martins2015-05-301-0/+27
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* tst_QSet: make qhash() test deterministicMarc Mutz2015-01-231-1/+18
* Add qHash() overload for QSetMarc Mutz2015-01-181-0/+45
* tst_QSet: add a non-trivial test for op==Marc Mutz2015-01-051-0/+10
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* tst_QSet: check which of several equal elements is insertedMarc Mutz2014-08-051-0/+26
* tst_QSet: verify that {}-style initialization drops duplicatesMarc Mutz2014-07-251-1/+1
* Added initializer list constructors for Qt associative containers.Roman Pasechnik2013-01-241-0/+22
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()Marc Mutz2012-03-171-12/+12
* 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 empty functions from QSet autotest.Jason McDonald2011-12-251-4/+0
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Cleanup corelib autotestsJason McDonald2011-11-301-1/+0
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-011-0/+931