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_map.hh
Age
Commit message (
Expand
)
Author
2018-07-05
Add HashMap::items to access item list
Maxime Coste
2018-04-05
Fix some trailing spaces and a tab that sneaked into the code base
Maxime Coste
2017-11-01
Fix ConstexprVector::resize
Maxime Coste
2017-10-27
HashMap: Tolerate reserving for 0 elements
Maxime Coste
2017-10-20
Make the normal mode keymap a compile time hash map
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-03-07
Try to please clang-3.5
Maxime Coste
2017-03-07
Cleanup hash_map code
Maxime Coste
2017-03-07
Expand a bit the hash map profiling code
Maxime Coste
2017-03-07
Remove temporary stats code from HashMap
Maxime Coste
2017-03-07
Replace IdMap with HashMap
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-03-06
Introduce a custom HashMap implementation along with a quick benchmark
Maxime Coste