aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-14Main, IOThread: move GMainLoop setup code to class EventLoopMax Kellermann1-1/+2
2013-01-11thread/{Mutex,Cond}: new backend for WIN32Max Kellermann1-0/+2
2013-01-10icy_metadata: convert to C++Max Kellermann1-2/+1
2013-01-10decoder/wavpack: convert to C++Max Kellermann1-1/+3
2013-01-10conf: convert to C++Max Kellermann1-13/+13
2013-01-10notify: convert to C++Max Kellermann1-2/+1
2013-01-10io_thread: convert to C++Max Kellermann1-7/+7
2013-01-10input/{curl,soup}: convert to C++Max Kellermann1-4/+3
2013-01-10input_stream: convert to C++ (internally)Max Kellermann1-8/+6
2013-01-10thread/Cond: new wrapper for pthread_cond_t or GCondMax Kellermann1-0/+3
2013-01-10thread/GLibMutex: new Mutex implementationMax Kellermann1-1/+1
2013-01-09GlobalEvents: move code to class WakeFDMax Kellermann1-0/+7
2013-01-09EventPipe: rename to GlobalEventsMax Kellermann1-1/+1
2013-01-09event_pipe.h: convert to C++Max Kellermann1-2/+1
2013-01-09sig_handlers, log: convert to C++Max Kellermann1-8/+6
2013-01-09mixer/{alsa,pulse}: convert to C++Max Kellermann1-3/+3
2013-01-09Playlist.hxx: move prototype to PlaylistGlobal.hxxMax Kellermann1-1/+1
2013-01-09event_pipe: convert to C++Max Kellermann1-1/+1
2013-01-09idle: convert to C++Max Kellermann1-2/+1
2013-01-09test/FakeReplayGainConfig: move fake symbols from a few debug programsMax Kellermann1-2/+2
2013-01-09ClientList: add header ClientList.hxxMax Kellermann1-1/+1
2013-01-08Queue: move code to new class IdTableMax Kellermann1-0/+1
2013-01-08test: rename debug programs back to old namesMax Kellermann1-7/+7
2013-01-08decoder/Opus: read total timeMax Kellermann1-0/+1
2013-01-07input_stream: add method _cheap_seeking()Max Kellermann1-0/+2
2013-01-07decoder/ogg_codec: convert to C++Max Kellermann1-1/+1
2013-01-07decoder/vorbis: convert to C++Max Kellermann1-3/+2
2013-01-07Queue: use C++ random instead of GLib's GRandMax Kellermann1-0/+2
2013-01-07util/LazyRandomEngine: lazy wrapper for std::mt19937Max Kellermann1-0/+1
2013-01-07Playlist: convert functions to methodsMax Kellermann1-1/+0
2013-01-07tag: convert to C++Max Kellermann1-12/+12
2013-01-07thread/Mutex: don't use std::mutexMax Kellermann1-0/+1
2013-01-07filter/replay_gain: convert to C++Max Kellermann1-2/+2
2013-01-07mixer_all: convert to C++Max Kellermann1-4/+2
2013-01-07volume: convert to C++Max Kellermann1-2/+1
2013-01-05Partition: new class, container for Playlist and PlayerControlMax Kellermann1-0/+1
2013-01-05test: revert debug program renamesMax Kellermann1-9/+9
2013-01-04replay_gain_*: convert to C++Max Kellermann1-9/+9
2013-01-04player_control.h: convert header to C++Max Kellermann1-2/+1
2013-01-04playlist: convert to C++Max Kellermann1-8/+7
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann1-0/+2
2013-01-04HugeAllocator: new memory allocatorMax Kellermann1-0/+1
2013-01-04MusicBuffer: move code to template class SliceBufferMax Kellermann1-0/+1
2013-01-04crossfade: convert to C++Max Kellermann1-2/+1
2013-01-04buffer, pipe: convert to C++Max Kellermann1-6/+3
2013-01-04output_*: convert to C++Max Kellermann1-16/+12
2013-01-04decoder_*: convert to C++Max Kellermann1-6/+4
2013-01-04Client: move code to class CommandListBuilderMax Kellermann1-0/+1
2013-01-03cmdline: convert to C++Max Kellermann1-2/+1
2013-01-03client: convert to C++Max Kellermann1-20/+16