A YAML parser and emitter in C++
Go to file
2015-03-29 21:11:53 -05:00
include/yaml-cpp Fixed linker error on Visual Studio with a shared lib by moving the static methods node_data::equals to an instance method on node. 2015-03-29 21:11:53 -05:00
src Fix memory leak when accessing a const Node with a key that doesn't exist. 2015-01-24 17:22:45 -06:00
test Fix operator bool() exception on zombie node 2015-03-29 14:31:22 -05:00
util Remove stray field 2015-01-24 17:58:58 -06:00
.clang-format Add clang formatting file 2014-03-23 22:07:59 -05:00
.hgeol Added .hgeol for native eols 2011-08-24 02:59:58 -05:00
.hgignore Added back yaml.h (since it used to be generated) 2012-01-21 00:08:35 -06:00
CMakeLists.txt Merge core 2015-01-24 14:40:55 -06:00
install.txt
license.txt
yaml-cpp-config-version.cmake.in Add yaml-cpp-config.cmake and yaml-cpp-config-version.cmake files for importing yaml-cpp into external projects (through find_package). 2015-01-24 11:21:26 -06:00
yaml-cpp-config.cmake.in Add yaml-cpp-config.cmake and yaml-cpp-config-version.cmake files for importing yaml-cpp into external projects (through find_package). 2015-01-24 11:21:26 -06:00
yaml-cpp.pc.cmake Fixed includedir for the .pc.cmake file 2011-05-29 02:17:49 +00:00