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
/
parameters_parser.hh
Age
Commit message (
Expand
)
Author
2015-01-12
Yet more tracking
Maxime Coste
2015-01-06
Rename memoryview to ArrayView
Maxime Coste
2014-12-23
Remove trailing blank lines
Maxime Coste
2014-12-23
Rename id_map to IdMap
Maxime Coste
2014-10-23
centralize bit operation support for enum used as flags
Maxime Coste
2014-10-20
Port more code to StringView instead of const String&
Maxime Coste
2014-06-12
add postfix increment to ParameterParser iterator
Maxime Coste
2014-06-06
Use a id_map implementation for SwitchMap
Maxime Coste
2014-03-20
Fix support for switches style option in user commands
Maxime Coste
2014-03-02
Consistently name -foo things 'switches'
Maxime Coste
2014-03-02
Add command switches information, and automatically display it
Maxime Coste
2014-03-02
All commands now take directly a parameter parser
Maxime Coste
2014-01-23
Catch parameter errors on startup and display option informations
Maxime Coste
2014-01-09
Style changes, replace typedefs with usings
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-04-09
rename assert to kak_assert to avoid collisions
Maxime Coste
2013-04-03
fix compilation with clang++
Maxime Coste
2013-04-02
ParameterParser takes flags
Maxime Coste
2013-03-27
Move parameter count validation to the ParameterParser
Maxime Coste
2013-02-27
ParameterParser: refactoring, simplify
Maxime Coste
2012-12-07
extract ParametersParser to it's own file
Maxime Coste