Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-07 | Mapper: obtain music directory from Storage | Max Kellermann | |
Eliminate duplicate variable. | |||
2014-02-07 | Mapper: remove unused functions | Max Kellermann | |
2014-02-07 | StoragePlugin: add method MapToRelativeUTF8() | Max Kellermann | |
Replaces map_to_relative_path() from Mapper.cxx. | |||
2014-02-07 | Mapper: remove unused function map_song_fs() | Max Kellermann | |
2014-02-07 | Mapper: move map_song_detach() to db/DatabaseSong.cxx | Max Kellermann | |
Use Storage::MapUTF8() internally, don't use global variables. | |||
2014-02-05 | LocalStorage: new API abstracting filesystem walk | Max Kellermann | |
Prepare to make this a new plugin API, for example to use a SMB share for the music_directory. | |||
2014-01-30 | db: add compile-time option to disable database | Max Kellermann | |
2014-01-19 | LightSong: new class to be used by DatabasePlugin callbacks | Max Kellermann | |
Detach the Song class completely from the public API, only to be used by SimpleDatabase and the update thread. | |||
2014-01-17 | Mapper: add function map_song_detach() | Max Kellermann | |
Make the DetachedSong(Song) conversion constructor private. Everybody should use map_song_detach() which will take over more responsibilities soon. | |||
2014-01-13 | copyright year 2014 | Max Kellermann | |
2014-01-09 | DetachedSong: fork of struct Song | Max Kellermann | |
From now on, struct Song will be used by the database only, and DetachedSong will be used by everybody else. DetachedSong is easier to use, but Song has lower overhead. | |||
2013-12-04 | Mapper: update API documentation | Max Kellermann | |
2013-11-28 | include cleanup using iwyu | Max Kellermann | |
2013-11-22 | Mapper: _get_music_directory_utf8() may return nullptr | Max Kellermann | |
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. | |||
2013-10-19 | *: use references instead of pointers | Max Kellermann | |
2013-10-17 | fs/Path: rename to AllocatedPath | Max Kellermann | |
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. | |||
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | |
2013-10-14 | Mapper: map_fs_to_utf8() returns std::string | Max Kellermann | |
Avoid the conversion to an allocated char*, let the caller decide. | |||
2013-09-04 | util/Error: new error passing library | Max Kellermann | |
Replaces GLib's GError. | |||
2013-08-07 | ConfigPath: return a Path object | Max Kellermann | |
Migrate all callers to use Path directly, instead of doing the conversion in each caller. | |||
2013-07-28 | song: convert header to C++ | Max Kellermann | |
2013-01-28 | Path::FromUTF8() returns nulled instance on error, add error handling where ↵ | Denis Krjuchkov | |
required | |||
2013-01-26 | Mapper: improve usage of Path class | Denis Krjuchkov | |
2013-01-18 | Path: new class "Path" wraps filesystem path strings | Max Kellermann | |
2013-01-03 | Directory: rename struct directory to Directory | Max Kellermann | |
2013-01-02 | mapper: convert to C++ | Max Kellermann | |