This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream
in repository protozero.
from ca65dfc New upstream version 1.6.1
new 99e95a5 New upstream version 1.6.2
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:
.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/{writer_tests.cpp => unit/main.cpp} | 0
.../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, 371 insertions(+), 247 deletions(-)
create mode 100644 test/unit/CMakeLists.txt
copy test/{writer_tests.cpp => unit/main.cpp} (100%)
rename test/{t/basic/reader_test_cases.cpp => unit/test_basic.cpp} (82%)
rename test/{t/data_view/reader_test_cases.cpp => unit/test_data_view.cpp}
(98%)
rename test/{t/endian/reader_test_cases.cpp => unit/test_endian.cpp} (100%)
rename test/{t/exceptions/reader_test_cases.cpp => unit/test_exceptions.cpp}
(100%)
rename test/{t/varint/reader_test_cases.cpp => unit/test_varint.cpp} (86%)
rename test/{t/zigzag/reader_test_cases.cpp => unit/test_zigzag.cpp} (100%)
--
Alioth's /usr/local/bin/git-commit-notice on
/srv/git.debian.org/git/pkg-grass/protozero.git
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel