aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/CuePlaylistPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-3/+3
| | | | | | 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-4/+1
|
* *: use nullptr instead of NULLMax Kellermann2013-10-281-4/+4
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-3/+3
|
* Log: new logging library APIMax Kellermann2013-10-021-3/+0
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* Tag, ...: move to libtag.aMax Kellermann2013-09-051-1/+1
|
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-29/+14
| | | | Replaces struct playlist_provider.
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-1/+0
|
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-031-1/+1
|
* tag: convert to C++Max Kellermann2013-07-301-1/+1
|
* song: convert header to C++Max Kellermann2013-07-281-3/+3
|
* text_input_stream: convert to classDenis Krjuchkov2013-05-121-10/+6
|
* cue_parser: convert to C++Max Kellermann2013-04-091-10/+8
|
* playlist/cue: add constructor/destructorMax Kellermann2013-04-091-11/+13
|
* playlist/*: convert to C++Max Kellermann2013-01-271-0/+114