Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mapper: _get_music_directory_utf8() may return nullptr | Max Kellermann | 2013-11-22 | 1 | -1/+2 |
| | | | | | | If no music_directory is configured, return nullptr instead of an empty string. This fixes a crash when db_file is configured without music_directory. | ||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -3/+3 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -8/+9 |
| | | | | | | | 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. | ||||
* | gcc.h: rename to Compiler.h | Max Kellermann | 2013-10-15 | 1 | -1/+1 |
| | |||||
* | Mapper: map_fs_to_utf8() returns std::string | Max Kellermann | 2013-10-14 | 1 | -3/+6 |
| | | | | Avoid the conversion to an allocated char*, let the caller decide. | ||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -1/+0 |
| | | | | Replaces GLib's GError. | ||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -2/+2 |
| | | | | | Migrate all callers to use Path directly, instead of doing the conversion in each caller. | ||||
* | song: convert header to C++ | Max Kellermann | 2013-07-28 | 1 | -2/+2 |
| | |||||
* | Path::FromUTF8() returns nulled instance on error, add error handling where ↵ | Denis Krjuchkov | 2013-01-28 | 1 | -1/+2 |
| | | | | required | ||||
* | Mapper: improve usage of Path class | Denis Krjuchkov | 2013-01-26 | 1 | -2/+2 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -9/+10 |
| | |||||
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -3/+3 |
| | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+144 |