[mapbox-variant] branch upstream updated (ee6f75b -> 90d6ec6)

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


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

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

      from  ee6f75b   Imported Upstream version 1.1.0
       new  90d6ec6   Imported Upstream version 1.1.1

The 1 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 +-
 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 +-
 40 files changed, 346 insertions(+), 259 deletions(-)
 create mode 100644 .gitmodules
 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