[med-svn] [libcereal] branch upstream updated (baaf5cd -> 4cb41d0)

Michael Crusoe misterc-guest at moszumanska.debian.org
Sun Aug 14 09:13:17 UTC 2016


This is an automated email from the git hooks/post-receive script.

misterc-guest pushed a change to branch upstream
in repository libcereal.

      from  baaf5cd   Imported Upstream version 1.1.2
      adds  4cb41d0   Imported Upstream version 1.2.1

No new revisions were added by this update.

Summary of changes:
 .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 +-
 .../details/{util.hpp => polymorphic_impl_fwd.hpp} |   77 +-
 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 +-
 .../pair_associative_container.hpp}                |   55 +-
 .../cereal/types/{utility.hpp => functional.hpp}   |   26 +-
 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, 17877 insertions(+), 3531 deletions(-)
 copy include/cereal/details/{util.hpp => polymorphic_impl_fwd.hpp} (56%)
 create mode 100644 include/cereal/external/rapidjson/allocators.h
 create mode 100644 include/cereal/external/rapidjson/encodedstream.h
 create mode 100644 include/cereal/external/rapidjson/encodings.h
 create mode 100644 include/cereal/external/rapidjson/error/en.h
 create mode 100644 include/cereal/external/rapidjson/error/error.h
 create mode 100644 include/cereal/external/rapidjson/filereadstream.h
 delete mode 100644 include/cereal/external/rapidjson/filestream.h
 create mode 100644 include/cereal/external/rapidjson/filewritestream.h
 create mode 100644 include/cereal/external/rapidjson/fwd.h
 delete mode 100644 include/cereal/external/rapidjson/genericstream.h
 create mode 100644 include/cereal/external/rapidjson/internal/biginteger.h
 create mode 100644 include/cereal/external/rapidjson/internal/diyfp.h
 create mode 100644 include/cereal/external/rapidjson/internal/dtoa.h
 create mode 100644 include/cereal/external/rapidjson/internal/ieee754.h
 create mode 100644 include/cereal/external/rapidjson/internal/itoa.h
 create mode 100644 include/cereal/external/rapidjson/internal/meta.h
 create mode 100644 include/cereal/external/rapidjson/internal/regex.h
 create mode 100644 include/cereal/external/rapidjson/internal/strtod.h
 create mode 100644 include/cereal/external/rapidjson/internal/swap.h
 create mode 100644 include/cereal/external/rapidjson/istreamwrapper.h
 delete mode 100644 include/cereal/external/rapidjson/license.txt
 create mode 100644 include/cereal/external/rapidjson/memorybuffer.h
 create mode 100644 include/cereal/external/rapidjson/memorystream.h
 create mode 100644 include/cereal/external/rapidjson/msinttypes/inttypes.h
 create mode 100644 include/cereal/external/rapidjson/msinttypes/stdint.h
 create mode 100644 include/cereal/external/rapidjson/ostreamwrapper.h
 create mode 100644 include/cereal/external/rapidjson/pointer.h
 create mode 100644 include/cereal/external/rapidjson/schema.h
 create mode 100644 include/cereal/external/rapidjson/stream.h
 copy include/cereal/types/{forward_list.hpp => concepts/pair_associative_container.hpp} (53%)
 copy include/cereal/types/{utility.hpp => functional.hpp} (74%)
 create mode 100755 scripts/add_rapidjson_prefix.sh
 copy unittests/{bitset.cpp => boost_variant.cpp} (55%)
 create mode 100644 unittests/cmake-config-module.cmake

-- 
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