aboutsummaryrefslogtreecommitdiffstats
path: root/src/Mapper.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ConfigPath: return a Path objectMax Kellermann2013-08-071-32/+20
| | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller.
* song: convert header to C++Max Kellermann2013-07-281-5/+5
|
* DirectoryReader: rename Failed() to HasFailed() for consistency with TextFileDenis Krjuchkov2013-05-051-1/+1
|
* Path::FromUTF8() returns nulled instance on error, add error handling where ↵Denis Krjuchkov2013-01-281-9/+36
| | | | required
* Path: convert fs_charset_to_utf8() to static method Path::ToUTF8()Denis Krjuchkov2013-01-281-1/+5
|
* Mapper: improve usage of Path classDenis Krjuchkov2013-01-261-31/+28
|
* Path: move to fs subdirectoryDenis Krjuchkov2013-01-221-1/+1
|
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-181-51/+31
|
* path: convert to C++Max Kellermann2013-01-171-4/+1
|
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-2/+2
|
* Directory: turn functions to methodsMax Kellermann2013-01-021-2/+2
|
* Directory: make the header C++ onlyMax Kellermann2013-01-021-1/+1
|
* mapper: convert to C++Max Kellermann2013-01-021-0/+297