Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-12-03 | DespotifyUtils: use class TagBuilder | Max Kellermann | 1 | -12/+12 | |
2013-11-11 | DespotifyUtils: add missing stdio.h include | Max Kellermann | 1 | -0/+2 | |
2013-10-19 | *: use nullptr instead of NULL | Max Kellermann | 1 | -5/+5 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -6/+11 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-05 | Tag, ...: move to libtag.a | Max Kellermann | 1 | -1/+1 | |
2013-09-05 | use standard snprintf() instead of GLib g_snprintf() | Max Kellermann | 1 | -4/+5 | |
2013-09-05 | conf.h: remove obsolete header | Max Kellermann | 1 | -1/+2 | |
Use only ConfigData.hxx in plugin sources to reduce header dependencies. | |||||
2013-08-04 | *: use gcc.h macros instead of GLib | Max Kellermann | 1 | -2/+3 | |
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -10/+10 | |
2013-01-21 | input,playlist/despotify: convert to C++ | Max Kellermann | 1 | -6/+10 | |
2013-01-21 | despotify_utils: fix indent | Max Kellermann | 1 | -7/+7 | |
2013-01-21 | despotify_utils: include cleanup | Max Kellermann | 1 | -4/+4 | |
2013-01-21 | despotify_utils: add missing copyright header | Max Kellermann | 1 | -0/+19 | |
2011-03-29 | despotify: Add support utilities | Simon Kagstrom | 1 | -0/+121 | |
Used to connect and authenticate to despotify. Provides a singleton session and a desptoify-track-to-tags function. |