[protozero] branch master updated (97b62f5 -> 852e359)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Aug 22 20:23:17 UTC 2015


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

sebastic pushed a change to branch master
in repository protozero.

      from  97b62f5   Add initial Debian packaging.
       new  7773fdd   Imported Upstream version 1.1.0
       new  1400b8d   Merge tag 'upstream/1.1.0'
       new  5b88106   New upstream release.
       new  e7b56c5   Install CHANGELOG.md as upstream changelog.
       new  a3ee9d6   Use versioned Breaks instead of Conflicts for libosmium2-dev.
       new  852e359   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:
 .gitignore                                         |   4 +-
 CHANGELOG.md                                       |  25 +++
 Makefile                                           |  11 +-
 bench/data/README.md                               |  13 ++
 bench/data/enf-14-4824-6157.vector.pbf             | Bin 0 -> 494060 bytes
 .../data/mapbox-streets-v6-14-8714-8017.vector.pbf | Bin 0 -> 129144 bytes
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 debian/rules                                       |   3 +
 include/protozero/byteswap.hpp                     |  49 +++++
 include/protozero/pbf_builder.hpp                  | 111 ++++++++++
 include/protozero/pbf_message.hpp                  |  50 +++++
 include/protozero/pbf_reader.hpp                   | 232 +++++++++++++--------
 include/protozero/pbf_writer.hpp                   |  43 ++--
 include/protozero/varint.hpp                       |   4 -
 include/protozero/version.hpp                      |  22 ++
 test/include/test.hpp                              |   6 +-
 17 files changed, 466 insertions(+), 117 deletions(-)
 create mode 100644 CHANGELOG.md
 create mode 100644 bench/data/README.md
 create mode 100644 bench/data/enf-14-4824-6157.vector.pbf
 create mode 100644 bench/data/mapbox-streets-v6-14-8714-8017.vector.pbf
 create mode 100644 include/protozero/byteswap.hpp
 create mode 100644 include/protozero/pbf_builder.hpp
 create mode 100644 include/protozero/pbf_message.hpp
 create mode 100644 include/protozero/version.hpp

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