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
2025-06-26
Delay destruction of item in hash map without returning an optional
Maxime Coste
2025-06-26
Fix crash on redraw in BufCloseFifo hook
Johannes Altmanninger
2024-06-23
Fix trailing whitespaces
Maxime Coste
2024-02-28
compare against 0 instead of -1 in hash map code
Maxime Coste
2023-11-18
Fix use after move in HashMap::insert
Johannes Altmanninger
2023-11-17
Improve WordDB performance by precomputing hashes
Maxime Coste
2023-10-25
Remove redundant comparison operators
Maxime Coste
2023-05-29
Refactor KeymapManager to enfore setting is_executing on key iteration
Maxime Coste
2022-08-20
Refactor RegionsHighlighter to share regexes
Maxime Coste
2022-08-05
Add HashSet implemented as HashMap with void value type
Maxime Coste
2022-08-05
Change HashMap not to support multiple identical keys by default
Maxime Coste
2021-11-21
Replace std::enable_if with requires
Maxime Coste
2020-07-19
Code style tweaks
Maxime Coste
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