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
/
idvaluemap.hh
Age
Commit message (
Expand
)
Author
2013-11-18
rename idvaluemap to id_map, remove Id template param, use String
Maxime Coste
2013-11-18
Resurect idvaluemap, order of traversal matters
Maxime Coste
2013-11-17
remove idvaluemap, use unordered_map in place
Maxime Coste
2013-09-23
Add prefix_match function and use it instead of adhoc code
Maxime Coste
2013-04-11
idvaluemap: add a remove_all method
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-03-27
idvaluemap: minor style changes
Maxime Coste
2013-03-27
idvaluemap, FunctionGroup: consitfy completion methods
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-06-25
remove ugly id_to_str param in idvaluemap and str_to_str
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-01-19
idvaluemap: complete_id_if method for conditional id completion
Maxime Coste
2012-01-15
idvaluemap: add missing includes
Maxime Coste
2011-12-07
better rvalue reference forwarding
Maxime Coste
2011-12-02
Add idvaluemap container
Maxime Coste