summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhashfunctions.h
Commit message (Expand)AuthorAgeFilesLines
* QHash: fix qHash(std::pair)Thiago Macieira2021-05-231-2/+15
* Deprecate qGlobalQHashSeed and qSetGlobalQHashSeed in Qt 6.6Thiago Macieira2021-05-231-1/+4
* Mark QHashSeed::globalSeed() noexceptThiago Macieira2021-05-231-1/+1
* Introduce QHashSeed and switch to size_t seedsThiago Macieira2021-05-231-0/+12
* QFlags: add qHash overloadGiuseppe D'Angelo2021-05-111-0/+4
* QHash: add a Qt 7 TODOGiuseppe D'Angelo2021-03-211-0/+1
* Add a qHashEquals() method and use it to compare keys in QHashLars Knoll2020-12-041-0/+6
* Seedless qHash catch-all: make it SFINAE-friendlyGiuseppe D'Angelo2020-11-301-2/+10
* Whitespace cleanup in corelib/toolsAllan Sandfeld Jensen2020-10-211-2/+4
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-031-0/+2
* Move QStringRef and remains to Qt5CompatKarsten Heimrich2020-08-201-4/+0
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-141-14/+14
* Introduce QByteArrayViewSona Kurazyan2020-07-081-0/+1
* Port remaining usages of QStringRef in QtCore to QStringViewLars Knoll2020-06-121-3/+5
* Long live std::pair!Giuseppe D'Angelo2020-06-101-9/+0
* Long live qHashMulti(Commutative)Giuseppe D'Angelo2020-05-121-4/+47
* Provide qHash for all C++ fundamental typesGiuseppe D'Angelo2020-05-081-9/+21
* QHashFunctions: port to if constexprGiuseppe D'Angelo2020-05-051-1/+1
* Optimize hashing of floating point numbersLars Knoll2020-04-091-1/+8
* Fix compiler warning on 32bitLars Knoll2020-04-091-6/+7
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-39/+40
* Implement better hash functions for integer typesLars Knoll2020-02-151-14/+44
* qhashfunctions.h: add specializations of std::hash for some Qt typesMarc Mutz2019-05-291-0/+36
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-041-26/+26
|\
| * Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-031-26/+26
* | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-7/+7
|/
* JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-271-0/+5
* doc: Fix three "Cannot tie" errorsMartin Smith2017-12-021-1/+1
* Allow to chain qt_hash() callsMarc Mutz2017-03-301-1/+1
* Add qHash(QStringView)Marc Mutz2017-03-301-1/+4
* Replace internal qt_hash(QString(Ref)) functions with one taking QStringViewMarc Mutz2017-03-301-2/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-0/+3
|\
| * Move q{Set,}GlobalQHashSeed() to the correct header fileMarc Mutz2016-05-131-0/+3
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Add qHash(std::pair)Marc Mutz2015-12-301-0/+9
|/
* Split qHash()-related code into separate headerMarc Mutz2015-04-081-0/+156