Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist/*: move to playlist/plugins/ | Max Kellermann | 2014-01-23 | 1 | -83/+0 |
| | |||||
* | copyright year 2014 | Max Kellermann | 2014-01-13 | 1 | -1/+1 |
| | |||||
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -4/+4 |
| | | | | | | 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. | ||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 1 | -3/+3 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -2/+2 |
| | |||||
* | playlist/(Ext)M3u: use strchug_fast() | Max Kellermann | 2013-10-19 | 1 | -5/+2 |
| | |||||
* | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 2013-09-05 | 1 | -22/+10 |
| | | | | Replaces struct playlist_provider. | ||||
* | playlist/m3u: allocate ExtM3uPlaylist with new/delete | Max Kellermann | 2013-08-05 | 1 | -8/+9 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | text_input_stream: convert to class | Denis Krjuchkov | 2013-05-12 | 1 | -14/+13 |
| | |||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-27 | 1 | -0/+98 |