[protozero] branch upstream updated (621f7b8 -> beecb56)
Bas Couwenberg
sebastic at debian.org
Fri Sep 22 15:05:54 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream
in repository protozero.
from 621f7b8 New upstream version 1.5.2
new beecb56 New upstream version 1.5.3
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 +
.travis.yml | 93 +++--
CHANGELOG.md | 35 +-
Makefile | 36 +-
README.md | 10 +
doc/advanced.md | 31 +-
doc/cheatsheet.md | 4 +-
doc/tutorial.md | 84 +++--
gyp/protozero.gyp | 4 +-
include/protozero/iterators.hpp | 53 ++-
include/protozero/pbf_builder.hpp | 105 ++++++
include/protozero/pbf_message.hpp | 94 ++++-
include/protozero/pbf_reader.hpp | 57 ++-
include/protozero/pbf_writer.hpp | 129 +++++--
include/protozero/types.hpp | 21 +-
include/protozero/varint.hpp | 38 +-
include/protozero/version.hpp | 4 +-
package.json | 2 +-
test/{include => catch}/catch.hpp | 507 +++++++++++++++------------
test/include/packed_access.hpp | 100 +++++-
test/include/scalar_access.hpp | 33 +-
test/include/test.hpp | 10 +-
test/include/testcase.hpp | 2 +-
test/t/alignment/test_cases.cpp | 44 +--
test/t/basic/test_cases.cpp | 14 +-
test/t/bool/test_cases.cpp | 62 ++--
test/t/bool/writer_test_cases.cpp | 4 +-
test/t/bytes/test_cases.cpp | 24 +-
test/t/bytes/writer_test_cases.cpp | 2 +-
test/t/complex/test_cases.cpp | 101 +++---
test/t/data_view/test_cases.cpp | 10 +-
test/t/double/test_cases.cpp | 18 +-
test/t/double/writer_test_cases.cpp | 2 +-
test/t/endian/test_cases.cpp | 22 +-
test/t/enum/test_cases.cpp | 22 +-
test/t/enum/writer_test_cases.cpp | 2 +-
test/t/fixed32/writer_test_cases.cpp | 2 +-
test/t/float/test_cases.cpp | 16 +-
test/t/int32/writer_test_cases.cpp | 2 +-
test/t/message/test_cases.cpp | 42 +--
test/t/message/writer_test_cases.cpp | 6 +-
test/t/nested/test_cases.cpp | 24 +-
test/t/nested/writer_test_cases.cpp | 8 +-
test/t/repeated/test_cases.cpp | 8 +-
test/t/repeated_packed_bool/test_cases.cpp | 36 +-
test/t/repeated_packed_double/test_cases.cpp | 8 +-
test/t/repeated_packed_enum/test_cases.cpp | 8 +-
test/t/repeated_packed_float/test_cases.cpp | 8 +-
test/t/rollback/test_cases.cpp | 34 +-
test/t/skip/test_cases.cpp | 6 +-
test/t/string/test_cases.cpp | 20 +-
test/t/tag_and_type/test_cases.cpp | 2 +-
test/t/tags/test_cases.cpp | 2 +-
test/t/varint/test_cases.cpp | 18 +-
test/t/vector_tile/test_cases.cpp | 21 +-
test/t/wrong_type_access/test_cases.cpp | 24 +-
test/tests.cpp | 12 +-
57 files changed, 1325 insertions(+), 762 deletions(-)
rename test/{include => catch}/catch.hpp (97%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/protozero.git
More information about the Pkg-grass-devel
mailing list