yaml-cpp
yaml-cpp copied to clipboard
A YAML parser and emitter in C++
## Description When you have a file with a map containing a list and you delete the last key in this map, an empty map artifact `{}` remains in the...
### Description YAML files that use single carriage returns for line endings can cause an exception to be thrown. There are at least two scenarios that can cause an exception....
I have to run generate the cmake solution twice through Visual Studio. I tried turning off building tests with, ```cmake set(YAML_CPP_BUILD_TESTS OFF CACHE BOOL "Enable testing" FORCE) ``` ;but, cmake...
``` FetchContent_Declare( yaml-cpp GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git GIT_TAG yaml-cpp-0.6.3 ) set(YAML_CPP_BUILD_TESTS OFF) FetchContent_MakeAvailable(yaml-cpp) target_link_libraries(${TARGET} yaml-cpp) ``` This works just fine. However, with the latest commit (a6bbe0e when submitted), this does not work....
When saving a file with new API you cannot set explicitly the number of digits after the . thus when having a double of the form 1.0 it is saved...
I have a project that includes yaml-cpp as a subdirectory in my project and uses it as a public dependency to one of my libraries. After the new CMake changes...
This patch adds a customization point `YAML::decode_dispatcher::dispatch` which: - allows decoding types that aren't default constructible, - delegates to `YAML::convert::decode` by default for backward compatibility, - is enabled only when...
I found the boost::shared_ptr are not reset until the program exit.
Pointing to tag/commit could cause MD5 signature to change over-time, which will break package managers. Upload release files manually to the release to make sure it won't change in the...
I'm trying to compilate tkDNN And I''m getting this error  This is the package version 