summaryrefslogtreecommitdiff
path: root/src/util/OptionParser.cxx
AgeCommit message (Collapse)Author
2021-01-01copyright year 2021Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-07-05include cleanups (powered by iwyu)Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-01-17util/OptionParser: support option valuesMax Kellermann
2018-01-17util/OptionParser: add struct ResultMax Kellermann
Prepare for option values.
2018-01-17util/OptionParser: pass array of OptionDefs to constructorMax Kellermann
2018-01-16util/OptionParser: loop in ParseNext() until a new option is foundMax Kellermann
2018-01-16util/OptionParser: collect remaining argumentsMax Kellermann
Allow the caller to use a simple "for" loop without checking arguments.
2018-01-16util/OptionParser: use ConstBuffer<const char*> to store argv/argcMax Kellermann
2018-01-16util/OptionParser: make string pointers "const"Max Kellermann
2018-01-16util/OptionParser: add "noexcept"Max Kellermann
2017-01-03update copyright yearMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-01-13copyright year 2014Max Kellermann
2013-11-24CommandLine: new command line parserDenis Krjuchkov
This implementation behaves mostly identical to old parser. Few observable differences: - There are no option groups (single group is used for all options) - Option --stdout is hidden (it has been obsolete for a long time) - MPD executable name (mpd) is hardcoded for simplicity