A YAML parser and emitter in C++
Go to file
2009-12-21 20:35:27 +00:00
include Refactored emitter operator << overloads to not template them, so it's easier to overload for pointer types 2009-11-17 20:21:22 +00:00
src Added missing include 2009-12-02 05:59:18 +00:00
test Added test for duplicate key 2009-12-02 01:29:16 +00:00
util Updated signature of Parser::GetNextDocument (issue 45) 2009-09-29 18:25:11 +00:00
CMakeLists.txt Replaced conversion macros with SFINAE 2009-11-10 21:23:52 +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 Updated the Visual Studio solution for the new files/renaming. 2009-10-30 04:52:13 +00:00
test.vcproj Updated the Visual Studio solution for the new files/renaming. 2009-10-30 04:52:13 +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 the Visual Studio solution for the new files/renaming. 2009-10-30 04:52:13 +00:00