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
/
id_map.hh
Age
Commit message (
Expand
)
Author
2017-03-07
Replace IdMap with HashMap
Maxime Coste
2015-09-18
Keep it simple, remove all that sorted id map thing
Maxime Coste
2015-09-17
Fix libstdc++ 4.8 compatibility
Maxime Coste
2015-09-16
Keep sorted state when transmitting id maps
Maxime Coste
2015-09-16
IdMaps can be sorted, in which case the find method uses a binary search
Maxime Coste
2015-09-16
Store key hash in IdMap
Maxime Coste
2015-09-16
Simpler IdMap::operator==
Maxime Coste
2015-09-16
Use IdMap instead of UnorderedMap for ui options and env vars
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2015-03-05
Use a IdMap for storing hooks
Maxime Coste
2015-01-07
Add initial memory domain allocation tracking support
Maxime Coste
2014-12-23
Rename id_map to IdMap
Maxime Coste
2014-12-23
Tweak id_map implementation
Maxime Coste
2014-12-23
Unify completion from container content logic
Maxime Coste
2014-12-23
Move containers utils to containers.hh and add filtered/transformed utils
Maxime Coste
2014-12-11
Use algorithms in id_map rather than raw loops
Maxime Coste
2014-06-06
Use a id_map implementation for SwitchMap
Maxime Coste
2014-04-21
Use StringView in id_map
Maxime Coste
2014-04-18
Use StringView for completion functions
Maxime Coste
2014-01-09
Style changes, replace typedefs with usings
Maxime Coste
2013-11-18
rename idvaluemap to id_map, remove Id template param, use String
Maxime Coste