aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistCommands.cxx (follow)
Commit message (Expand)AuthorAgeFilesLines
* *Commands: move to src/command/Max Kellermann2013-10-201-222/+0
* command: convert command_return to to a strictly-typed enumMax Kellermann2013-10-201-29/+29
* PlaylistError: convert playlist_result to a strictly-typed enumMax Kellermann2013-10-201-12/+9
* ClientInternal: move class Client to Client.hxxMax Kellermann2013-10-191-1/+1
* *: use references instead of pointersMax Kellermann2013-10-191-16/+16
* util/Error: new error passing libraryMax Kellermann2013-09-041-28/+32
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-10/+10
* Merge tag 'release-0.17.5'Max Kellermann2013-08-041-1/+1
* uri: convert to C++Max Kellermann2013-04-081-4/+1
* Client: add "playlist" attributeMax Kellermann2013-01-041-3/+3
* playlist: convert to C++Max Kellermann2013-01-041-1/+1
* PlaylistFile: reuse classes PlaylistInfo and PlaylistVectorMax Kellermann2013-01-041-1/+2
* Client: rename the struct client to class ClientMax Kellermann2013-01-031-12/+12
* ls.h: rename to ls.hxxMax Kellermann2013-01-031-1/+1
* client: convert to C++Max Kellermann2013-01-031-3/+3
* *_print: convert to C++Max Kellermann2013-01-021-1/+1
* playlist_{any,song,queue}: convert to C++Max Kellermann2013-01-021-2/+2
* main: use C++ compilerMax Kellermann2012-09-281-1/+1
* PlaylistFile: use std::list instead of GPtrArrayMax Kellermann2012-09-281-12/+7
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-281-2/+2
* rename CommandError.h to CommandError.hxxMax Kellermann2012-09-251-1/+1
* playlist_print: rename to PlaylistPrint.cxxMax Kellermann2012-08-291-1/+1
* dbUtils.h: eliminate this headerMax Kellermann2012-08-291-2/+3
* command: move code to *Commands.cxxMax Kellermann2012-08-291-0/+227