1 file changed
+1
-1
lines changed- .bazelignore+1
- .github/dependabot.yml+11
- .github/workflows/build.yml+90-11
- .github/workflows/bzlmod-archive.yml+19
- .travis.yml-37
- CMakeLists.txt+26-23
- CONTRIBUTING.md+2-2
- MODULE.bazel+14
- MODULE.bazel.lock+114
- README.md+30-2
- SECURITY.md+13
- WORKSPACE-10
- appveyor.yml-28
- docs/How-To-Emit-YAML.md+5-9
- include/yaml-cpp/dll.h-2
- include/yaml-cpp/emitfromevents.h+1
- include/yaml-cpp/emitter.h+17-3
- include/yaml-cpp/emitterstyle.h+4-3
- include/yaml-cpp/exceptions.h+2
- include/yaml-cpp/fptostring.h+15
- include/yaml-cpp/node/convert.h+22-1
- include/yaml-cpp/node/detail/iterator.h+1-1
- include/yaml-cpp/node/detail/node_iterator.h+1-1
- include/yaml-cpp/node/impl.h+5-3
- include/yaml-cpp/node/type.h+4-3
- include/yaml-cpp/null.h+2-2
- include/yaml-cpp/traits.h+1
- src/contrib/dragonbox.h+4.2k
- src/emitfromevents.cpp+7-2
- src/emitter.cpp+16-11
- src/emitterutils.cpp+39-37
- src/emitterutils.h+7-7
- src/fptostring.cpp+238
- src/indentation.h-1
- src/node_data.cpp+1
- src/null.cpp+10-3
- src/ostream_wrapper.cpp+1-1
- src/parse.cpp+1-1
- src/parser.cpp+1
- src/regeximpl.h+4
- src/scanner.cpp+24
- src/scanner.h+1
- src/scantoken.cpp+7
- src/singledocparser.cpp+3-4
- src/stream.cpp+19-2
- src/stream.h+2-1
- src/token.h+4-3
- test/BUILD.bazel+17-3
- test/CMakeLists.txt+15-7
- test/cmake/CMakeLists.txt+21
- test/cmake/main.cpp+3
- test/fptostring_test.cpp+242
- test/integration/BUILD.bazel+14
- test/integration/emitter_test.cpp+45-1
- test/integration/handler_test.h
- test/integration/load_node_test.cpp+87
- test/node/node_test.cpp+69-1
- util/read.cpp+2-2
- util/sandbox.cpp+2-2
- yaml-cpp-config.cmake.in+14-3
0 commit comments