Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-03 | update copyright year | Max Kellermann | |
2016-11-02 | CommandLine: migrate from class Error to C++ exceptions | 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 | |||
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-01-03 | cmdline: convert to C++ | Max Kellermann | |