[protozero] branch stretch-backports updated (07b837f -> e303d8c)

Bas Couwenberg sebastic at debian.org
Thu Sep 28 05:51:07 UTC 2017


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

sebastic pushed a change to branch stretch-backports
in repository protozero.

      from  07b837f   Rebuild for stretch-backports.
      adds  beecb56   New upstream version 1.5.3
      adds  1338856   Merge tag 'upstream/1.5.3'
      adds  9fc9b14   New upstream release.
      adds  1513b56   Bump Standards-Version to 4.1.0, no changes.
      adds  0527a63   Update path for catch.hpp in copyright file.
      adds  cdd7f77   Set distribution to unstable.
       new  1c205ae   Merge tag 'debian/1.5.3-1' into stretch-backports
       new  e303d8c   Rebuild for stretch-backports.

The 2 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 +
 debian/changelog                             |  14 +
 debian/control                               |   2 +-
 debian/copyright                             |   2 +-
 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 +-
 60 files changed, 1341 insertions(+), 764 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