summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhash.cpp
Commit message (Expand)AuthorAgeFilesLines
* QHash: optimize value(key) and key(value) callersMarc Mutz2021-11-191-13/+18
* QMultiHash: Add forgotten documentationMårten Nordheim2021-11-031-6/+16
* QHash: use the shadow seedThiago Macieira2021-10-261-21/+20
* QHash: double the size of the stored seedThiago Macieira2021-10-261-66/+114
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-1/+1
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-231-4/+4
* Doc: QtCore: Fix documentation issuesTopi Reinio2021-06-011-1/+0
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-2/+2
* QRandomGenerator: let qt_initial_random_value() return 128 bits of dataThiago Macieira2021-05-231-1/+2
* QHash & QRandomGenerator: cooperate to provide a simpler initial seedThiago Macieira2021-05-231-4/+10
* Deprecate qGlobalQHashSeed and qSetGlobalQHashSeed in Qt 6.6Thiago Macieira2021-05-231-1/+4
* Mark QHashSeed::globalSeed() noexceptThiago Macieira2021-05-231-5/+8
* Introduce QHashSeed and switch to size_t seedsThiago Macieira2021-05-231-35/+127
* Use __has_* instead QT_HAS_*JiDe Zhang2021-05-211-1/+1
* Add runtime ARM64 AES checkAllan Sandfeld Jensen2021-05-201-3/+8
* QHash: disable the AES based one on the bootstrap libraryThiago Macieira2021-05-011-2/+2
* Add runtime aes/crypto check for ARMAllan Sandfeld Jensen2021-04-211-1/+3
* MSVC: Fix size_to to int warning in qhash.cppKai Köhne2021-04-211-1/+1
* QHash: allow an empty QT_HASH_SEED env variable to resetThiago Macieira2021-04-161-1/+1
* QHash: remove the ability to set a non-zero global seedThiago Macieira2021-04-161-6/+5
* QMultiHash: Fix docFabian Kosmale2021-04-161-3/+2
* QHash: add a Qt 7 TODOGiuseppe D'Angelo2021-03-211-0/+1
* Add ARM version of the "AES" qhash algorithmAllan Sandfeld Jensen2021-03-051-0/+135
* Add a qHashEquals() method and use it to compare keys in QHashLars Knoll2020-12-041-0/+15
* Document QMultiHash::clear functionAndreas Buhr2020-12-021-0/+9
* Associative containers: add erase_ifGiuseppe D'Angelo2020-12-021-0/+58
* QHash: support std::hash as hashing functionGiuseppe D'Angelo2020-11-301-10/+30
* Make the QMultiHash(const QHash &) constructor explicitLars Knoll2020-11-031-0/+10
* Remove documentation for removed qHash overloadVolker Hilsheimer2020-10-291-15/+0
* Do not use QHash's aeshash() under Clang's sanitizerAndrei Golubev2020-10-051-2/+14
* Switch QBitArray to qsizetypeAllan Sandfeld Jensen2020-09-291-2/+2
* Fix some qdoc warnings from QHash and QMultiHashVolker Hilsheimer2020-09-281-21/+8
* Fix mistake in AESHASH algorithmAllan Sandfeld Jensen2020-08-231-2/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-7/+0
* Another round of using noexcept instead of pre-C++11 definesAllan Sandfeld Jensen2020-08-131-1/+1
* Add an AES-based qHash function, inspired on Go'sThiago Macieira2020-08-041-0/+137
* Document that keys() and values() run in linear timeMitch Curtis2020-07-311-0/+16
* Introduce QByteArrayViewSona Kurazyan2020-07-081-0/+12
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-121-12/+0
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-121-5/+48
* Provide qHash for all C++ fundamental typesGiuseppe D'Angelo2020-05-081-0/+35
* Optimize hashing of floating point numbersLars Knoll2020-04-091-9/+16
* Replace Qt's hashing function with SipHashThiago Macieira2020-04-091-11/+220
* Change qHashBits to use MurmurHash2Lars Knoll2020-04-091-139/+102
* Implement emplace() for QHash and QMultiHashLars Knoll2020-04-091-0/+47
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-42/+42
* Fix the documentation for QHash and QMultiHashLars Knoll2020-04-091-312/+749
* New QHash implementationLars Knoll2020-04-091-322/+0
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-2/+16
|\
| * Doc: Expand reasoning for QHash deprecationsTopi Reinio2020-03-261-2/+16