yaml-cpp
yaml-cpp copied to clipboard
A YAML parser and emitter in C++
Building for Visual Studio 2019 failed. `D:\repos\yaml-cpp\src\contrib\dragonbox.h(942): error C2672: “YAML::jkj::dragonbox::detail::log::is_in_range”: No matching overloaded function found D:\repos\yaml-cpp\src\contrib/dragonbox.h(972): note: View the reference to the instantiation of the class template being compiled with...
Hi. I am preparing a yaml file for netplan and I have a problem with the routes entry. How to save in such a sequence? How to write this in...
- Some inputs ex: `{:` `[:` causes YAML::Load() to hang indefinitely - The hang occurs in the regex engine during token scanning - Stack trace shows deep recursion in MatchOpOr...
fixes issue #1357
Use the "!" tag to detect scalars that are not plain scalars and pass EMITTER_MANIP::DoubleQuoted to Emitter::Write() to ensure they are quoted. This preserves quotes on quoted items that do...
A quoted string value that "looks like" an integer, bool or float value loses the quotes when emitted and so changes type and is no longer a string. The output...
Hello, Thanks for the great package. Would it be possible to tag recent developments so that it is safer and easier to use as external dependencies especially in CMake based...
* [x] The currently used version of Google-test 1.13 still triggers a CMake deprecation warning with CMake 3.30 or newer. We need to decide on which version of Google-test we...
Solves #812
The latest release, 0.8.0, was released back in August 2023. I think we should cut a new release with all of the improvements and fixes since then, especially the prettier...