[mapbox-variant] branch master updated (dd55785 -> fba4efb)

Bas Couwenberg sebastic at debian.org
Mon Jul 18 23:51:32 UTC 2016


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

sebastic pushed a change to branch master
in repository mapbox-variant.

      from  dd55785   Set distribution to unstable.
       new  1acddd5   Bump Standards-Version to 3.9.8, no changes.
       new  90d6ec6   Imported Upstream version 1.1.1
       new  9c0a7a0   Merge tag 'upstream/1.1.1'
       new  dd69f41   New upstream release.
       new  d3caa06   Update copyright file, update path for recursive_wrapper.hpp.
       new  98afab9   Update paths in install file.
       new  e9e6629   Add patch to disable mason, not required for Debian package build.
       new  fba4efb   Set distribution to experimental.

The 8 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                                         |   1 +
 .gitmodules                                        |   3 +
 .travis.yml                                        |  59 ++---
 Jamroot                                            |  19 +-
 Makefile                                           |  67 +++---
 README.md                                          |  14 +-
 debian/changelog                                   |  10 +
 debian/control                                     |   2 +-
 debian/copyright                                   |   2 +-
 debian/install                                     |   2 +-
 debian/patches/disble-mason.patch                  |  35 +++
 debian/patches/series                              |   1 +
 optional.hpp => include/mapbox/optional.hpp        |   4 +-
 .../mapbox/recursive_wrapper.hpp                   |   6 +-
 variant.hpp => include/mapbox/variant.hpp          | 250 +++++++++++++--------
 variant_io.hpp => include/mapbox/variant_io.hpp    |   6 +-
 scripts/run_compilation_failure_tests.sh           |  35 ++-
 test/bench_variant.cpp                             |  15 +-
 test/binary_visitor_test.cpp                       |   4 +-
 test/compilation_failure/default_constructor.cpp   |   3 +-
 test/compilation_failure/empty_typelist.cpp        |   3 +-
 test/compilation_failure/equality.cpp              |   3 +-
 test/compilation_failure/get_type.cpp              |   3 +-
 test/compilation_failure/is_type.cpp               |   5 +-
 .../mutating_visitor_on_const.cpp                  |   3 +-
 test/compilation_failure/no-reference.cpp          |   3 +-
 test/include/auto_cpu_timer.hpp                    |  16 ++
 test/our_variant_hello_world.cpp                   |   2 +-
 test/recursive_wrapper_test.cpp                    |   6 +-
 test/reference_wrapper_test.cpp                    |   2 +-
 test/t/binary_visitor_1.cpp                        |   2 +-
 test/t/binary_visitor_2.cpp                        |   2 +-
 test/t/binary_visitor_3.cpp                        |   2 +-
 test/t/binary_visitor_4.cpp                        |   2 +-
 test/t/binary_visitor_5.cpp                        |   2 +-
 test/t/binary_visitor_6.cpp                        |   2 +-
 test/t/binary_visitor_impl.hpp                     |   2 +-
 test/t/issue21.cpp                                 |   4 +-
 test/t/mutating_visitor.cpp                        |   4 +-
 test/t/optional.cpp                                |   2 +-
 test/t/recursive_wrapper.cpp                       |   2 +-
 test/t/sizeof.cpp                                  |   4 +-
 test/t/unary_visitor.cpp                           |   4 +-
 test/t/variant.cpp                                 |  31 ++-
 test/unique_ptr_test.cpp                           |   6 +-
 variant.gyp                                        |   2 +-
 46 files changed, 395 insertions(+), 262 deletions(-)
 create mode 100644 .gitmodules
 create mode 100644 debian/patches/disble-mason.patch
 create mode 100644 debian/patches/series
 rename optional.hpp => include/mapbox/optional.hpp (97%)
 rename recursive_wrapper.hpp => include/mapbox/recursive_wrapper.hpp (96%)
 rename variant.hpp => include/mapbox/variant.hpp (77%)
 rename variant_io.hpp => include/mapbox/variant_io.hpp (94%)
 create mode 100644 test/include/auto_cpu_timer.hpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapbox-variant.git



More information about the Pkg-grass-devel mailing list