aboutsummaryrefslogtreecommitdiffstats
path: root/src/playlist/XspfPlaylistPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* playlist/*: move to playlist/plugins/Max Kellermann2014-01-231-234/+0
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* playlist/{asx,rss,xspf}: use Expat instead of GLib to parse XMLMax Kellermann2014-01-091-73/+19
|
* DetachedSong: fork of struct SongMax Kellermann2014-01-091-26/+11
| | | | | | 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.
* tag/TagBuilder: rename Commit() to CommitNew()Max Kellermann2014-01-081-1/+1
|
* playlist/xspf: use class TagBuilderMax Kellermann2013-12-031-7/+10
|
* playlist/xspf: rename "tag" to "tag_type"Max Kellermann2013-12-031-10/+10
|
* include cleanup using iwyuMax Kellermann2013-11-281-1/+0
|
* *: use nullptr instead of NULLMax Kellermann2013-10-281-12/+12
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-2/+2
|
* TagType: rename enum tag_type to TagTypeMax Kellermann2013-10-201-1/+1
|
* Log: new logging library APIMax Kellermann2013-10-021-5/+8
| | | | | 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-6/+5
| | | | Replaces struct playlist_provider.
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-3/+2
|
* util/Error: new error passing libraryMax Kellermann2013-09-041-4/+5
| | | | Replaces GLib's GError.
* input_stream.h: rename to InputLegacy.hxxMax Kellermann2013-09-031-1/+1
|
* *: use gcc.h macros instead of GLibMax Kellermann2013-08-041-8/+8
|
* tag: convert to C++Max Kellermann2013-07-301-4/+3
|
* song: convert header to C++Max Kellermann2013-07-281-3/+3
|
* uri: convert to C++Max Kellermann2013-04-081-1/+0
|
* playlist/memory: use std::forward_list instead of GSListMax Kellermann2013-01-291-20/+5
|
* playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProviderMax Kellermann2013-01-291-38/+6
|
* playlist/*: convert to C++Max Kellermann2013-01-271-0/+348