aboutsummaryrefslogtreecommitdiffstats
path: root/test/visit_archive.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test/stdbin.h: remove obsolete headerMax Kellermann2015-08-151-1/+0
|
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* configure.ac: require GLib 2.32 (if enabled)Max Kellermann2014-12-051-12/+0
| | | | | | Since version 2.32, g_thread_init() is deprecated and a no-op. Let's upgrade that (optional) dependency so we can remove all those g_thread_init() calls.
* test/DumpDatabase, ...: no g_thread_init() calls when GLib is disabledMax Kellermann2014-10-241-0/+4
|
* test/run_input, ...: add struct ScopeIOThreadMax Kellermann2014-10-071-5/+2
| | | | Auto-stop the IO thread in all error handlers.
* ArchivePlugin: pass Path to open()Max Kellermann2014-02-081-1/+1
|
* ArchivePlugin: rename struct archive_plugin to ArchivePluginMax Kellermann2014-02-081-1/+1
|
* Input*: move to input/Max Kellermann2014-01-241-1/+1
|
* Config*: move to config/Max Kellermann2014-01-241-1/+1
|
* archive/*: move to archive/plugins/Max Kellermann2014-01-241-4/+4
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* test/*: remove GLib logging setupMax Kellermann2013-12-241-12/+0
| | | | Obsolete, our logging library doesn't ues GLib anymore.
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+1
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* util/Error: new error passing libraryMax Kellermann2013-09-041-7/+6
| | | | Replaces GLib's GError.
* IOThread: use FatalError() on g_thread_create() errorMax Kellermann2013-09-031-5/+1
| | | | New GLib versions don't fail.
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-2/+2
|
* tag: convert to C++Max Kellermann2013-07-301-1/+1
|
* don't use g_thread_init() with GLib 2.32Max Kellermann2013-04-171-0/+3
| | | | Deprecated.
* ArchivePlugin: move instance methods to class ArchiveFileMax Kellermann2013-01-301-2/+2
|
* ArchiveFile: convert to a classMax Kellermann2013-01-291-1/+3
|
* test/visit_archive: new debug programMax Kellermann2013-01-291-0/+121