A YAML parser and emitter in C++
Go to file
2011-03-02 20:55:05 +00:00
include/yaml-cpp Refactored bool emitting to make it 1) correct for the short bool form and 2) not barf on early versions of VS 2011-03-02 20:55:05 +00:00
src Refactored bool emitting to make it 1) correct for the short bool form and 2) not barf on early versions of VS 2011-03-02 20:55:05 +00:00
test Refactored bool emitting to make it 1) correct for the short bool form and 2) not barf on early versions of VS 2011-03-02 20:55:05 +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 Merged the debuggable branch's CMakeLists.txt (and added a build for RelWithDebInfo) - note that the options are only for gcc 2011-03-02 05:02:01 +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