aboutsummaryrefslogtreecommitdiffstats
path: root/src/Mapper.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* gcc.h: rename to Compiler.hMax Kellermann2013-10-151-1/+1
|
* Mapper: map_fs_to_utf8() returns std::stringMax Kellermann2013-10-141-3/+6
| | | | Avoid the conversion to an allocated char*, let the caller decide.
* util/Error: new error passing libraryMax Kellermann2013-09-041-1/+0
| | | | Replaces GLib's GError.
* ConfigPath: return a Path objectMax Kellermann2013-08-071-2/+2
| | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller.
* song: convert header to C++Max Kellermann2013-07-281-2/+2
|
* Path::FromUTF8() returns nulled instance on error, add error handling where ↵Denis Krjuchkov2013-01-281-1/+2
| | | | required
* Mapper: improve usage of Path classDenis Krjuchkov2013-01-261-2/+2
|
* Path: new class "Path" wraps filesystem path stringsMax Kellermann2013-01-181-9/+10
|
* Directory: rename struct directory to DirectoryMax Kellermann2013-01-031-3/+3
|
* mapper: convert to C++Max Kellermann2013-01-021-0/+144