summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Expand)Author
2013-01-04Mutex: new wrapper for std::mutex, replaces GMutexMax Kellermann
2013-01-04HugeAllocator: new memory allocatorMax Kellermann
2013-01-04MusicBuffer: move code to template class SliceBufferMax Kellermann
2013-01-04crossfade: convert to C++Max Kellermann
2013-01-04buffer, pipe: convert to C++Max Kellermann
2013-01-04output_*: convert to C++Max Kellermann
2013-01-04decoder_*: convert to C++Max Kellermann
2013-01-04Client: move code to class CommandListBuilderMax Kellermann
2013-01-03cmdline: convert to C++Max Kellermann
2013-01-03client: convert to C++Max Kellermann
2013-01-03decoder_print: convert to C++Max Kellermann
2013-01-03listen: convert to C++Max Kellermann
2013-01-03ls: convert to C++Max Kellermann
2013-01-03output_print: convert to C++Max Kellermann
2013-01-03text_file: convert to C++Max Kellermann
2013-01-03exclude: convert to C++Max Kellermann
2013-01-03permission: convert to C++Max Kellermann
2013-01-03client_new: convert to C++Max Kellermann
2013-01-03strset: delete obsolete libraryMax Kellermann
2013-01-03PlaylistVector: use std::listMax Kellermann
2013-01-03database.h: rename to DatabaseSimple.hxxMax Kellermann
2013-01-03database.h: move prototypes to DatabaseGlue.hxxMax Kellermann
2013-01-03playlist_edit: convert to C++Max Kellermann
2013-01-02Directory: make the header C++ onlyMax Kellermann
2013-01-02mapper: convert to C++Max Kellermann
2013-01-02song_update: convert to C++Max Kellermann
2013-01-02sticker: convert to C++Max Kellermann
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann
2013-01-02PlaylistVector: move struct playlist_metadata to PlaylistInfo.hxxMax Kellermann
2013-01-02db_lock: convert to C++Max Kellermann
2013-01-02{decoder,player}_thread: convert to C++Max Kellermann
2013-01-02*_print: convert to C++Max Kellermann
2013-01-02playlist_vector: convert to C++Max Kellermann
2013-01-02db_save, state_file: convert to C++Max Kellermann
2013-01-02update: convert to C++Max Kellermann
2013-01-02playlist_{any,song,queue}: convert to C++Max Kellermann
2012-10-04decoder/flac: support FLAC files inside archivesMax Kellermann
2012-10-04PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann
2012-10-02decoder/flac: move callbacks to class FLACInputMax Kellermann
2012-10-02decoder/flac: use C++ compilerMax Kellermann
2012-10-02Makefile.am: eliminate FLAC_COMMONMax Kellermann
2012-10-02{decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann
2012-10-02encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann
2012-10-02encoder/opus: new encoder plugin for the Opus codecMax Kellermann
2012-10-02encoder/vorbis: use C++ compilerMax Kellermann
2012-09-28main: use C++ compilerMax Kellermann
2012-09-28stored_playlist, playlist_save: use C++ compilerMax Kellermann
2012-09-25decoder/adplug: new decoder pluginMax Kellermann
2012-09-25command.h: move function prototypes to AllCommands.hMax Kellermann
2012-09-25rename CommandError.h to CommandError.hxxMax Kellermann