Import libcereal_1.3.0+dfsg.orig.tar.xz
authorMichael R. Crusoe <crusoe@debian.org>
Wed, 13 Jan 2021 09:20:13 +0000 (10:20 +0100)
committerMichael R. Crusoe <crusoe@debian.org>
Wed, 13 Jan 2021 09:20:13 +0000 (10:20 +0100)
commite9209f349b313363764655d03a932c9bc0775e87
tree49dbcf4274c05b06622abb2c6e5b012b34ee2d62
Import libcereal_1.3.0+dfsg.orig.tar.xz

[dgit import orig libcereal_1.3.0+dfsg.orig.tar.xz]
167 files changed:
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
doc/CMakeLists.txt [new file with mode: 0644]
doc/DoxygenLayout.xml [new file with mode: 0644]
doc/doxygen.in [new file with mode: 0644]
doc/footer.html [new file with mode: 0644]
doc/mainpage.dox [new file with mode: 0644]
include/cereal/access.hpp [new file with mode: 0644]
include/cereal/archives/adapters.hpp [new file with mode: 0644]
include/cereal/archives/binary.hpp [new file with mode: 0644]
include/cereal/archives/json.hpp [new file with mode: 0644]
include/cereal/archives/portable_binary.hpp [new file with mode: 0644]
include/cereal/archives/xml.hpp [new file with mode: 0644]
include/cereal/cereal.hpp [new file with mode: 0644]
include/cereal/details/helpers.hpp [new file with mode: 0644]
include/cereal/details/polymorphic_impl.hpp [new file with mode: 0644]
include/cereal/details/polymorphic_impl_fwd.hpp [new file with mode: 0644]
include/cereal/details/static_object.hpp [new file with mode: 0644]
include/cereal/details/traits.hpp [new file with mode: 0644]
include/cereal/details/util.hpp [new file with mode: 0644]
include/cereal/external/base64.hpp [new file with mode: 0644]
include/cereal/external/rapidxml/license.txt [new file with mode: 0644]
include/cereal/external/rapidxml/manual.html [new file with mode: 0644]
include/cereal/external/rapidxml/rapidxml.hpp [new file with mode: 0644]
include/cereal/external/rapidxml/rapidxml_iterators.hpp [new file with mode: 0644]
include/cereal/external/rapidxml/rapidxml_print.hpp [new file with mode: 0644]
include/cereal/external/rapidxml/rapidxml_utils.hpp [new file with mode: 0644]
include/cereal/macros.hpp [new file with mode: 0644]
include/cereal/specialize.hpp [new file with mode: 0644]
include/cereal/types/array.hpp [new file with mode: 0644]
include/cereal/types/atomic.hpp [new file with mode: 0644]
include/cereal/types/base_class.hpp [new file with mode: 0644]
include/cereal/types/bitset.hpp [new file with mode: 0644]
include/cereal/types/boost_variant.hpp [new file with mode: 0644]
include/cereal/types/chrono.hpp [new file with mode: 0644]
include/cereal/types/common.hpp [new file with mode: 0644]
include/cereal/types/complex.hpp [new file with mode: 0644]
include/cereal/types/concepts/pair_associative_container.hpp [new file with mode: 0644]
include/cereal/types/deque.hpp [new file with mode: 0644]
include/cereal/types/forward_list.hpp [new file with mode: 0644]
include/cereal/types/functional.hpp [new file with mode: 0644]
include/cereal/types/list.hpp [new file with mode: 0644]
include/cereal/types/map.hpp [new file with mode: 0644]
include/cereal/types/memory.hpp [new file with mode: 0644]
include/cereal/types/optional.hpp [new file with mode: 0644]
include/cereal/types/polymorphic.hpp [new file with mode: 0644]
include/cereal/types/queue.hpp [new file with mode: 0644]
include/cereal/types/set.hpp [new file with mode: 0644]
include/cereal/types/stack.hpp [new file with mode: 0644]
include/cereal/types/string.hpp [new file with mode: 0644]
include/cereal/types/tuple.hpp [new file with mode: 0644]
include/cereal/types/unordered_map.hpp [new file with mode: 0644]
include/cereal/types/unordered_set.hpp [new file with mode: 0644]
include/cereal/types/utility.hpp [new file with mode: 0644]
include/cereal/types/valarray.hpp [new file with mode: 0644]
include/cereal/types/variant.hpp [new file with mode: 0644]
include/cereal/types/vector.hpp [new file with mode: 0644]
include/cereal/version.hpp [new file with mode: 0644]
sandbox/CMakeLists.txt [new file with mode: 0644]
sandbox/performance.cpp [new file with mode: 0644]
sandbox/sandbox.cpp [new file with mode: 0644]
sandbox/sandbox_json.cpp [new file with mode: 0644]
sandbox/sandbox_rtti.cpp [new file with mode: 0644]
sandbox/sandbox_shared_lib/CMakeLists.txt [new file with mode: 0644]
sandbox/sandbox_shared_lib/base.cpp [new file with mode: 0755]
sandbox/sandbox_shared_lib/base.hpp [new file with mode: 0755]
sandbox/sandbox_shared_lib/derived.cpp [new file with mode: 0755]
sandbox/sandbox_shared_lib/derived.hpp [new file with mode: 0755]
sandbox/sandbox_vs.cpp [new file with mode: 0644]
scripts/add_rapidjson_prefix.sh [new file with mode: 0755]
scripts/appveyor.bat [new file with mode: 0644]
scripts/renameincludes.sh [new file with mode: 0755]
scripts/updatecoverage.sh [new file with mode: 0755]
scripts/updatedoc.in [new file with mode: 0755]
unittests/CMakeLists.txt [new file with mode: 0644]
unittests/array.cpp [new file with mode: 0644]
unittests/array.hpp [new file with mode: 0644]
unittests/atomic.cpp [new file with mode: 0644]
unittests/atomic.hpp [new file with mode: 0644]
unittests/basic_string.cpp [new file with mode: 0644]
unittests/basic_string.hpp [new file with mode: 0644]
unittests/bitset.cpp [new file with mode: 0644]
unittests/bitset.hpp [new file with mode: 0644]
unittests/boost/CMakeLists.txt [new file with mode: 0644]
unittests/boost/boost_variant.cpp [new file with mode: 0644]
unittests/boost/boost_variant.hpp [new file with mode: 0644]
unittests/chrono.cpp [new file with mode: 0644]
unittests/chrono.hpp [new file with mode: 0644]
unittests/cmake-config-module.cmake [new file with mode: 0644]
unittests/common.hpp [new file with mode: 0644]
unittests/complex.cpp [new file with mode: 0644]
unittests/complex.hpp [new file with mode: 0644]
unittests/cpp17/CMakeLists.txt [new file with mode: 0644]
unittests/cpp17/optional.cpp [new file with mode: 0644]
unittests/cpp17/optional.hpp [new file with mode: 0644]
unittests/cpp17/variant.cpp [new file with mode: 0644]
unittests/cpp17/variant.hpp [new file with mode: 0644]
unittests/defer.cpp [new file with mode: 0644]
unittests/defer.hpp [new file with mode: 0644]
unittests/deque.cpp [new file with mode: 0644]
unittests/deque.hpp [new file with mode: 0644]
unittests/doctest.h [new file with mode: 0644]
unittests/forward_list.cpp [new file with mode: 0644]
unittests/forward_list.hpp [new file with mode: 0644]
unittests/list.cpp [new file with mode: 0644]
unittests/list.hpp [new file with mode: 0644]
unittests/load_construct.cpp [new file with mode: 0644]
unittests/load_construct.hpp [new file with mode: 0644]
unittests/map.cpp [new file with mode: 0644]
unittests/map.hpp [new file with mode: 0644]
unittests/memory.cpp [new file with mode: 0644]
unittests/memory.hpp [new file with mode: 0644]
unittests/memory_cycles.cpp [new file with mode: 0644]
unittests/memory_cycles.hpp [new file with mode: 0644]
unittests/multimap.cpp [new file with mode: 0644]
unittests/multimap.hpp [new file with mode: 0644]
unittests/multiset.cpp [new file with mode: 0644]
unittests/multiset.hpp [new file with mode: 0644]
unittests/pair.cpp [new file with mode: 0644]
unittests/pair.hpp [new file with mode: 0644]
unittests/pod.cpp [new file with mode: 0644]
unittests/pod.hpp [new file with mode: 0644]
unittests/polymorphic.cpp [new file with mode: 0644]
unittests/polymorphic.hpp [new file with mode: 0644]
unittests/portability_test.cpp [new file with mode: 0644]
unittests/portable_binary_archive.cpp [new file with mode: 0644]
unittests/portable_binary_archive.hpp [new file with mode: 0644]
unittests/priority_queue.cpp [new file with mode: 0644]
unittests/priority_queue.hpp [new file with mode: 0644]
unittests/queue.cpp [new file with mode: 0644]
unittests/queue.hpp [new file with mode: 0644]
unittests/run_portability_test.cmake [new file with mode: 0644]
unittests/run_valgrind.sh [new file with mode: 0755]
unittests/set.cpp [new file with mode: 0644]
unittests/set.hpp [new file with mode: 0644]
unittests/stack.cpp [new file with mode: 0644]
unittests/stack.hpp [new file with mode: 0644]
unittests/structs.cpp [new file with mode: 0644]
unittests/structs.hpp [new file with mode: 0644]
unittests/structs_minimal.cpp [new file with mode: 0644]
unittests/structs_minimal.hpp [new file with mode: 0644]
unittests/structs_specialized.cpp [new file with mode: 0644]
unittests/structs_specialized.hpp [new file with mode: 0644]
unittests/tuple.cpp [new file with mode: 0644]
unittests/tuple.hpp [new file with mode: 0644]
unittests/unordered_loads.cpp [new file with mode: 0644]
unittests/unordered_loads.hpp [new file with mode: 0644]
unittests/unordered_map.cpp [new file with mode: 0644]
unittests/unordered_map.hpp [new file with mode: 0644]
unittests/unordered_multimap.cpp [new file with mode: 0644]
unittests/unordered_multimap.hpp [new file with mode: 0644]
unittests/unordered_multiset.cpp [new file with mode: 0644]
unittests/unordered_multiset.hpp [new file with mode: 0644]
unittests/unordered_set.cpp [new file with mode: 0644]
unittests/unordered_set.hpp [new file with mode: 0644]
unittests/user_data_adapters.cpp [new file with mode: 0644]
unittests/user_data_adapters.hpp [new file with mode: 0644]
unittests/valarray.cpp [new file with mode: 0644]
unittests/valarray.hpp [new file with mode: 0644]
unittests/vector.cpp [new file with mode: 0644]
unittests/vector.hpp [new file with mode: 0644]
unittests/versioning.cpp [new file with mode: 0644]
unittests/versioning.hpp [new file with mode: 0644]