summaryrefslogtreecommitdiff
path: root/test/visit_archive.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
2017-12-27archive/Plugin: return std::unique_ptr<ArchiveFile>Max Kellermann
2017-12-22archive/File: eliminate Close(), make destructor virtual insteadMax 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
2016-09-09archive/Plugin: migrate open() from class Error to C++ exceptionsMax Kellermann
2016-09-09input/Plugin: migrate init() from class Error to C++ exceptionsMax Kellermann
2016-07-04test/*: add missing includes for fprintf()Max Kellermann
2016-02-26update copyright year to 2016Max 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-24test/DumpDatabase, ...: no g_thread_init() calls when GLib is disabledMax Kellermann
2014-10-07test/run_input, ...: add struct ScopeIOThreadMax Kellermann
2014-02-08ArchivePlugin: pass Path to open()Max Kellermann
2014-02-08ArchivePlugin: rename struct archive_plugin to ArchivePluginMax 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-24test/*: remove GLib logging setupMax Kellermann
2013-09-05Tag, ...: move to libtag.aMax Kellermann
2013-09-05conf.h: remove obsolete headerMax 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-07-30tag: convert to C++Max Kellermann
2013-04-17don't use g_thread_init() with GLib 2.32Max Kellermann
2013-01-30ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann
2013-01-29ArchiveFile: convert to a classMax Kellermann
2013-01-29test/visit_archive: new debug programMax Kellermann