Age | Commit message (Expand) | Author |
2013-01-04 | Mutex: new wrapper for std::mutex, replaces GMutex | Max Kellermann |
2013-01-04 | HugeAllocator: new memory allocator | Max Kellermann |
2013-01-04 | MusicBuffer: move code to template class SliceBuffer | Max Kellermann |
2013-01-04 | crossfade: convert to C++ | Max Kellermann |
2013-01-04 | buffer, pipe: convert to C++ | Max Kellermann |
2013-01-04 | output_*: convert to C++ | Max Kellermann |
2013-01-04 | decoder_*: convert to C++ | Max Kellermann |
2013-01-04 | Client: move code to class CommandListBuilder | Max Kellermann |
2013-01-03 | cmdline: convert to C++ | Max Kellermann |
2013-01-03 | client: convert to C++ | Max Kellermann |
2013-01-03 | decoder_print: convert to C++ | Max Kellermann |
2013-01-03 | listen: convert to C++ | Max Kellermann |
2013-01-03 | ls: convert to C++ | Max Kellermann |
2013-01-03 | output_print: convert to C++ | Max Kellermann |
2013-01-03 | text_file: convert to C++ | Max Kellermann |
2013-01-03 | exclude: convert to C++ | Max Kellermann |
2013-01-03 | permission: convert to C++ | Max Kellermann |
2013-01-03 | client_new: convert to C++ | Max Kellermann |
2013-01-03 | strset: delete obsolete library | Max Kellermann |
2013-01-03 | PlaylistVector: use std::list | Max Kellermann |
2013-01-03 | database.h: rename to DatabaseSimple.hxx | Max Kellermann |
2013-01-03 | database.h: move prototypes to DatabaseGlue.hxx | Max Kellermann |
2013-01-03 | playlist_edit: convert to C++ | Max Kellermann |
2013-01-02 | Directory: make the header C++ only | Max Kellermann |
2013-01-02 | mapper: convert to C++ | Max Kellermann |
2013-01-02 | song_update: convert to C++ | Max Kellermann |
2013-01-02 | sticker: convert to C++ | Max Kellermann |
2013-01-02 | PlaylistInfo: rename class, use std::string | Max Kellermann |
2013-01-02 | PlaylistVector: move struct playlist_metadata to PlaylistInfo.hxx | Max Kellermann |
2013-01-02 | db_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-02 | playlist_vector: convert to C++ | Max Kellermann |
2013-01-02 | db_save, state_file: convert to C++ | Max Kellermann |
2013-01-02 | update: convert to C++ | Max Kellermann |
2013-01-02 | playlist_{any,song,queue}: convert to C++ | Max Kellermann |
2012-10-04 | decoder/flac: support FLAC files inside archives | Max Kellermann |
2012-10-04 | PlaylistFile, client_file, tag_id3: don't use g_file_error_quark() | Max Kellermann |
2012-10-02 | decoder/flac: move callbacks to class FLACInput | Max Kellermann |
2012-10-02 | decoder/flac: use C++ compiler | Max Kellermann |
2012-10-02 | Makefile.am: eliminate FLAC_COMMON | Max Kellermann |
2012-10-02 | {decoder,encoder}/flac: drop support for libFLAC 1.1 | Max Kellermann |
2012-10-02 | encoder/{vorbis,opus}: merge code to new class OggStream | Max Kellermann |
2012-10-02 | encoder/opus: new encoder plugin for the Opus codec | Max Kellermann |
2012-10-02 | encoder/vorbis: use C++ compiler | Max Kellermann |
2012-09-28 | main: use C++ compiler | Max Kellermann |
2012-09-28 | stored_playlist, playlist_save: use C++ compiler | Max Kellermann |
2012-09-25 | decoder/adplug: new decoder plugin | Max Kellermann |
2012-09-25 | command.h: move function prototypes to AllCommands.h | Max Kellermann |
2012-09-25 | rename CommandError.h to CommandError.hxx | Max Kellermann |