aboutsummaryrefslogtreecommitdiffstats
path: root/test/read_tags.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann2013-10-171-0/+1
| | | | Allows forward-declaration.
* Log: new logging library APIMax Kellermann2013-10-021-1/+2
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-6/+6
|
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-7/+6
|
* test/read_tags: use input_stream_wait_ready()Max Kellermann2013-09-051-4/+1
|
* Tag*: move libtag.a sources to src/tag/Max Kellermann2013-09-041-2/+2
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-12/+10
| | | | 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-24/+24
|
* audio_format: convert to C++Max Kellermann2013-08-031-2/+2
|
* DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann2013-07-311-1/+1
| | | | Avoid duplicating the tag.
* tag: convert to C++Max Kellermann2013-07-301-1/+1
|
* tag_handler: convert to C++Max Kellermann2013-07-291-1/+1
|
* ape: convert to C++Max Kellermann2013-07-291-3/+1
|
* tag_id3: convert to C++Max Kellermann2013-07-281-1/+1
|
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
|
* don't use g_thread_init() with GLib 2.32Max Kellermann2013-04-171-0/+3
| | | | Deprecated.
* decoder_list: convert to C++Max Kellermann2013-01-301-3/+1
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-9/+6
|
* input_stream: forward-declare the structMax Kellermann2013-01-261-1/+1
| | | | Hide the definition from C code, to prepare the transition to C++.
* io_thread: convert to C++Max Kellermann2013-01-101-1/+1
|
* input_stream: convert to C++ (internally)Max Kellermann2013-01-101-0/+245