index
:
mpd.git
master
v0.21.x
v0.22.x
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Mapper.hxx
Age
Commit message (
Expand
)
Author
2021-01-01
copyright year 2021
Max Kellermann
2020-01-18
copyright year 2020
Max Kellermann
2019-06-17
Copyright year 2019
Max Kellermann
2019-02-05
Mapper: remove empty function mapper_finish()
Max Kellermann
2018-11-19
check.h: remove obsolete header
Max Kellermann
2018-10-31
*: copyright year 2018
Max Kellermann
2018-08-20
Compiler.h: move to util/
Max Kellermann
2017-05-08
*: add "noexcept" to many, many function prototypes
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-03-03
*: change C-style prototypes, drop "(void)"
Max Kellermann
2015-02-28
Mapper: use class Path
Max Kellermann
2015-01-01
Copyright year 2015
Max Kellermann
2014-02-07
Mapper: obtain music directory from Storage
Max Kellermann
2014-02-07
Mapper: remove unused functions
Max Kellermann
2014-02-07
StoragePlugin: add method MapToRelativeUTF8()
Max Kellermann
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
2014-02-05
LocalStorage: new API abstracting filesystem walk
Max Kellermann
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
2014-01-17
Mapper: add function map_song_detach()
Max Kellermann
2014-01-13
copyright year 2014
Max Kellermann
2014-01-09
DetachedSong: fork of struct Song
Max Kellermann
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
2013-10-19
*: use references instead of pointers
Max Kellermann
2013-10-17
fs/Path: rename to AllocatedPath
Max Kellermann
2013-10-15
gcc.h: rename to Compiler.h
Max Kellermann
2013-10-14
Mapper: map_fs_to_utf8() returns std::string
Max Kellermann
2013-09-04
util/Error: new error passing library
Max Kellermann
2013-08-07
ConfigPath: return a Path object
Max Kellermann
2013-07-28
song: convert header to C++
Max Kellermann
2013-01-28
Path::FromUTF8() returns nulled instance on error, add error handling where r...
Denis Krjuchkov
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