A YAML parser and emitter in C++
Go to file
2011-01-31 17:47:20 +00:00
include/yaml-cpp Added long long types to the emitter 2010-11-15 01:46:33 +00:00
src Added Anchor() regex (so that we're not just using Alphanumeric to match anchors), but it's still not 100% right (it shouldn't allow non-printable characters, e.g.). Also fixed a test that was broken along these lines (if a colon immediately follows an anchor, it's part of the anchor) 2011-01-31 17:47:20 +00:00
test Added Anchor() regex (so that we're not just using Alphanumeric to match anchors), but it's still not 100% right (it shouldn't allow non-printable characters, e.g.). Also fixed a test that was broken along these lines (if a colon immediately follows an anchor, it's part of the anchor) 2011-01-31 17:47:20 +00:00
util Added more tests for the newline, and disallowed newlines after implicit block keys 2010-10-22 03:53:33 +00:00
CMakeLists.txt Fixed emitting colon at end of scalar bug 2010-12-03 21:52:04 +00:00
install.txt Added newline to install and license files 2009-12-21 20:35:27 +00:00
license.txt Added newline to install and license files 2009-12-21 20:35:27 +00:00
parse.vcproj Disabled those warnings in the release version of the .svn too. 2010-03-03 05:33:07 +00:00
test.vcproj Disabled those warnings in the release version of the .svn too. 2010-03-03 05:33:07 +00:00
yaml-cpp.pc.cmake Fixed yaml-cpp.pc file (with prefix) 2009-07-25 18:03:58 +00:00
yamlcpp.sln Updated the Visual Studio solution for the new files/renaming. 2009-10-30 04:52:13 +00:00
yamlcpp.vcproj Updated Visual Studio project file. 2010-11-09 19:59:25 +00:00