Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-01 | copyright year 2021 | Max Kellermann | |
2020-01-18 | copyright year 2020 | Max Kellermann | |
2019-06-17 | Copyright year 2019 | Max Kellermann | |
2018-08-19 | Main: allocate ConfigData on the stack | Max Kellermann | |
2018-01-17 | CommandLine: convert pointer to reference | Max Kellermann | |
2018-01-17 | CommandLine: use C++11 initializers | Max Kellermann | |
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 | |