index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
OptionParser.hxx
Age
Commit message (
Expand
)
Author
2019-06-17
Copyright year 2019
Max Kellermann
2018-01-17
util/OptionParser: support option values
Max Kellermann
2018-01-17
util/OptionParser: add struct Result
Max Kellermann
2018-01-17
util/OptionParser: pass array of OptionDefs to constructor
Max Kellermann
2018-01-16
util/OptionParser: loop in ParseNext() until a new option is found
Max Kellermann
2018-01-16
util/OptionParser: collect remaining arguments
Max Kellermann
2018-01-16
util/OptionParser: use ConstBuffer<const char*> to store argv/argc
Max Kellermann
2018-01-16
util/OptionParser: make string pointers "const"
Max Kellermann
2018-01-16
util/OptionParser: add "constexpr"
Max Kellermann
2018-01-16
util/OptionParser: add "noexcept"
Max Kellermann
2018-01-16
util/OptionParser: use C++11 initializers
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2013-11-24
CommandLine: new command line parser
Denis Krjuchkov