summaryrefslogtreecommitdiff
path: root/src/hash.hh
AgeCommit message (Expand)Author
2024-02-06Use different hash algorithms for strings and file hashingMaxime Coste
2021-11-21Replace std::enable_if with requiresMaxime Coste
2019-01-24Header and dependency cleanupMaxime Coste
2017-10-20Constexprify various hash functionsMaxime Coste
2017-08-18Revert "Change HashCompatible trait to a variable template"Maxime Coste
2017-08-14Change HashCompatible trait to a variable templateMaxime Coste
2017-07-19More uses of standard type traits aliasesMaxime Coste
2017-07-19Migrate code to c++14Maxime Coste
2017-03-06Introduce a custom HashMap implementation along with a quick benchmarkMaxime Coste
2015-06-20Add a combine_hash helper functionMaxime Coste
2015-05-26Retreat ! go back to C++11 only codeMaxime Coste
2015-05-25Migrate code to c++14Maxime Coste
2015-02-07Use parameter pack to that the default hash_value is the worst matchMaxime Coste
2015-02-02Improve code compatibilityMaxime Coste
2014-12-16Rework hashing, use a more extensible framework similar to n3876 proposalMaxime Coste