yaml-cpp/yaml-reader
jbeder 51457eece9 Changed the way we read different types of scalars.
It's better organized now, I think - nodes only offer a single main way of getting the fundamental scalar (as a string), and now we can specialize a single template to read specific types.
2009-05-23 23:51:01 +00:00
..
tests Changed the way we read different types of scalars. 2009-05-23 23:51:01 +00:00
CMakeLists.txt Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug 2008-08-07 03:30:56 +00:00
main.cpp Added emitter headers to yaml.h 2009-05-22 22:23:57 +00:00
tests.cpp Added emitter headers to yaml.h 2009-05-22 22:23:57 +00:00
tests.h Merged emitter branch into trunk, changes r105:r151 2009-05-22 21:52:31 +00:00