Import libcereal_1.3.2+dfsg.orig.tar.xz
authorAndreas Tille <tille@debian.org>
Tue, 3 May 2022 09:17:25 +0000 (11:17 +0200)
committerAndreas Tille <tille@debian.org>
Tue, 3 May 2022 09:17:25 +0000 (11:17 +0200)
commit801e0d89ee8c53b5c0f0f50b7afa3bfa98738875
treef431bc015e97813e35149d7f0f46f6d96c6d0088
Import libcereal_1.3.2+dfsg.orig.tar.xz

[dgit import orig libcereal_1.3.2+dfsg.orig.tar.xz]
171 files changed:
.github/workflows/ci-macos.yml [new file with mode: 0644]
.github/workflows/ci.yml [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
Config.cmake.in [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/LICENSE [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]