[protozero] 02/06: Merge tag 'upstream/1.5.3'

Bas Couwenberg sebastic at debian.org
Fri Sep 22 15:05:43 UTC 2017


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

sebastic pushed a commit to branch master
in repository protozero.

commit 1338856e5c2917d91382eaf9510a8367bdd26374
Merge: 2e8156e beecb56
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Sep 22 16:48:13 2017 +0200

    Merge tag 'upstream/1.5.3'
    
    Upstream version 1.5.3

 .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(-)

-- 
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