Import yaml-cpp_0.8.0+dfsg.orig.tar.xz
authorGianfranco Costamagna <locutusofborg@debian.org>
Fri, 18 Aug 2023 17:22:16 +0000 (18:22 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Fri, 18 Aug 2023 17:22:16 +0000 (18:22 +0100)
commit92f053d011158dd0ea749dd4770c4feaa06ba2f4
tree3b84921e2fc2fbf7c0cdca60cebb5d9262d0245a
Import yaml-cpp_0.8.0+dfsg.orig.tar.xz

[dgit import orig yaml-cpp_0.8.0+dfsg.orig.tar.xz]
139 files changed:
.clang-format [new file with mode: 0644]
.codedocs [new file with mode: 0644]
.github/workflows/build.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
BUILD.bazel [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
SECURITY.md [new file with mode: 0644]
WORKSPACE [new file with mode: 0644]
cmake_uninstall.cmake.in [new file with mode: 0644]
docs/Breaking-Changes.md [new file with mode: 0644]
docs/How-To-Emit-YAML.md [new file with mode: 0644]
docs/How-To-Parse-A-Document-(Old-API).md [new file with mode: 0644]
docs/Strings.md [new file with mode: 0644]
docs/Tutorial.md [new file with mode: 0644]
docs/_config.yml [new file with mode: 0644]
docs/index.md [new file with mode: 0644]
include/yaml-cpp/anchor.h [new file with mode: 0644]
include/yaml-cpp/binary.h [new file with mode: 0644]
include/yaml-cpp/contrib/anchordict.h [new file with mode: 0644]
include/yaml-cpp/contrib/graphbuilder.h [new file with mode: 0644]
include/yaml-cpp/depthguard.h [new file with mode: 0644]
include/yaml-cpp/dll.h [new file with mode: 0644]
include/yaml-cpp/emitfromevents.h [new file with mode: 0644]
include/yaml-cpp/emitter.h [new file with mode: 0644]
include/yaml-cpp/emitterdef.h [new file with mode: 0644]
include/yaml-cpp/emittermanip.h [new file with mode: 0644]
include/yaml-cpp/emitterstyle.h [new file with mode: 0644]
include/yaml-cpp/eventhandler.h [new file with mode: 0644]
include/yaml-cpp/exceptions.h [new file with mode: 0644]
include/yaml-cpp/mark.h [new file with mode: 0644]
include/yaml-cpp/node/convert.h [new file with mode: 0644]
include/yaml-cpp/node/detail/impl.h [new file with mode: 0644]
include/yaml-cpp/node/detail/iterator.h [new file with mode: 0644]
include/yaml-cpp/node/detail/iterator_fwd.h [new file with mode: 0644]
include/yaml-cpp/node/detail/memory.h [new file with mode: 0644]
include/yaml-cpp/node/detail/node.h [new file with mode: 0644]
include/yaml-cpp/node/detail/node_data.h [new file with mode: 0644]
include/yaml-cpp/node/detail/node_iterator.h [new file with mode: 0644]
include/yaml-cpp/node/detail/node_ref.h [new file with mode: 0644]
include/yaml-cpp/node/emit.h [new file with mode: 0644]
include/yaml-cpp/node/impl.h [new file with mode: 0644]
include/yaml-cpp/node/iterator.h [new file with mode: 0644]
include/yaml-cpp/node/node.h [new file with mode: 0644]
include/yaml-cpp/node/parse.h [new file with mode: 0644]
include/yaml-cpp/node/ptr.h [new file with mode: 0644]
include/yaml-cpp/node/type.h [new file with mode: 0644]
include/yaml-cpp/noexcept.h [new file with mode: 0644]
include/yaml-cpp/null.h [new file with mode: 0644]
include/yaml-cpp/ostream_wrapper.h [new file with mode: 0644]
include/yaml-cpp/parser.h [new file with mode: 0644]
include/yaml-cpp/stlemitter.h [new file with mode: 0644]
include/yaml-cpp/traits.h [new file with mode: 0644]
include/yaml-cpp/yaml.h [new file with mode: 0644]
install.txt [new file with mode: 0644]
src/binary.cpp [new file with mode: 0644]
src/collectionstack.h [new file with mode: 0644]
src/contrib/graphbuilder.cpp [new file with mode: 0644]
src/contrib/graphbuilderadapter.cpp [new file with mode: 0644]
src/contrib/graphbuilderadapter.h [new file with mode: 0644]
src/contrib/yaml-cpp.natvis [new file with mode: 0644]
src/contrib/yaml-cpp.natvis.md [new file with mode: 0644]
src/convert.cpp [new file with mode: 0644]
src/depthguard.cpp [new file with mode: 0644]
src/directives.cpp [new file with mode: 0644]
src/directives.h [new file with mode: 0644]
src/emit.cpp [new file with mode: 0644]
src/emitfromevents.cpp [new file with mode: 0644]
src/emitter.cpp [new file with mode: 0644]
src/emitterstate.cpp [new file with mode: 0644]
src/emitterstate.h [new file with mode: 0644]
src/emitterutils.cpp [new file with mode: 0644]
src/emitterutils.h [new file with mode: 0644]
src/exceptions.cpp [new file with mode: 0644]
src/exp.cpp [new file with mode: 0644]
src/exp.h [new file with mode: 0644]
src/indentation.h [new file with mode: 0644]
src/memory.cpp [new file with mode: 0644]
src/node.cpp [new file with mode: 0644]
src/node_data.cpp [new file with mode: 0644]
src/nodebuilder.cpp [new file with mode: 0644]
src/nodebuilder.h [new file with mode: 0644]
src/nodeevents.cpp [new file with mode: 0644]
src/nodeevents.h [new file with mode: 0644]
src/null.cpp [new file with mode: 0644]
src/ostream_wrapper.cpp [new file with mode: 0644]
src/parse.cpp [new file with mode: 0644]
src/parser.cpp [new file with mode: 0644]
src/ptr_vector.h [new file with mode: 0644]
src/regex_yaml.cpp [new file with mode: 0644]
src/regex_yaml.h [new file with mode: 0644]
src/regeximpl.h [new file with mode: 0644]
src/scanner.cpp [new file with mode: 0644]
src/scanner.h [new file with mode: 0644]
src/scanscalar.cpp [new file with mode: 0644]
src/scanscalar.h [new file with mode: 0644]
src/scantag.cpp [new file with mode: 0644]
src/scantag.h [new file with mode: 0644]
src/scantoken.cpp [new file with mode: 0644]
src/setting.h [new file with mode: 0644]
src/simplekey.cpp [new file with mode: 0644]
src/singledocparser.cpp [new file with mode: 0644]
src/singledocparser.h [new file with mode: 0644]
src/stream.cpp [new file with mode: 0644]
src/stream.h [new file with mode: 0644]
src/streamcharsource.h [new file with mode: 0644]
src/stringsource.h [new file with mode: 0644]
src/tag.cpp [new file with mode: 0644]
src/tag.h [new file with mode: 0644]
src/token.h [new file with mode: 0644]
test/BUILD.bazel [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/binary_test.cpp [new file with mode: 0644]
test/create-emitter-tests.py [new file with mode: 0644]
test/handler_test.h [new file with mode: 0644]
test/integration/emitter_test.cpp [new file with mode: 0644]
test/integration/encoding_test.cpp [new file with mode: 0644]
test/integration/error_messages_test.cpp [new file with mode: 0644]
test/integration/gen_emitter_test.cpp [new file with mode: 0644]
test/integration/handler_spec_test.cpp [new file with mode: 0644]
test/integration/handler_test.cpp [new file with mode: 0644]
test/integration/load_node_test.cpp [new file with mode: 0644]
test/integration/node_spec_test.cpp [new file with mode: 0644]
test/main.cpp [new file with mode: 0644]
test/mock_event_handler.h [new file with mode: 0644]
test/node/node_test.cpp [new file with mode: 0644]
test/ostream_wrapper_test.cpp [new file with mode: 0644]
test/parser_test.cpp [new file with mode: 0644]
test/regex_test.cpp [new file with mode: 0644]
test/specexamples.h [new file with mode: 0644]
util/CMakeLists.txt [new file with mode: 0644]
util/api.cpp [new file with mode: 0644]
util/parse.cpp [new file with mode: 0644]
util/read.cpp [new file with mode: 0644]
util/sandbox.cpp [new file with mode: 0644]
yaml-cpp-config.cmake.in [new file with mode: 0644]
yaml-cpp.pc.in [new file with mode: 0644]