aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mpd_error.h: remove obsolete headerMax Kellermann2013-09-051-2/+1
| | | | Migrate the remaining callers to FatalError().
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-2/+2
| | | | Replaces struct playlist_provider.
* conf.h: remove obsolete headerMax Kellermann2013-09-051-1/+0
| | | | | Use only ConfigData.hxx in plugin sources to reduce header dependencies.
* 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
| | | | Reduce header dependencies.
* 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
| | | | Replaces GLib's GError.
* 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
| | | | Remove a GLib dependencies from class EventLoop and DatabaseLock.
* event: add function BlockingCall()Max Kellermann2013-08-081-0/+1
| | | | | Replaces io_thread_call(). This approach is more generic and easier to use due to std::function.
* EventLoop: un-inline Run() and othersMax Kellermann2013-08-081-1/+1
| | | | Prepare for adding more code.
* 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
| | | | ReusableBuffer is more generic.
* 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
|
* FatalError: new library to replace mpd_error.hMax Kellermann2013-08-071-0/+2
|
* daemon: convert to C++Max Kellermann2013-08-071-2/+1
|
* configure.ac: add option --enable-eventfdMax Kellermann2013-08-061-1/+3
| | | | | | Remove the runtime check for eventfd(), hard-code the feature once it's been selected at compile time. The class WakeFD is splitted into EventFD and EventPipe, using WakeFD as a macro diversion.
* encoder/lame: dynamic output bufferMax Kellermann2013-08-061-0/+1
|
* audio_format: convert to C++Max Kellermann2013-08-031-9/+7
|
* tag: convert to C++Max Kellermann2013-07-301-2/+1
|
* tag: move enum tag_type to TagType.hMax Kellermann2013-07-301-0/+1
|
* encoder_api: convert to C++Max Kellermann2013-07-301-2/+2
|
* encoder/lame,twolame: convert to C++Max Kellermann2013-07-301-2/+6
|
* encoder/wave: convert to C++Max Kellermann2013-07-301-1/+3
|
* encoder/null: convert to C++Max Kellermann2013-07-301-1/+1
|
* output_api: convert to C++Max Kellermann2013-07-301-1/+1
|
* pcm_buffer: convert to C++Max Kellermann2013-07-301-1/+1
|
* pcm_resample: convert to C++Max Kellermann2013-07-301-4/+4
|
* encoder/flac: convert to C++Max Kellermann2013-07-291-1/+2
|
* pcm_dsd: convert to C++Max Kellermann2013-07-291-2/+2
|
* audio_check: convert to C++Max Kellermann2013-07-291-12/+11
|
* tag_table: convert to C++Max Kellermann2013-07-291-1/+1
|
* XiphTags: convert to C++Max Kellermann2013-07-291-1/+1
|
* tag_handler: convert to C++Max Kellermann2013-07-291-5/+5
|
* ape: convert to C++Max Kellermann2013-07-291-6/+3
|
* tag_id3: convert to C++Max Kellermann2013-07-281-3/+2
|