A YAML parser and emitter in C++
Go to file
2011-03-02 20:30:54 +00:00
include/yaml-cpp Included 'mark.h' in the graphbuilder so that its method for removing the unused param warning (casting to void) compiles on VS 2011-03-02 20:30:54 +00:00
src Flipped the include guard and the pragma, and don't use the pragma for early versions of gcc (< 3.4) 2011-03-02 06:11:41 +00:00
test Flipped the include guard and the pragma, and don't use the pragma for early versions of gcc (< 3.4) 2011-03-02 06:11:41 +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