summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qhashfunctions.h
Commit message (Expand)AuthorAgeFilesLines
* 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