summaryrefslogtreecommitdiff
path: root/test/dump_text_file.cxx
AgeCommit message (Expand)Author
2019-02-05input/Init: add RAII classMax Kellermann
2019-02-05archive/List: add RAII classMax Kellermann
2018-10-31*: copyright year 2018Max 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
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-21playlist/Plugin: pass InputStreamPtr&& to open_stream()Max 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-10-07test/run_input, ...: add struct ScopeIOThreadMax Kellermann
2014-08-07input/TextInputStream: return char*Max Kellermann
2014-05-11InputStream: add virtual destructorMax Kellermann
2014-02-18test: various fixups for building without GLibMax 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-24test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann
2013-12-24test/*: remove GLib logging setupMax 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-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-08-04*: use gcc.h macros instead of GLibMax Kellermann
2013-05-12text_input_stream: convert to classDenis Krjuchkov
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann
2013-01-27DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann
2013-01-26input_stream: forward-declare the structMax Kellermann
2013-01-24archive/*: convert to C++Max Kellermann
2013-01-10io_thread: convert to C++Max Kellermann
2013-01-10input_stream: convert to C++ (internally)Max Kellermann