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.cc
Age
Commit message (
Expand
)
Author
2015-03-14
Change ParameterParser switch interface, use an Optional<StringView>
Maxime Coste
2015-03-12
Cleanup parameter parser code
Maxime Coste
2015-03-10
Refactor String, use a common StringOps interface, hide std::string
Maxime Coste
2014-08-26
Fix handling of -- in parameter parser
Maxime Coste
2014-03-25
fix segfault in parameter parser
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
2013-04-09
rename assert to kak_assert to avoid collisions
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
2013-02-27
Add a debug option to Makefile, and use KAK_DEBUG define to remove debug code
Maxime Coste
2012-12-07
extract ParametersParser to it's own file
Maxime Coste