aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-03database.h: rename to DatabaseSimple.hxxMax Kellermann1-1/+1
2013-01-03database.h: move prototypes to DatabaseGlue.hxxMax Kellermann1-1/+1
2013-01-03playlist_edit: convert to C++Max Kellermann1-1/+1
2013-01-02Directory: make the header C++ onlyMax Kellermann1-6/+5
2013-01-02mapper: convert to C++Max Kellermann1-2/+1
2013-01-02song_update: convert to C++Max Kellermann1-1/+1
2013-01-02sticker: convert to C++Max Kellermann1-6/+3
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann1-2/+2
2013-01-02PlaylistVector: move struct playlist_metadata to PlaylistInfo.hxxMax Kellermann1-2/+3
2013-01-02db_lock: convert to C++Max Kellermann1-2/+2
2013-01-02{decoder,player}_thread: convert to C++Max Kellermann1-4/+2
2013-01-02*_print: convert to C++Max Kellermann1-5/+3
2013-01-02playlist_vector: convert to C++Max Kellermann1-3/+2
2013-01-02db_save, state_file: convert to C++Max Kellermann1-33/+25
2013-01-02update: convert to C++Max Kellermann1-21/+17
2013-01-02playlist_{any,song,queue}: convert to C++Max Kellermann1-7/+4
2012-10-04decoder/flac: support FLAC files inside archivesMax Kellermann1-0/+1
2012-10-04PlaylistFile, client_file, tag_id3: don't use g_file_error_quark()Max Kellermann1-0/+1
2012-10-02decoder/flac: move callbacks to class FLACInputMax Kellermann1-0/+1
2012-10-02decoder/flac: use C++ compilerMax Kellermann1-7/+6
2012-10-02Makefile.am: eliminate FLAC_COMMONMax Kellermann1-8/+5
2012-10-02{decoder,encoder}/flac: drop support for libFLAC 1.1Max Kellermann1-1/+0
2012-10-02encoder/{vorbis,opus}: merge code to new class OggStreamMax Kellermann1-4/+4
2012-10-02encoder/opus: new encoder plugin for the Opus codecMax Kellermann1-0/+8
2012-10-02encoder/vorbis: use C++ compilerMax Kellermann1-1/+3
2012-09-28main: use C++ compilerMax Kellermann1-4/+3
2012-09-28stored_playlist, playlist_save: use C++ compilerMax Kellermann1-6/+3
2012-09-25decoder/adplug: new decoder pluginMax Kellermann1-0/+8
2012-09-25command.h: move function prototypes to AllCommands.hMax Kellermann1-1/+1
2012-09-25rename CommandError.h to CommandError.hxxMax Kellermann1-1/+1
2012-09-25command: rename to AllCommands.cxxMax Kellermann1-1/+1
2012-09-25command: move remaining handlers to OtherCommands.cxxMax Kellermann1-0/+1
2012-09-05src/decoder/opus: new decoder plugin for the Opus codecMax Kellermann1-0/+15
2012-09-05decoder/{flac,vorbis}: move tag table to XiphTags.cMax Kellermann1-0/+1
2012-09-05Makefile.am: rename HAVE_OGG_COMMON to HAVE_XIPHMax Kellermann1-1/+1
2012-09-04decoder/ogg_common: rename to ogg_codec.cMax Kellermann1-1/+1
2012-09-04decoder/_ogg_common: rename to ogg_common.cMax Kellermann1-4/+3
2012-08-29SongFilter: convert to a C++ classMax Kellermann1-2/+1
2012-08-29playlist_print: rename to PlaylistPrint.cxxMax Kellermann1-2/+1
2012-08-29DatabaseSelection: add method Match()Max Kellermann1-1/+2
2012-08-29locate: rename to SongFilter.cxxMax Kellermann1-3/+2
2012-08-29queue_print: rename to QueuePrint.cxxMax Kellermann1-1/+1
2012-08-29dbUtils.h: eliminate this headerMax Kellermann1-1/+0
2012-08-29command: move code to *Commands.cxxMax Kellermann1-0/+6
2012-08-29Makefile.am: distribute DatabaseCommands.hxxMax Kellermann1-1/+1
2012-08-25test/test_queue_priority: fix SIGABRTMax Kellermann1-1/+0
2012-08-22Makefile.am: swap libdb_plugins.a and -lmpdclient orderMax Kellermann1-2/+2
2012-08-15queue: duplicate all song objectsMax Kellermann1-0/+1
2012-08-15DatabasePlugin: add method VisitUniqueTags()Max Kellermann1-0/+1
2012-08-15db_visitor: delete obsolete headerMax Kellermann1-1/+0