Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PlaylistFile: export spl_map_to_fs() and TranslatePlaylistError() | Max Kellermann | 2015-03-24 | 1 | -0/+7 |
| | |||||
* | *: change C-style prototypes, drop "(void)" | Max Kellermann | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | Copyright year 2015 | Max Kellermann | 2015-01-01 | 1 | -1/+1 |
| | |||||
* | PlaylistFile: use class SongLoader | Max Kellermann | 2014-02-03 | 1 | -1/+4 |
| | |||||
* | PlaylistFile: switch spl_append_uri() arguments | Max Kellermann | 2014-02-03 | 1 | -1/+1 |
| | | | | | Playlist file name first, to be consistent with the other functions in this library. | ||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -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 iwyu | Max Kellermann | 2013-11-28 | 1 | -1/+0 |
| | |||||
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -1/+1 |
| | |||||
* | Playlist*: use nullptr instead of NULL | Max Kellermann | 2013-10-02 | 1 | -1/+1 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -11/+10 |
| | | | | Replaces GLib's GError. | ||||
* | *: remove remaining __cplusplus checks | Max Kellermann | 2013-08-07 | 1 | -4/+0 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | TagPool, ...: include cleanup | Max Kellermann | 2013-01-30 | 1 | -3/+2 |
| | |||||
* | PlaylistFile: reuse classes PlaylistInfo and PlaylistVector | Max Kellermann | 2013-01-04 | 1 | -10/+3 |
| | | | | .. instead of rolling own classes. | ||||
* | don't include stdbool.h in C++ sources | Max Kellermann | 2013-01-02 | 1 | -1/+0 |
| | | | | The "bool" type is built-in. | ||||
* | main: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -0/+94 |