Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-07-05 | include cleanups (powered by iwyu) | Max Kellermann | |
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 | |
Prepare for option values. | |||
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 | |
Allow the caller to use a simple "for" loop without checking arguments. | |||
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 "noexcept" | 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 | |
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 |