aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Expand)AuthorAgeFilesLines
* test/test_archive: unit test for archive_lookup()Max Kellermann2013-10-171-0/+14
* test: use the CPPUNIT framework for unit testsMax Kellermann2013-10-161-2/+9
* Makefile.am: distribute util/Domain.hxx and system/ByteOrder.hxxMax Kellermann2013-10-161-0/+2
* util/byte_reverse: convert to C++Max Kellermann2013-10-161-2/+2
* pcm_pack: convert to C++Max Kellermann2013-10-161-1/+1
* Archive*: move archive_domain to ArchiveDomain.cxxMax Kellermann2013-10-151-0/+1
* Util/Macros: replacement for GLib's G_N_ELEMENTS()Max Kellermann2013-10-151-0/+1
* util/FifoBuffer: C++ version of the fifo_buffer libraryMax Kellermann2013-10-151-0/+2
* system/clock: convert to C++Max Kellermann2013-10-151-1/+1
* require GLib 2.28Max Kellermann2013-10-151-1/+0
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
* replay_gain_*.h: rename to *.hxxMax Kellermann2013-10-021-4/+2
* Stats: rename stats.h to Stats.hxxMax Kellermann2013-10-021-2/+1
* Log: new logging library APIMax Kellermann2013-10-021-4/+31
* tag/{riff,aiff}: convert to C++Max Kellermann2013-09-281-2/+2
* playlist/lastfm: remove defunct Last.fm supportMax Kellermann2013-09-281-6/+0
* TagBuilder: new class for constructing Tag objectsMax Kellermann2013-09-051-0/+1
* Tag: compile-time initialisation of ignore_tag_itemsMax Kellermann2013-09-051-1/+1
* Tag: move struct TagItem to TagItem.hxxMax Kellermann2013-09-051-0/+1
* Tag: move fix_tag_value() to TagString.cxxMax Kellermann2013-09-051-0/+1
* Tag: move configuration code to TagConfig.cxxMax Kellermann2013-09-051-0/+1
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-21/+19
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-2/+1
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-2/+2
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+0
* conf.h: move constants to ConfigDefaults.hxxMax Kellermann2013-09-051-0/+1
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-1/+0
* TagTable: un-inline the two functionsMax Kellermann2013-09-041-1/+1
* Tag*: move TagTable.hxx to libtag.aMax Kellermann2013-09-041-1/+1
* Tag*: move libtag.a sources to src/tag/Max Kellermann2013-09-041-13/+9
* util/Error: new error passing libraryMax Kellermann2013-09-041-8/+14
* system/resolver: convert to C++Max Kellermann2013-09-041-2/+2
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-031-1/+1
* db_error: convert to C++Max Kellermann2013-08-101-1/+1
* playlist_error: convert to C++Max Kellermann2013-08-101-1/+1
* ack.h: move to protocol/Max Kellermann2013-08-101-1/+1
* event/IdleMonitor: new monitor classMax Kellermann2013-08-101-0/+1
* ConfigData: use FatalError() instead of MPD_ERROR()Max Kellermann2013-08-101-0/+5
* thread/Id: new class replacing GThread pointersMax Kellermann2013-08-101-0/+1
* event: add function BlockingCall()Max Kellermann2013-08-081-0/+1
* EventLoop: un-inline Run() and othersMax Kellermann2013-08-081-1/+1
* event/EPollFD: basic support for Linux epollMax Kellermann2013-08-071-0/+1
* event/DeferredMonitor: new class wrapping g_idle_add()Max Kellermann2013-08-071-0/+1
* encoder/lame: use ReusableBuffer instead of AllocatedArrayMax Kellermann2013-08-071-1/+0
* PcmBuffer: move code to new class ReusableBufferMax Kellermann2013-08-071-0/+1
* Makefile: fix "distcheck" errorsMax Kellermann2013-08-071-6/+6
* event/EventFD: move to libsystemMax Kellermann2013-08-071-2/+2
* event/SignalMonitor: use signalfd() if availableMax Kellermann2013-08-071-0/+1
* SignalHandlers: move code to new class SignalMonitorMax Kellermann2013-08-071-0/+1
* Makefile.am: move sources to libsystem.aMax Kellermann2013-08-071-29/+31