[med-svn] [libcereal] 01/02: Merge tag 'upstream/1.2.1'
Michael Crusoe
misterc-guest at moszumanska.debian.org
Sun Aug 14 09:13:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
misterc-guest pushed a commit to tag debian/1.2.1-1
in repository libcereal.
commit 5a7b0496bee52eb24a3167eb4e14f4d67ae72a40
Merge: 1687a0e 4cb41d0
Author: Michael R. Crusoe <crusoe at ucdavis.edu>
Date: Sun Aug 14 01:53:07 2016 -0700
Merge tag 'upstream/1.2.1'
Upstream version 1.2.1
.gitignore | 5 +
CMakeLists.txt | 42 +-
doc/mainpage.dox | 8 +-
include/cereal/access.hpp | 35 +-
include/cereal/archives/binary.hpp | 6 +-
include/cereal/archives/json.hpp | 133 +-
include/cereal/archives/portable_binary.hpp | 125 +-
include/cereal/archives/xml.hpp | 35 +-
include/cereal/cereal.hpp | 10 +-
include/cereal/details/helpers.hpp | 27 +-
include/cereal/details/polymorphic_impl.hpp | 345 +-
.../cereal/details/polymorphic_impl_fwd.hpp | 43 +-
include/cereal/details/static_object.hpp | 44 +-
include/cereal/details/traits.hpp | 116 +-
include/cereal/external/base64.hpp | 154 +-
include/cereal/external/rapidjson/allocators.h | 271 ++
include/cereal/external/rapidjson/document.h | 3306 +++++++++++++++-----
include/cereal/external/rapidjson/encodedstream.h | 299 ++
include/cereal/external/rapidjson/encodings.h | 716 +++++
include/cereal/external/rapidjson/error/en.h | 74 +
include/cereal/external/rapidjson/error/error.h | 155 +
include/cereal/external/rapidjson/filereadstream.h | 99 +
include/cereal/external/rapidjson/filestream.h | 47 -
.../cereal/external/rapidjson/filewritestream.h | 104 +
include/cereal/external/rapidjson/fwd.h | 151 +
include/cereal/external/rapidjson/genericstream.h | 105 -
.../external/rapidjson/internal/biginteger.h | 290 ++
include/cereal/external/rapidjson/internal/diyfp.h | 258 ++
include/cereal/external/rapidjson/internal/dtoa.h | 245 ++
.../cereal/external/rapidjson/internal/ieee754.h | 78 +
include/cereal/external/rapidjson/internal/itoa.h | 304 ++
include/cereal/external/rapidjson/internal/meta.h | 181 ++
include/cereal/external/rapidjson/internal/pow10.h | 87 +-
include/cereal/external/rapidjson/internal/regex.h | 701 +++++
include/cereal/external/rapidjson/internal/stack.h | 312 +-
.../cereal/external/rapidjson/internal/strfunc.h | 79 +-
.../cereal/external/rapidjson/internal/strtod.h | 269 ++
include/cereal/external/rapidjson/internal/swap.h | 46 +
include/cereal/external/rapidjson/istreamwrapper.h | 116 +
include/cereal/external/rapidjson/license.txt | 19 -
include/cereal/external/rapidjson/memorybuffer.h | 70 +
include/cereal/external/rapidjson/memorystream.h | 76 +
.../external/rapidjson/msinttypes/inttypes.h | 316 ++
.../cereal/external/rapidjson/msinttypes/stdint.h | 300 ++
include/cereal/external/rapidjson/ostreamwrapper.h | 81 +
include/cereal/external/rapidjson/pointer.h | 1358 ++++++++
include/cereal/external/rapidjson/prettywriter.h | 385 ++-
include/cereal/external/rapidjson/rapidjson.h | 1140 +++----
include/cereal/external/rapidjson/reader.h | 2438 +++++++++++----
include/cereal/external/rapidjson/schema.h | 2006 ++++++++++++
include/cereal/external/rapidjson/stream.h | 179 ++
include/cereal/external/rapidjson/stringbuffer.h | 166 +-
include/cereal/external/rapidjson/writer.h | 870 ++++--
include/cereal/external/rapidxml/rapidxml.hpp | 122 +-
.../external/rapidxml/rapidxml_iterators.hpp | 6 +-
.../cereal/external/rapidxml/rapidxml_print.hpp | 10 +-
.../cereal/external/rapidxml/rapidxml_utils.hpp | 6 +-
include/cereal/macros.hpp | 39 +
include/cereal/types/base_class.hpp | 41 +-
include/cereal/types/bitset.hpp | 68 +-
include/cereal/types/boost_variant.hpp | 12 +-
.../types/concepts/pair_associative_container.hpp | 73 +
.../cereal/types/functional.hpp | 23 +-
include/cereal/types/map.hpp | 74 +-
include/cereal/types/memory.hpp | 59 +-
include/cereal/types/polymorphic.hpp | 91 +-
include/cereal/types/queue.hpp | 2 +
include/cereal/types/unordered_map.hpp | 66 +-
sandbox/sandbox_json.cpp | 2 -
sandbox/sandbox_rtti.cpp | 2 +
sandbox/sandbox_vs.cpp | 1 +
scripts/add_rapidjson_prefix.sh | 4 +
unittests/CMakeLists.txt | 10 +-
unittests/basic_string.cpp | 44 +
unittests/bitset.cpp | 6 +
unittests/{bitset.cpp => boost_variant.cpp} | 79 +-
unittests/cmake-config-module.cmake | 123 +
unittests/common.hpp | 33 +-
unittests/load_construct.cpp | 83 +
unittests/polymorphic.cpp | 179 +-
unittests/portable_binary_archive.cpp | 170 +-
unittests/structs_specialized.cpp | 1 +
unittests/unordered_set.cpp | 10 +-
unittests/versioning.cpp | 61 +-
vs2013/performance/performance.vcxproj | 118 +
vs2013/sandbox/sandbox.vcxproj | 126 +-
vs2013/sandbox_json/sandbox_json.vcxproj | 122 +-
vs2013/sandbox_rtti/sandbox_rtti.vcxproj | 124 +-
vs2013/sandbox_vs/sandbox_vs.vcxproj | 123 +
vs2013/sandbox_vs_dll/sandbox_vs_dll.vcxproj | 126 +-
vs2013/unittests/main.cpp | 6 +-
vs2013/unittests/unittests.vcxproj | 140 +-
vs2013/vs2013.sln | 179 +-
93 files changed, 17935 insertions(+), 3454 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libcereal.git
More information about the debian-med-commit
mailing list