aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistFile.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright year 2015Max Kellermann2015-01-011-1/+1
|
* PlaylistFile: use class SongLoaderMax Kellermann2014-02-031-1/+4
|
* PlaylistFile: switch spl_append_uri() argumentsMax Kellermann2014-02-031-1/+1
| | | | | Playlist file name first, to be consistent with the other functions in this library.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-2/+2
| | | | | | From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead.
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* *: update copyright year to 2013Max Kellermann2013-10-301-1/+1
|
* *: use references instead of pointersMax Kellermann2013-10-191-1/+1
|
* Playlist*: use nullptr instead of NULLMax Kellermann2013-10-021-1/+1
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-11/+10
| | | | Replaces GLib's GError.
* *: remove remaining __cplusplus checksMax Kellermann2013-08-071-4/+0
|
* song: convert header to C++Max Kellermann2013-07-281-2/+2
|
* TagPool, ...: include cleanupMax Kellermann2013-01-301-3/+2
|
* PlaylistFile: reuse classes PlaylistInfo and PlaylistVectorMax Kellermann2013-01-041-10/+3
| | | | .. instead of rolling own classes.
* don't include stdbool.h in C++ sourcesMax Kellermann2013-01-021-1/+0
| | | | The "bool" type is built-in.
* main: use C++ compilerMax Kellermann2012-09-281-0/+94