aboutsummaryrefslogtreecommitdiffstats
path: root/src/PlaylistMapper.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-4/+4
|
* fs/Path: rename to AllocatedPathMax Kellermann2013-10-171-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 charsetMax Kellermann2013-10-021-5/+6
|
* Playlist*: use nullptr instead of NULLMax Kellermann2013-10-021-10/+9
|
* PlaylistPlugin: add interface SongEnumeratorMax Kellermann2013-09-051-14/+10
| | | | Replaces struct playlist_provider.
* uri: convert to C++Max Kellermann2013-04-081-4/+1
|
* DecoderControl, InputStream: use Mutex/Cond instead of GMutex/GCondMax Kellermann2013-01-271-4/+4
|
* playlist/*: convert to C++Max Kellermann2013-01-261-1/+1
|
* Mapper: improve usage of Path classDenis Krjuchkov2013-01-261-3/+3
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
|
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-181-9/+4
|
* mapper: convert to C++Max Kellermann2013-01-021-1/+1
|
* playlist_{any,song,queue}: convert to C++Max Kellermann2013-01-021-2/+2
|
* main: use C++ compilerMax Kellermann2012-09-281-1/+1
|
* stored_playlist, playlist_save: use C++ compilerMax Kellermann2012-09-281-0/+113