This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository protozero.
from 821e1fb Update copyright-format URL to use HTTPS.
new da5e5e1 Don't use libjs-jquery for Doxygen docs.
new 687a56c Bump Standards-Version to 4.1.3, no changes.
new 99e95a5 New upstream version 1.6.2
new c63c9ba Merge tag 'upstream/1.6.2'
new 248d0b4 New upstream release.
new 3fef08c Set distribution to unstable.
The 6 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 +-
debian/changelog | 7 +-
debian/control | 5 +-
debian/libprotozero-doc.links | 1 -
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 ++-
37 files changed, 378 insertions(+), 253 deletions(-)
delete mode 100644 debian/libprotozero-doc.links
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