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

A YAML parser and emitter in C++

Results 231 yaml-cpp issues
Sort by recently updated
recently updated
newest added

Issue #1385 demonstrates how a large 'precision' value can cause buffer overflows. Originally, the buffer was designed to fit any scientific notation. But the precision changes at which point large...

I am setting a node with "1663.1234567891011". After that I am calling it using as. As a result I am getting "0.000450628205" instead of "1663.1234567891011". Example code is given below....

Include What You Use ([IWYU](https://include-what-you-use.org/)) (`A tool for use with clang to analyze #includes in C and C++ source files`) is able to fix (read: add and remove) includes automatically...

The project now does not build with the latest version `4.0.0` of CMake ``` CMake Error at submodules/yaml-cpp/CMakeLists.txt:2 (cmake_minimum_required): Compatibility with CMake < 3.5 has been removed from CMake. Update...

cannot open another app because of the version is to old

I struggled a lot to find out why the targets for yaml-cpp did not get installed, when fetching them like described in the README in the CMakeLists.txt of my own...

Including yaml-cpp as a static library in my statically-linked MFC project caused some problems. I used cmake to generate the yaml-cpp MSVC solution and project files. Perhaps it's user error,...

Hi! Please release a new numbered version of yaml-cpp.