Bart Trzynadlowski
|
52d6eac7e5
|
Added Util::Config::Node::ValueAsUnsigned() with support for base 10 and 16 ('0x' prefix)
|
2016-07-10 04:25:41 +00:00 |
|
Bart Trzynadlowski
|
a84aacf80b
|
Config::Node::Add() now supports nested keys (e.g., Add("foo/bar/baz", "0") will create three nested config nodes)
|
2016-07-09 15:19:17 +00:00 |
|
Bart Trzynadlowski
|
24c341120a
|
Changed Config::Node::Create() to Add() and added a Set() method (for INI semantics). Turned Test_Config.cpp into a proper unit test reporting pass/fail for each test.
|
2016-07-09 14:45:48 +00:00 |
|
Bart Trzynadlowski
|
724dc93294
|
XML parsing support for new config system
|
2016-07-07 04:59:10 +00:00 |
|
Bart Trzynadlowski
|
bcc663d4eb
|
Moved logging functions into OSD/Logger.cpp (eventually logging system will be reworked entirely) and added new config tree structure (not yet used).
|
2016-07-05 01:15:58 +00:00 |
|