summaryrefslogtreecommitdiff
path: root/test/run_input.cxx
AgeCommit message (Expand)Author
2021-01-01copyright year 2021Max Kellermann
2020-09-07Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-07test/run_input: add option --chunk-sizeMax Kellermann
2020-09-07Merge branch 'v0.21.x' into masterMax Kellermann
2020-09-07test/run_input: pass FileDescriptor to dump_input_stream()Max Kellermann
2020-09-07test/run_input: use WithBufferedOutputStream()Max Kellermann
2020-09-07test/run_input: convert pointer to referenceMax Kellermann
2020-04-02Merge tag 'v0.21.22'Max Kellermann
2020-04-02test/*: fix Windows build using class FromNarrowPathMax Kellermann
2020-01-18copyright year 2020Max Kellermann
2019-05-07event/Call, ...: use wait() with predicateMax Kellermann
2019-05-07input/InputStreams: pass std::unique_lock<> to various methodsMax Kellermann
2019-04-26thread/Cond: add wait() overload which takes a unique_lock<>Max Kellermann
2019-04-25thread/*Cond: rename methods to match std::condition_variableMax Kellermann
2019-02-05input/Init: add RAII classMax Kellermann
2019-02-05test/ConfigGlue: merge duplicate code from various debug programsMax Kellermann
2019-02-05archive/List: add RAII classMax Kellermann
2018-10-31*: copyright year 2018Max Kellermann
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