summaryrefslogtreecommitdiff
path: root/src/CommandLine.cxx
AgeCommit message (Expand)Author
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
2014-01-13copyright year 2014Max Kellermann
2013-12-15util/Tokenizer, ...: include cleanupMax Kellermann
2013-12-08CommandLine: refactor config search, use standard directory APIDenis Krjuchkov
2013-12-05fs/Traits: split PathTraits type into PathTraitsFS and PathTraitsUTF8Denis Krjuchkov
2013-11-28include cleanup using iwyuMax Kellermann
2013-11-24CommandLine: new command line parserDenis Krjuchkov
2013-10-31CommandLine: simplified program name lineMax Kellermann
2013-10-30*: update copyright year to 2013Max Kellermann
2013-10-21DecoderList: reimplement _for_each() with function objectMax Kellermann
2013-10-19*: use nullptr instead of NULLMax Kellermann
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann
2013-10-17fs/Path: move definitions to struct PathTraitsMax Kellermann
2013-10-15*: use WIN32 instead of G_OS_WIN32Max Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-05mpd_error.h: remove obsolete headerMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-08-07CommandLine.cxx: look for config file in XDG_CONFIG_HOME tooAlexander Gehrke
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-07-30encoder_api: convert to C++Max Kellermann
2013-07-28decoder_api: convert to C++Max Kellermann
2013-04-17encoder_list: convert to C++Max Kellermann
2013-04-17output: convert to C++Max Kellermann
2013-01-30decoder_list: convert to C++Max Kellermann
2013-01-29ConfigFile, CommandLine: use the Path classMax Kellermann
2013-01-27playlist/*: convert to C++Max Kellermann
2013-01-26playlist/*: convert to C++Max Kellermann
2013-01-25input_{internal,plugin}: convert to C++Max Kellermann
2013-01-24archive/*: convert to C++Max Kellermann
2013-01-17path: convert to C++Max Kellermann
2013-01-10input_stream: convert to C++ (internally)Max Kellermann
2013-01-09sig_handlers, log: convert to C++Max Kellermann
2013-01-07decoder_api.h, ...: add "extern C"Max Kellermann
2013-01-04output_*: convert to C++Max Kellermann