A YAML parser and emitter in C++
Go to file
2009-01-01 23:59:37 +00:00
include Re-added the throw() specification to ~Exception(), and also to ~TypedKeyNotFound(); I suppose this'll fix the gcc compiler error. 2009-01-01 23:59:37 +00:00
src Fixed tag output bug 2008-11-20 04:12:31 +00:00
yaml-reader Added a templated derived exception to KeyNotFound so that you can figure out *which* key wasn't found. 2009-01-01 02:40:18 +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
license.txt Added the license.txt file describing the MIT license. 2008-09-03 04:37:06 +00:00
yaml-reader.vcproj Removed throw() specifier in Exception (I don't remember putting it in). This may solve a gcc error (I haven't tested it yet) or it may break it further. 2009-01-01 20:14:32 +00:00
yamlcpp.sln Moved the testing source to the yaml-reader folder. 2008-07-14 05:18:25 +00:00
yamlcpp.vcproj 2008-09-11 03:49:52 +00:00