aboutsummaryrefslogtreecommitdiffstats
path: root/src/Mapper.hxx (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-04Mapper: update API documentationMax Kellermann1-2/+1
2013-11-28include cleanup using iwyuMax Kellermann1-1/+0
2013-11-22Mapper: _get_music_directory_utf8() may return nullptrMax Kellermann1-1/+2
2013-10-19*: use references instead of pointersMax Kellermann1-3/+3
2013-10-17fs/Path: rename to AllocatedPathMax Kellermann1-8/+9
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-10-14Mapper: map_fs_to_utf8() returns std::stringMax Kellermann1-3/+6
2013-09-04util/Error: new error passing libraryMax Kellermann1-1/+0
2013-08-07ConfigPath: return a Path objectMax Kellermann1-2/+2
2013-07-28song: convert header to C++Max Kellermann1-2/+2
2013-01-28Path::FromUTF8() returns nulled instance on error, add error handling where r...Denis Krjuchkov1-1/+2
2013-01-26Mapper: improve usage of Path classDenis Krjuchkov1-2/+2
2013-01-18Path: new class "Path" wraps filesystem path stringsMax Kellermann1-9/+10
2013-01-03Directory: rename struct directory to DirectoryMax Kellermann1-3/+3
2013-01-02mapper: convert to C++Max Kellermann1-12/+9
2012-08-14mapper: fix non-UTF8 music directory nameMax Kellermann1-2/+13
2012-08-02gcc.h: re-add gcc_const and gcc_pureMax Kellermann1-11/+12
2012-08-02DatabaseVisitor, ...: use GError forward declarationMax Kellermann1-0/+2
2012-02-13mapper: add mapper_get_music_directory()Max Kellermann1-2/+9
2012-02-13mapper: add "pure" attributesMax Kellermann1-0/+10
2011-01-29copyright year 2011Max Kellermann1-1/+1
2010-07-25{queue,song}_print: print relative paths if possibleMax Kellermann1-0/+8
2009-12-31Update copyright notices.Avuton Olrich1-1/+1
2009-12-08mapper: apply filesystem_charset to playlistsMax Kellermann1-0/+2
2009-07-15mapper: pass music and playlist directory to mapper_init()Max Kellermann1-1/+1
2009-03-13all: Update copyright header.Avuton Olrich1-6/+7
2009-01-25mapper: added dot to PLAYLIST_FILE_SUFFIXMax Kellermann1-1/+1
2009-01-18mapper: make the music_directory optionalMax Kellermann1-0/+8
2009-01-04mapper: allocate the result of map_fs_to_utf8()Max Kellermann1-6/+2
2009-01-02mapper: allocate the result of map_directory_child_fs(), map_song_fs()Max Kellermann1-5/+4
2009-01-02mapper: allocate the result of map_uri_fs(), map_directory_fs()Max Kellermann1-4/+4
2009-01-01mapper: allocate playlist path from heapMax Kellermann1-3/+4
2008-12-24playlist: fix stored playlist modifications with absolute pathsMax Kellermann1-0/+8
2008-10-31path: moved playlist_dir to mapper.cMax Kellermann1-0/+15
2008-10-31added prefix to header macrosMax Kellermann1-2/+2
2008-10-15mapper: moved musicDir initialization from path.cMax Kellermann1-0/+4
2008-10-14mapper: new song-to-filesystem mapper libraryMax Kellermann1-0/+74