aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-08-07FatalError: new library to replace mpd_error.hMax Kellermann1-0/+2
2013-08-07daemon: convert to C++Max Kellermann1-2/+1
2013-08-06configure.ac: add option --enable-eventfdMax Kellermann1-1/+3
2013-08-06encoder/lame: dynamic output bufferMax Kellermann1-0/+1
2013-08-03audio_format: convert to C++Max Kellermann1-9/+7
2013-07-30tag: convert to C++Max Kellermann1-2/+1
2013-07-30tag: move enum tag_type to TagType.hMax Kellermann1-0/+1
2013-07-30encoder_api: convert to C++Max Kellermann1-2/+2
2013-07-30encoder/lame,twolame: convert to C++Max Kellermann1-2/+6
2013-07-30encoder/wave: convert to C++Max Kellermann1-1/+3
2013-07-30encoder/null: convert to C++Max Kellermann1-1/+1
2013-07-30output_api: convert to C++Max Kellermann1-1/+1
2013-07-30pcm_buffer: convert to C++Max Kellermann1-1/+1
2013-07-30pcm_resample: convert to C++Max Kellermann1-4/+4
2013-07-29encoder/flac: convert to C++Max Kellermann1-1/+2
2013-07-29pcm_dsd: convert to C++Max Kellermann1-2/+2
2013-07-29audio_check: convert to C++Max Kellermann1-12/+11
2013-07-29tag_table: convert to C++Max Kellermann1-1/+1
2013-07-29XiphTags: convert to C++Max Kellermann1-1/+1
2013-07-29tag_handler: convert to C++Max Kellermann1-5/+5
2013-07-29ape: convert to C++Max Kellermann1-6/+3
2013-07-28tag_id3: convert to C++Max Kellermann1-3/+2