A YAML parser and emitter in C++
Go to file
2011-09-12 13:25:41 -05:00
include/yaml-cpp Implemented std::map decode (and fixed bug in the Node iterator - the reference_type should be just a plain value, since it's created on-the-fly) 2011-09-12 00:29:39 -05:00
src Fixed new API node key/value insertion in NodeBuilder (it was using the wrong condition on when it had added a key already) 2011-09-12 13:25:41 -05:00
test Added failing self-reference tests 2011-09-12 12:48:51 -05:00
util Fixed up the old API stuff, and removed the util/value (since it's no longer needed) 2011-09-10 23:11:28 -05:00
.hgeol Added api sketch 2011-09-04 19:50:08 -05:00
CMakeLists.txt Fixed up the old API stuff, and removed the util/value (since it's no longer needed) 2011-09-10 23:11:28 -05:00
install.txt Added api sketch 2011-09-04 19:50:08 -05:00
license.txt Added api sketch 2011-09-04 19:50:08 -05:00
yaml-cpp.pc.cmake Added api sketch 2011-09-04 19:50:08 -05:00