[protozero] branch upstream updated (0c69353 -> 7773fdd)

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


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

sebastic pushed a change to branch upstream
in repository protozero.

      from  0c69353   Imported Upstream version 1.0.0
       new  7773fdd   Imported Upstream version 1.1.0

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                                         |   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
 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 +-
 14 files changed, 454 insertions(+), 116 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