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
/
Data.hxx
Age
Commit message (
Expand
)
Author
2018-07-18
config/Data: pass new items by rvalue reference
Max Kellermann
2018-07-18
config/Data: use std::forward_list to manage params and blocks
Max Kellermann
2018-07-18
config/Migrate: library to migrate deprecated settings
Max Kellermann
2018-07-18
config/Data: add methods AddParam(), AddBlock()
Max Kellermann
2018-07-17
config/Data: move std::chrono parsers from Global.hxx
Max Kellermann
2018-07-17
config/Global: move value parser code to struct ConfigData
Max Kellermann
2018-07-17
config/Global: remove unused function config_find_block()
Max Kellermann
2018-07-17
config/Data: automatic initialization
Max Kellermann
2018-07-17
config/Data: FindBlock() throws on error
Max Kellermann
2018-07-17
config/Data: add method FindBlock()
Max Kellermann
2018-07-17
config/Data: make getters const
Max Kellermann
2018-07-17
config/Data: add getter methods
Max Kellermann
2018-07-16
config/Config*: rename files, drop "Config" prefix
Max Kellermann
2017-01-03
update copyright year
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/Option: convert to strictly-typed enum
Max Kellermann
2015-01-21
config/Data: add method Clear()
Max Kellermann
2015-01-21
ConfigData: rename header file
Max Kellermann