summaryrefslogtreecommitdiff
path: root/test/run_input.cxx
AgeCommit message (Expand)Author
2018-08-19test/run_input: allocate ConfigData in class GlobalInitMax Kellermann
2018-07-17input/Init: use struct ConfigDataMax Kellermann
2018-07-17test/*: catch and print all exceptionsMax Kellermann
2018-07-16config/Config*: rename files, drop "Config" prefixMax Kellermann
2018-06-22input/Stream: remove attribute "cond", replace with handler interfaceMax Kellermann
2018-01-29test/run_input: move code from Scan() to input/ScanTags.cxxMax Kellermann
2018-01-26test/run_input: add frontend for InputPlugin::scan_tags()Max Kellermann
2018-01-24test/run_input: add option "--verbose"Max Kellermann
2018-01-17fs/Path: replace method Null() with nullptr_t constructorMax Kellermann
2018-01-17test/run_input: add option to load a configuration fileMax Kellermann
2018-01-17test/run_input: add command-line option parserMax Kellermann
2017-12-20input/InputStream: ReadTag() returns std::unique_ptr<Tag>Max Kellermann
2017-02-10test/*: use class EventThread instead of ScopeIOThreadMax Kellermann
2017-01-26input/Plugin: pass EventLoop& to init()Max Kellermann
2017-01-03update copyright yearMax Kellermann
2017-01-03test/run_input, ...: RAII-style global initializationMax Kellermann
2017-01-03thread/Mutex: remove ScopeLock, use std::lock_guard directlyMax Kellermann
2016-09-16input/InputStream: migrate from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate init() from class Error to C++ exceptionsMax Kellermann
2016-05-02test/{run_input,dump_text_file}: use class ScopeLockMax Kellermann
2016-02-26update copyright year to 2016Max Kellermann
2016-02-21input: wrap InputStream in std::unique_ptrMax Kellermann
2015-08-15test/stdbin.h: remove obsolete headerMax Kellermann
2015-01-01Copyright year 2015Max Kellermann
2014-12-05configure.ac: require GLib 2.32 (if enabled)Max Kellermann
2014-11-25test/run_input: make variables more localMax Kellermann
2014-10-07test/run_input, ...: add struct ScopeIOThreadMax Kellermann
2014-08-07fs/output, fs/TextFile: move to fs/io/Max Kellermann
2014-07-30*Save, *State: use the OutputStream API instead of FILE*Max Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-05-11InputStream: convert to classMax 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-13copyright year 2014Max Kellermann
2013-12-29InputStream: add static method OpenReady()Max Kellermann
2013-12-15test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann
2013-12-15configure.ac: add option "--disable-glib"Max Kellermann
2013-10-23input_stream: rename struct to InputStreamMax Kellermann
2013-10-17thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann
2013-10-02Log: new logging library APIMax Kellermann
2013-09-05Tag, ...: move to libtag.aMax Kellermann
2013-09-05conf.h: remove obsolete headerMax Kellermann
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann
2013-09-04util/Error: new error passing libraryMax Kellermann
2013-09-03IOThread: use FatalError() on g_thread_create() errorMax Kellermann
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-07-30tag: convert to C++Max Kellermann