index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hash.hh
Age
Commit message (
Expand
)
Author
2024-02-06
Use different hash algorithms for strings and file hashing
Maxime Coste
2021-11-21
Replace std::enable_if with requires
Maxime Coste
2019-01-24
Header and dependency cleanup
Maxime Coste
2017-10-20
Constexprify various hash functions
Maxime Coste
2017-08-18
Revert "Change HashCompatible trait to a variable template"
Maxime Coste
2017-08-14
Change HashCompatible trait to a variable template
Maxime Coste
2017-07-19
More uses of standard type traits aliases
Maxime Coste
2017-07-19
Migrate code to c++14
Maxime Coste
2017-03-06
Introduce a custom HashMap implementation along with a quick benchmark
Maxime Coste
2015-06-20
Add a combine_hash helper function
Maxime Coste
2015-05-26
Retreat ! go back to C++11 only code
Maxime Coste
2015-05-25
Migrate code to c++14
Maxime Coste
2015-02-07
Use parameter pack to that the default hash_value is the worst match
Maxime Coste
2015-02-02
Improve code compatibility
Maxime Coste
2014-12-16
Rework hashing, use a more extensible framework similar to n3876 proposal
Maxime Coste