summaryrefslogtreecommitdiff
path: root/src/CommandLine.hxx
AgeCommit message (Collapse)Author
2021-01-01copyright year 2021Max Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-06-17Copyright year 2019Max Kellermann
2018-08-19Main: allocate ConfigData on the stackMax Kellermann
2018-01-17CommandLine: convert pointer to referenceMax Kellermann
2018-01-17CommandLine: use C++11 initializersMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-02CommandLine: migrate from class Error to C++ exceptionsMax 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
2013-09-04util/Error: new error passing libraryMax Kellermann
Replaces GLib's GError.
2013-01-03cmdline: convert to C++Max Kellermann