This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository protozero.
commit c63c9ba46554b1568c2ced488034e964d417806e Merge: 687a56c 99e95a5 Author: Bas Couwenberg <sebas...@xs4all.nl> Date: Fri Mar 9 20:37:14 2018 +0100 Merge tag 'upstream/1.6.2' Upstream version 1.6.2 .clang-tidy | 36 +--- .travis.yml | 2 + CHANGELOG.md | 16 +- CMakeLists.txt | 9 +- README.md | 5 +- appveyor.yml | 6 +- cmake/FindProtozero.cmake | 2 +- include/protozero/byteswap.hpp | 5 +- include/protozero/data_view.hpp | 8 +- include/protozero/exception.hpp | 24 ++- include/protozero/iterators.hpp | 24 +-- include/protozero/pbf_builder.hpp | 4 +- include/protozero/pbf_message.hpp | 6 +- include/protozero/pbf_reader.hpp | 22 +- include/protozero/pbf_writer.hpp | 22 +- include/protozero/types.hpp | 9 +- include/protozero/varint.hpp | 44 ++-- include/protozero/version.hpp | 4 +- test/CMakeLists.txt | 10 +- test/README.md | 10 +- test/catch/catch.hpp | 226 ++++++++++++++------- test/include/packed_access.hpp | 8 +- test/include/scalar_access.hpp | 2 +- test/t/bool/reader_test_cases.cpp | 2 +- test/t/tags/reader_test_cases.cpp | 10 +- test/unit/CMakeLists.txt | 23 +++ test/unit/main.cpp | 4 + .../reader_test_cases.cpp => unit/test_basic.cpp} | 22 +- .../test_data_view.cpp} | 2 +- .../reader_test_cases.cpp => unit/test_endian.cpp} | 0 .../test_exceptions.cpp} | 0 .../reader_test_cases.cpp => unit/test_varint.cpp} | 32 +-- .../reader_test_cases.cpp => unit/test_zigzag.cpp} | 0 tools/pbf-decoder.cpp | 23 ++- 34 files changed, 375 insertions(+), 247 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/protozero.git _______________________________________________ Pkg-grass-devel mailing list Pkg-grass-devel@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel