summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qhash
Commit message (Expand)AuthorAgeFilesLines
* qHash: implement chunked hashing of QLatin1StringViewThiago Macieira2024-03-121-4/+37
* QHash: implement the heterogeneous non-const operator[]Thiago Macieira2024-03-121-1/+10
* QHash: add support for heterogeneous key lookupsThiago Macieira2024-03-121-0/+210
* Change license for tests filesLucie Gérard2024-02-041-1/+1
* Check that QMulti{Map,Hash} (still) store in reverse insertion orderMarc Mutz2023-12-071-0/+21
* CMake: remove check for cxx11_futureThiago Macieira2023-08-021-4/+0
* CMake: Make corelib tests standalone projectsAlexandru Croitor2023-07-051-0/+6
* QMultiHash: fix missing update to m_sizeThiago Macieira2023-04-041-0/+73
* QHash: fix GrowthPolicy::bucketsForCapacityThiago Macieira2023-02-231-0/+36
* tests: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-171-2/+0
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-29/+29
* Port from container.count()/length() to size()Marc Mutz2022-10-041-20/+20
* tst_QHash: Fix outdated rehash testMårten Nordheim2022-09-221-2/+2
* Port tests away from using q{Set}GlobalQHashSeedIvan Solovev2022-08-261-4/+19
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-161-27/+2
* Replace uses of _qs with _s in testsSona Kurazyan2022-04-071-1/+3
* Q[Multi]Hash: fix squeeze()Ivan Solovev2022-04-061-1/+94
* Q[Multi]Hash::reserve(): do nothing if desired size is less than currentIvan Solovev2022-04-061-0/+31
* Fix compiler warnings in testsVolker Hilsheimer2022-03-241-1/+1
* Tests: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* Add qt_internal_undefine_global_definition functionAlexey Edelev2022-02-021-2/+1
* Restore missing Qt definitionsAlexey Edelev2022-01-311-2/+3
* tst_QHash: Update the erase_edge_case testMårten Nordheim2021-12-171-3/+29
* Fix hash lookup using the value of a key iteratorLars Knoll2021-12-161-0/+17
* QMultiHash: fix erase returning the wrong iteratorMårten Nordheim2021-12-071-0/+16
* QHash: fix thread race around references and detachingMårten Nordheim2021-11-251-0/+56
* Fix QMultiHash::operator== crashAndreas Buhr2021-11-111-0/+12
* QHash: avoid crashing when reserving on a shared hashMårten Nordheim2021-10-261-0/+17
* QHash/QSet: fix squeeze() for default-constructed containerIvan Solovev2021-07-271-0/+2
* QHash, QMultiHash: extend testsIvan Solovev2021-07-201-12/+532
* Fix QMultiHash::keys(const T&) overloadIvan Solovev2021-07-081-8/+57
* QMultiHash::find - prevent detaching shared nullIvan Solovev2021-07-081-0/+15
* QHash: Fix erase() edge-caseMårten Nordheim2021-06-181-0/+19
* Fix gcc warnings from having only one of assignment/copyVolker Hilsheimer2021-04-111-0/+2
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-121-0/+15
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-12/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-6/+0
* Fix QMultiHash::equal_range crashesZhang Yu2021-01-061-0/+7
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+1
* QHash: support std::hash as hashing functionGiuseppe D'Angelo2020-11-301-0/+86
* QChar: make construction from integral explicitGiuseppe D'Angelo2020-11-151-4/+4
* QMultiHash: add a QHash&& constructor and unite() overloadMårten Nordheim2020-11-091-0/+113
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-031-0/+6
* Fix qHash(QMultiHash)Lars Knoll2020-11-031-0/+10
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-2/+2
* Disable warning about self-move and self-assign-overloadTor Arne Vestbø2020-07-261-0/+3
* CMake: Regenerate tests with new qt_ prefixed APIsAlexandru Croitor2020-07-092-2/+2
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-1/+1