summaryrefslogtreecommitdiff
path: root/src/CommandLine.cxx
AgeCommit message (Expand)Author
2019-04-18CommandLine: fix another build failure with -Ddatabase=falseMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
2018-10-14build with Meson instead of autotoolsMax Kellermann
2018-08-19Main: allocate ConfigData on the stackMax Kellermann
2018-07-17fs/Path: add operator/(Path,Path)Max Kellermann
2018-07-17CommandLine: use constexpr Path instead of macrosMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-06-02basic udisks2 supportMax Kellermann
2018-06-02odbus: import dbus-1 OO wrapper libraryMax Kellermann
2018-03-04Really hide hidden cmd opts from help printout.Christian Kröner
2018-01-20input/{file,archive}: remove the dummy InputPlugin instancesMax Kellermann
2018-01-17util/OptionParser: add struct ResultMax Kellermann
2018-01-17CommandLine: convert pointer to referenceMax Kellermann
2018-01-17CommandLine: use C++11 initializersMax Kellermann
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
2017-12-12*: check defined(_WIN32) instead of defined(WIN32)Max Kellermann
2017-01-17AUTHORS, ...: update my email addressMax Kellermann
2017-01-16CommandLine: update copyright yearMax Kellermann
2017-01-03update copyright yearMax Kellermann
2016-11-02CommandLine: migrate from class Error to C++ exceptionsMax Kellermann
2016-04-12util/StringPointer: rename typedef pointer to pointer_typeMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2015-12-18fs/io/Reader: use C++ exceptions instead of class ErrorMax Kellermann
2015-06-26lib/icu/Converter: add iconv() implementationMax Kellermann
2015-06-26CommandLine: show more compile-time features in --versionMax Kellermann
2015-06-26CommandLine: update copyright yearMax Kellermann
2015-03-05fs/Traits: enable _UNICODE on WindowsMax Kellermann
2015-03-05fs/Traits: add macro PATH_LITERAL()Max Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-08CommandLine: merge printf() callsMax Kellermann
2014-12-08CommandLine: use printf() instead of puts()Max Kellermann
2014-12-07CommandLine: show id3tag support in --versionMax Kellermann
2014-09-22CommandLine: make all OptionDefs "constexpr"Max Kellermann
2014-02-07storage: add struct StoragePlugin and a plugin registryMax Kellermann
2014-01-30db: add compile-time option to disable databaseMax Kellermann
2014-01-29CommandLine: remove junk from string literalMax Kellermann
2014-01-28output: rename source filesMax Kellermann
2014-01-26neighbor: new subsystem to detect file servers on the local networkMax Kellermann
2014-01-24Database*: move to db/Max Kellermann
2014-01-24Input*: move to input/Max Kellermann
2014-01-24Config*: move to config/Max Kellermann
2014-01-24archive/*: move to archive/plugins/Max Kellermann
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann
2014-01-23output/*: move to output/plugins/Max Kellermann
2014-01-23playlist/*: move to playlist/plugins/Max Kellermann
2014-01-23Encoder*: move to src/encoderMax Kellermann
2014-01-20CommandLine: show the current git tag and commit idMax Kellermann
2014-01-13CommandLine: print list of database pluginsMax Kellermann