aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistFile.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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