aboutsummaryrefslogtreecommitdiffstats
path: root/test (unfollow)
Commit message (Expand)AuthorFilesLines
2013-10-19test/test_pcm: use C++11 random instead of GLibMax Kellermann5-20/+28
2013-10-18test/run_avahi: new debug programMax Kellermann1-0/+42
2013-10-18test/run_inotify: use SignalMonitorMax Kellermann3-20/+89
2013-10-17thread/{Cond,Mutex}: use "class" instead of "typedef"Max Kellermann5-0/+5
2013-10-17ArchiveLookup: return const stringsMax Kellermann1-4/+4
2013-10-17test/test_archive: unit test for archive_lookup()Max Kellermann1-0/+76
2013-10-16test: use the CPPUNIT framework for unit testsMax Kellermann11-253/+311
2013-10-16system/ByteOrder: new library for byte ordering / endianessMax Kellermann1-2/+3
2013-10-16util/byte_reverse: convert to C++Max Kellermann1-2/+2
2013-10-16pcm_pack: convert to C++Max Kellermann1-4/+1
2013-10-15ConfigData: use std::string for config_param::valueMax Kellermann1-1/+1
2013-10-15Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann2-11/+13
2013-10-15util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann1-16/+17
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-10-02replay_gain_*.h: rename to *.hxxMax Kellermann2-2/+2
2013-10-02Log: new logging library APIMax Kellermann7-18/+25
2013-10-02Listen, ...: add missing includesMax Kellermann1-0/+2
2013-09-27DecoderCommand: convert to strictly-typed enumMax Kellermann3-18/+18
2013-09-05test/dump_rva2: remove fake Tag symbolsMax Kellermann1-9/+0
2013-09-05Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann1-2/+0
2013-09-05Tag: move configuration code to TagConfig.cxxMax Kellermann1-0/+2
2013-09-05Tag, ...: move to libtag.aMax Kellermann6-6/+6
2013-09-05PlaylistPlugin: add interface SongEnumeratorMax Kellermann1-4/+4
2013-09-05conf.h: remove obsolete headerMax Kellermann12-12/+16
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann5-48/+45
2013-09-05test/read_tags: use input_stream_wait_ready()Max Kellermann1-4/+1
2013-09-04Tag*: move libtag.a sources to src/tag/Max Kellermann2-4/+4
2013-09-04util/Error: new error passing libraryMax Kellermann19-250/+187
2013-09-04system/resolver: convert to C++Max Kellermann1-2/+2
2013-09-03IOThread: use FatalError() on g_thread_create() errorMax Kellermann7-35/+7
2013-09-03input_stream.h: rename to InputLegacy.hxxMax Kellermann3-3/+3
2013-08-07Makefile.am: move sources to libsystem.aMax Kellermann1-1/+1
2013-08-07test/signals: remove obsolete libraryMax Kellermann2-91/+0
2013-08-04*: use gcc.h macros instead of GLibMax Kellermann18-108/+108
2013-08-04DatabasePlugin: pass config_param referenceMax Kellermann1-1/+1
2013-08-04MixerPlugin: pass config_param referenceMax Kellermann1-1/+3
2013-08-04FilterPlugin: pass config_param referenceMax Kellermann1-3/+2
2013-08-04EncoderPlugin: pass config_param referenceMax Kellermann2-2/+2
2013-08-04OutputPlugin: pass config_param referenceMax Kellermann1-3/+2
2013-08-03audio_format: convert to C++Max Kellermann14-79/+71
2013-07-31DecoderAPI: pass rvalue reference to decoder_tag()Max Kellermann3-3/+3
2013-07-30tag: convert to C++Max Kellermann8-31/+19
2013-07-30encoder_api: convert to C++Max Kellermann2-20/+18
2013-07-30pcm_buffer: convert to C++Max Kellermann2-37/+17
2013-07-29tag_handler: convert to C++Max Kellermann1-1/+1
2013-07-29ape: convert to C++Max Kellermann1-3/+1
2013-07-28tag_id3: convert to C++Max Kellermann2-4/+2
2013-07-28song: convert header to C++Max Kellermann4-14/+14
2013-07-28decoder_api: convert to C++Max Kellermann3-3/+3
2013-07-26tag_rva2: convert to C++Max Kellermann1-2/+4