yaml-cpp icon indicating copy to clipboard operation
yaml-cpp copied to clipboard

A YAML parser and emitter in C++

Results 186 yaml-cpp issues
Sort by recently updated
recently updated
newest added
trafficstars

## 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 ![](https://user-images.githubusercontent.com/35274844/100211865-f2875300-2f0c-11eb-9948-8cf9a5d17f33.png) This is the package version ![](https://i.imgur.com/yC9Eik1.png)