Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -5/+6 |
| | | | | | | | The new class Path only holds a string pointer without being responsible for allocation/deallocation. The FileSystem.hxx library accepts Path arguments instead of AllocatedPath, to avoid forcing callers to allocate another string object. | ||||
* | PlaylistMapper: convert playlist name to filesystem charset | Max Kellermann | 2013-10-02 | 1 | -5/+6 |
| | |||||
* | Playlist*: use nullptr instead of NULL | Max Kellermann | 2013-10-02 | 1 | -10/+9 |
| | |||||
* | PlaylistPlugin: add interface SongEnumerator | Max Kellermann | 2013-09-05 | 1 | -14/+10 |
| | | | | Replaces struct playlist_provider. | ||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -4/+1 |
| | |||||
* | DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCond | Max Kellermann | 2013-01-27 | 1 | -4/+4 |
| | |||||
* | playlist/*: convert to C++ | Max Kellermann | 2013-01-26 | 1 | -1/+1 |
| | |||||
* | Mapper: improve usage of Path class | Denis Krjuchkov | 2013-01-26 | 1 | -3/+3 |
| | |||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -9/+4 |
| | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | playlist_{any,song,queue}: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -2/+2 |
| | |||||
* | main: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | stored_playlist, playlist_save: use C++ compiler | Max Kellermann | 2012-09-28 | 1 | -0/+113 |