Go to file
2009-09-06 21:52:56 +00:00
include Refactored the operator >> and Node::Read default functions, as well as the conversion functions, to more easily read new types as keys (this uncovered an error, in example 2.11 of the spec) 2009-09-06 20:52:45 +00:00
src Fixed bug with complex keys (and simplified the parsing for flow maps) 2009-09-06 21:52:56 +00:00
util Added emitting for a YAML::Node (instead of the ad-hoc std::ostream overload) so it'll actually emit valid YAML always 2009-07-10 23:39:14 +00:00
yaml-reader Fixed bug with complex keys (and simplified the parsing for flow maps) 2009-09-06 21:52:56 +00:00
CMakeLists.txt Updated the CMake file for 0.2.0 release, and added install.txt 2009-09-05 23:05:39 +00:00
install.txt Updated the CMake file for 0.2.0 release, and added install.txt 2009-09-05 23:05:39 +00:00
license.txt Added the license.txt file describing the MIT license. 2008-09-03 04:37:06 +00:00
yaml-cpp.pc.cmake Fixed yaml-cpp.pc file (with prefix) 2009-07-25 18:03:58 +00:00
yaml-reader.vcproj Switched from loading test files to testing specific parsing constructs. The tests don't fully cover the span (eventually I'll add more, maybe), but there's a bunch there. 2009-05-31 06:36:01 +00:00
yamlcpp.sln Moved the testing source to the yaml-reader folder. 2008-07-14 05:18:25 +00:00
yamlcpp.vcproj Updated visual studio project, and fixed a VS warning 2009-07-20 20:18:59 +00:00