Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 1 | -2/+2 |
| | |||||
* | *: use references instead of pointers | Max Kellermann | 2013-10-19 | 1 | -11/+11 |
| | |||||
* | fs/Path: rename to AllocatedPath | Max Kellermann | 2013-10-17 | 1 | -34/+35 |
| | | | | | | | 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. | ||||
* | fs/Path: move definitions to struct PathTraits | Max Kellermann | 2013-10-17 | 1 | -2/+3 |
| | |||||
* | fs/Path: move configuration code to Config.cxx | Max Kellermann | 2013-10-17 | 1 | -1/+2 |
| | |||||
* | Mapper: use std::string | Max Kellermann | 2013-10-17 | 1 | -16/+11 |
| | |||||
* | Mapper: remove obsolete variable music_dir_fs_length | Max Kellermann | 2013-10-15 | 1 | -2/+0 |
| | |||||
* | fs/Path: add separator constants/functions | Max Kellermann | 2013-10-14 | 1 | -17/+4 |
| | |||||
* | fs/Path: add method RelativeFS() | Max Kellermann | 2013-10-14 | 1 | -11/+5 |
| | | | | Move code from map_fs_to_utf8(). | ||||
* | Mapper, ...: use memcmp() instead of strncmp() where appropriate | Max Kellermann | 2013-10-14 | 1 | -1/+1 |
| | | | | Micro-optimization. | ||||
* | Mapper: map_fs_to_utf8() returns std::string | Max Kellermann | 2013-10-14 | 1 | -6/+2 |
| | | | | Avoid the conversion to an allocated char*, let the caller decide. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -12/+14 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | Daemon, Mapper: move-assign the Path objects | Max Kellermann | 2013-10-01 | 1 | -2/+2 |
| | |||||
* | ConfigPath: return a Path object | Max Kellermann | 2013-08-07 | 1 | -32/+20 |
| | | | | | 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 | -5/+5 |
| | |||||
* | DirectoryReader: rename Failed() to HasFailed() for consistency with TextFile | Denis Krjuchkov | 2013-05-05 | 1 | -1/+1 |
| | |||||
* | Path::FromUTF8() returns nulled instance on error, add error handling where ↵ | Denis Krjuchkov | 2013-01-28 | 1 | -9/+36 |
| | | | | required | ||||
* | Path: convert fs_charset_to_utf8() to static method Path::ToUTF8() | Denis Krjuchkov | 2013-01-28 | 1 | -1/+5 |
| | |||||
* | Mapper: improve usage of Path class | Denis Krjuchkov | 2013-01-26 | 1 | -31/+28 |
| | |||||
* | Path: move to fs subdirectory | Denis Krjuchkov | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Path: new class "Path" wraps filesystem path strings | Max Kellermann | 2013-01-18 | 1 | -51/+31 |
| | |||||
* | path: convert to C++ | Max Kellermann | 2013-01-17 | 1 | -4/+1 |
| | |||||
* | Directory: rename struct directory to Directory | Max Kellermann | 2013-01-03 | 1 | -2/+2 |
| | |||||
* | Directory: turn functions to methods | Max Kellermann | 2013-01-02 | 1 | -2/+2 |
| | |||||
* | Directory: make the header C++ only | Max Kellermann | 2013-01-02 | 1 | -1/+1 |
| | |||||
* | mapper: convert to C++ | Max Kellermann | 2013-01-02 | 1 | -0/+297 |