Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DetachedSong: fork of struct Song | Max Kellermann | 2014-01-09 | 1 | -10/+6 |
| | | | | | | 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. | ||||
* | DespotifyUtils: return Tag, not pointer | Max Kellermann | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | DespotifyUtils: pass const ds_track reference | Max Kellermann | 2014-01-08 | 1 | -5/+5 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -4/+4 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 2013-09-05 | 1 | -5/+4 |
| | | | | Replaces struct playlist_provider. | ||||
* | use standard snprintf() instead of GLib g_snprintf() | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -3/+3 |
| | |||||
* | playlist/despotify: various code simplifications | Max Kellermann | 2013-01-29 | 1 | -55/+31 |
| | |||||
* | playlist/memory: use std::forward_list instead of GSList | Max Kellermann | 2013-01-29 | 1 | -13/+8 |
| | |||||
* | playlist/{asx,rss,soundcloud,xspf}: merge code to MemoryPlaylistProvider | Max Kellermann | 2013-01-29 | 1 | -58/+10 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -2/+2 |
| | |||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-27 | 1 | -1/+1 |
| | |||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | input,playlist/despotify: convert to C++ | Max Kellermann | 2013-01-21 | 1 | -0/+223 |