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