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
/
config
/
Param.hxx
Age
Commit message (
Expand
)
Author
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
2018-07-18
config/Data: use std::forward_list to manage params and blocks
Max Kellermann
2018-07-17
config/Param: remove unused "used" flag
Max Kellermann
2018-07-17
config/Param: allow moving the value
Max Kellermann
2018-07-17
config/Param: inline the constructor
Max Kellermann
2018-07-17
config/Param: use C++11 initializers
Max Kellermann
2017-05-08
*: remove "pure" and "const" attributes from throwing functions
Max Kellermann
2017-01-03
update copyright year
Max Kellermann
2016-11-10
util/Error: remove obsolete class
Max Kellermann
2016-11-07
config/Path: throw std::runtime_error on error
Max Kellermann
2016-10-28
config/Param: overload GetPath() throwing exception
Max Kellermann
2016-10-28
config/Param: add method GetPath()
Max Kellermann
2016-10-28
config/Param: use CamelCase
Max Kellermann
2016-02-26
update copyright year to 2016
Max Kellermann
2015-01-21
config/Param: split block-specific attributes to new struct ConfigBlock
Max Kellermann
2015-01-21
config/Param: make "line" signed
Max Kellermann
2015-01-21
config/Param: make constructor "explicit"
Max Kellermann
2015-01-21
ConfigData: move struct config_param to Param.hxx
Max Kellermann