aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ClientList: add header ClientList.hxxMax Kellermann2013-01-091-1/+1
|
* Queue: move code to new class IdTableMax Kellermann2013-01-081-0/+1
|
* test: rename debug programs back to old namesMax Kellermann2013-01-081-7/+7
|
* decoder/Opus: read total timeMax Kellermann2013-01-081-0/+1
|
* input_stream: add method _cheap_seeking()Max Kellermann2013-01-071-0/+2
| | | | Move code from the Vorbis decoder plugin.
* decoder/ogg_codec: convert to C++Max Kellermann2013-01-071-1/+1
|
* decoder/vorbis: convert to C++Max Kellermann2013-01-071-3/+2
|
* Queue: use C++ random instead of GLib's GRandMax Kellermann2013-01-071-0/+2
|
* util/LazyRandomEngine: lazy wrapper for std::mt19937Max Kellermann2013-01-071-0/+1
|
* Playlist: convert functions to methodsMax Kellermann2013-01-071-1/+0
|
* tag: convert to C++Max Kellermann2013-01-071-12/+12
|
* thread/Mutex: don't use std::mutexMax Kellermann2013-01-071-0/+1
| | | | Use a custom pthread_mutex_t wrapper because std::mutex adds overhead.
* filter/replay_gain: convert to C++Max Kellermann2013-01-071-2/+2
|
* mixer_all: convert to C++Max Kellermann2013-01-071-4/+2
|
* volume: convert to C++Max Kellermann2013-01-071-2/+1
|
* Partition: new class, container for Playlist and PlayerControlMax Kellermann2013-01-051-0/+1
| | | | | This is the beginning of multi-player support. There will be support for multiple Partition objects in one MPD process.
* test: revert debug program renamesMax Kellermann2013-01-051-9/+9
|
* replay_gain_*: convert to C++Max Kellermann2013-01-041-9/+9
|
* player_control.h: convert header to C++Max Kellermann2013-01-041-2/+1
|
* playlist: convert to C++Max Kellermann2013-01-041-8/+7
|
* Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann2013-01-041-0/+2
|
* HugeAllocator: new memory allocatorMax Kellermann2013-01-041-0/+1
|
* MusicBuffer: move code to template class SliceBufferMax Kellermann2013-01-041-0/+1
|
* crossfade: convert to C++Max Kellermann2013-01-041-2/+1
|
* buffer, pipe: convert to C++Max Kellermann2013-01-041-6/+3
|
* output_*: convert to C++Max Kellermann2013-01-041-16/+12
|
* decoder_*: convert to C++Max Kellermann2013-01-041-6/+4
|
* Client: move code to class CommandListBuilderMax Kellermann2013-01-041-0/+1
|
* cmdline: convert to C++Max Kellermann2013-01-031-2/+1
|
* client: convert to C++Max Kellermann2013-01-031-20/+16
|
* decoder_print: convert to C++Max Kellermann2013-01-031-2/+1
|
* listen: convert to C++Max Kellermann2013-01-031-2/+1
|
* ls: convert to C++Max Kellermann2013-01-031-1/+1
|
* output_print: convert to C++Max Kellermann2013-01-031-2/+1
|
* text_file: convert to C++Max Kellermann2013-01-031-3/+2
|
* exclude: convert to C++Max Kellermann2013-01-031-2/+1
|
* permission: convert to C++Max Kellermann2013-01-031-2/+1
|
* client_new: convert to C++Max Kellermann2013-01-031-1/+1
|
* strset: delete obsolete libraryMax Kellermann2013-01-031-2/+0
|
* PlaylistVector: use std::listMax Kellermann2013-01-031-1/+1
|
* database.h: rename to DatabaseSimple.hxxMax Kellermann2013-01-031-1/+1
|
* database.h: move prototypes to DatabaseGlue.hxxMax Kellermann2013-01-031-1/+1
|
* playlist_edit: convert to C++Max Kellermann2013-01-031-1/+1
|
* Directory: make the header C++ onlyMax Kellermann2013-01-021-6/+5
|
* mapper: convert to C++Max Kellermann2013-01-021-2/+1
|
* song_update: convert to C++Max Kellermann2013-01-021-1/+1
|
* sticker: convert to C++Max Kellermann2013-01-021-6/+3
|
* PlaylistInfo: rename class, use std::stringMax Kellermann2013-01-021-2/+2
|
* PlaylistVector: move struct playlist_metadata to PlaylistInfo.hxxMax Kellermann2013-01-021-2/+3
|
* db_lock: convert to C++Max Kellermann2013-01-021-2/+2
|