Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | playlist/embcue: change name string to "embcue" | Max Kellermann | 2014-09-26 | 1 | -1/+1 |
| | | | | The name "cue" was listed twice in "mpd --version". | ||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 1 | -7/+7 |
| | |||||
* | TagFile: use Path instead of const char * | Max Kellermann | 2013-10-26 | 1 | -3/+8 |
| | |||||
* | playlist/EmbeddedCue: use std::string for the "cuesheet" attribute | Max Kellermann | 2013-10-21 | 1 | -10/+8 |
| | |||||
* | GetBaseUTF8 | Max Kellermann | 2013-10-21 | 1 | -6/+5 |
| | |||||
* | Util/ASCII: add function StringEqualsCaseASCII() | Max Kellermann | 2013-10-20 | 1 | -1/+2 |
| | | | | Replaces GLib's g_ascii_strcasecmp(). | ||||
* | fs/Path: move definitions to struct PathTraits | Max Kellermann | 2013-10-17 | 1 | -2/+2 |
| | |||||
* | fs/Path: add method IsAbsolute() | Max Kellermann | 2013-10-14 | 1 | -1/+2 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -3/+0 |
| | | | | | 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 | -2/+2 |
| | |||||
* | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 2013-09-05 | 1 | -28/+10 |
| | | | | Replaces struct playlist_provider. | ||||
* | Tag*: move libtag.a sources to src/tag/ | Max Kellermann | 2013-09-04 | 1 | -2/+2 |
| | |||||
* | playlist/EmbbeddedCue: convert to class | Max Kellermann | 2013-08-05 | 1 | -27/+41 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -1/+1 |
| | |||||
* | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | ape: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -4/+1 |
| | |||||
* | tag_id3: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -5/+5 |
| | |||||
* | cue_parser: convert to C++ | Max Kellermann | 2013-04-09 | 1 | -9/+9 |
| | |||||
* | 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 |
| | |||||
* | tag_file: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -0/+190 |