aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2013-01-03cmdline: convert to C++Max Kellermann3-10/+12
2013-01-03client: convert to C++Max Kellermann47-166/+139
2013-01-03decoder_print: convert to C++Max Kellermann3-6/+9
2013-01-03listen: convert to C++Max Kellermann5-9/+12
2013-01-03ls: convert to C++Max Kellermann1-1/+4
2013-01-03output_print: convert to C++Max Kellermann3-7/+10
2013-01-03TextFile: convert to a classMax Kellermann17-98/+97
2013-01-03text_file: convert to C++Max Kellermann10-16/+13
2013-01-03ExcludeList: convert to a classMax Kellermann3-47/+61
2013-01-03exclude: convert to C++Max Kellermann3-6/+7
2013-01-03exclude: make variables more localMax Kellermann1-5/+3
2013-01-03InotifyQueue: use std::deque instead of GSListMax Kellermann3-37/+19
2013-01-03Permission: use std::map instead of GHashTableMax Kellermann3-22/+9
2013-01-03permission: convert to C++Max Kellermann6-10/+13
2013-01-03client_new: convert to C++Max Kellermann1-3/+7
2013-01-03MessageCommands: use std::set instead of GHashTableMax Kellermann1-26/+8
2013-01-03StickerDatabase: use std::map instead of GHashTableMax Kellermann1-52/+23
2013-01-03strset: delete obsolete libraryMax Kellermann2-202/+0
2013-01-03PlaylistVector: use std::listMax Kellermann10-112/+83
2013-01-03Directory: initialise in default constructorMax Kellermann2-1/+10
2013-01-03Directory: add constructor and destructorMax Kellermann2-18/+40
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann34-181/+177
2013-01-03database.h: rename to DatabaseSimple.hxxMax Kellermann7-9/+9
2013-01-03database.h: move prototypes to DatabaseGlue.hxxMax Kellermann4-20/+22
2013-01-03database.h: eliminate db_*_song()Max Kellermann10-142/+102
2013-01-03playlist_edit: convert to C++Max Kellermann1-1/+3
2013-01-02Directory: turn functions to methodsMax Kellermann16-295/+267
2013-01-02Directory: make the header C++ onlyMax Kellermann21-39/+23
2013-01-02mapper: convert to C++Max Kellermann18-33/+30
2013-01-02song_update: convert to C++Max Kellermann1-2/+9
2013-01-02sticker: convert to C++Max Kellermann11-60/+58
2013-01-02PlaylistInfo: rename class, use std::stringMax Kellermann10-98/+49
2013-01-02PlaylistVector: move struct playlist_metadata to PlaylistInfo.hxxMax Kellermann4-37/+96
2013-01-02db_lock: convert to C++Max Kellermann12-17/+16
2013-01-02don't include stdbool.h in C++ sourcesMax Kellermann14-19/+0
2013-01-02{decoder,player}_thread: convert to C++Max Kellermann6-50/+50
2013-01-02*_print: convert to C++Max Kellermann12-28/+36
2013-01-02playlist_vector: convert to C++Max Kellermann8-14/+10
2013-01-02db_save, state_file: convert to C++Max Kellermann23-68/+84
2013-01-02string_util: use const_cast in C++ modeMax Kellermann1-0/+4
2013-01-02update: convert to C++Max Kellermann28-108/+134
2013-01-02playlist_{any,song,queue}: convert to C++Max Kellermann10-32/+37
2013-01-02configure.ac: disable C++ RTTIMax Kellermann1-1/+4
2013-01-02configure.ac: disable C++ exceptionsMax Kellermann2-10/+5
2012-10-27Add tag support for DSD (DSDIFF & DSF) decodersJurgen Kramer6-3/+235
2012-10-05playlist_song: fix potential charset bug in apply_song_metadata()Max Kellermann1-2/+9
2012-10-05playlist_save: use temp2 instead of tempMax Kellermann1-1/+2
2012-10-05decoder/ffmpeg: support planar audioMax Kellermann1-0/+6
2012-10-05decoder/ffmpeg: fix playback of planar PCM dataMax Kellermann1-8/+13
2012-10-05decoder/ffmpeg: move code to copy_interleave_frame2()Max Kellermann1-5/+14