Import yaml-cpp_0.7.0+dfsg.orig.tar.xz
authorSimon Quigley <tsimonq2@debian.org>
Thu, 23 Sep 2021 11:31:17 +0000 (12:31 +0100)
committerSimon Quigley <tsimonq2@debian.org>
Thu, 23 Sep 2021 11:31:17 +0000 (12:31 +0100)
commit0aab7982ca20d2585a0b970ab166a8ed6bf18925
tree5ec42e9d7b1c7d66752d4f52afce24b3eb5169e0
Import yaml-cpp_0.7.0+dfsg.orig.tar.xz

[dgit import orig yaml-cpp_0.7.0+dfsg.orig.tar.xz]
137 files changed:
.clang-format [new file with mode: 0644]
.codedocs [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [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]
WORKSPACE [new file with mode: 0644]
appveyor.yml [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/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]