aboutsummaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann2013-10-175-0/+5
* ArchiveLookup: return const stringsMax Kellermann2013-10-171-4/+4
* test/test_archive: unit test for archive_lookup()Max Kellermann2013-10-171-0/+76
* test: use the CPPUNIT framework for unit testsMax Kellermann2013-10-1611-253/+311
* system/ByteOrder: new library for byte ordering / endianessMax Kellermann2013-10-161-2/+3
* util/byte_reverse: convert to C++Max Kellermann2013-10-161-2/+2
* pcm_pack: convert to C++Max Kellermann2013-10-161-4/+1
* ConfigData: use std::string for config_param::valueMax Kellermann2013-10-151-1/+1
* Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann2013-10-152-11/+13
* util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann2013-10-151-16/+17
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* replay_gain_*.h: rename to *.hxxMax Kellermann2013-10-022-2/+2
* Log: new logging library APIMax Kellermann2013-10-027-18/+25
* Listen, ...: add missing includesMax Kellermann2013-10-021-0/+2
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-273-18/+18
* test/dump_rva2: remove fake Tag symbolsMax Kellermann2013-09-051-9/+0
* Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann2013-09-051-2/+0
* Tag: move configuration code to TagConfig.cxxMax Kellermann2013-09-051-0/+2
* Tag, ...: move to libtag.aMax Kellermann2013-09-056-6/+6
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-4/+4
* conf.h: remove obsolete headerMax Kellermann2013-09-0512-12/+16
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-055-48/+45
* 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-042-4/+4
* util/Error: new error passing libraryMax Kellermann2013-09-0419-250/+187
* system/resolver: convert to C++Max Kellermann2013-09-041-2/+2
* IOThread: use FatalError() on g_thread_create() errorMax Kellermann2013-09-037-35/+7
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-033-3/+3
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-1/+1
* test/signals: remove obsolete libraryMax Kellermann2013-08-072-91/+0
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-0418-108/+108
* DatabasePlugin: pass config_param referenceMax Kellermann2013-08-041-1/+1
* MixerPlugin: pass config_param referenceMax Kellermann2013-08-041-1/+3
* FilterPlugin: pass config_param referenceMax Kellermann2013-08-041-3/+2
* EncoderPlugin: pass config_param referenceMax Kellermann2013-08-042-2/+2
* OutputPlugin: pass config_param referenceMax Kellermann2013-08-041-3/+2
* audio_format: convert to C++Max Kellermann2013-08-0314-79/+71
* DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann2013-07-313-3/+3
* tag: convert to C++Max Kellermann2013-07-308-31/+19
* encoder_api: convert to C++Max Kellermann2013-07-302-20/+18
* pcm_buffer: convert to C++Max Kellermann2013-07-302-37/+17
* 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-282-4/+2
* song: convert header to C++Max Kellermann2013-07-284-14/+14
* decoder_api: convert to C++Max Kellermann2013-07-283-3/+3
* tag_rva2: convert to C++Max Kellermann2013-07-261-2/+4
* text_input_stream: convert to classDenis Krjuchkov2013-05-121-13/+9
* encoder_list: convert to C++Max Kellermann2013-04-172-2/+2
* don't use g_thread_init() with GLib 2.32Max Kellermann2013-04-1710-0/+28