[libosmium] branch master updated (bc23a2b -> 4b56303)

Bas Couwenberg sebastic at debian.org
Thu Aug 4 09:01:46 UTC 2016


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

sebastic pushed a change to branch master
in repository libosmium.

      from  bc23a2b   Set distribution to unstable.
       new  b90fb1a   Imported Upstream version 2.8.0
       new  c646897   Merge tag 'upstream/2.8.0'
       new  7dd22f1   New upstream release.
       new  d0e8e43   Drop libboost-program-options-dev from build dependencies.
       new  4b56303   Set distribution to unstable.

The 5 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:
 .travis.yml                                      |  83 +--
 CHANGELOG.md                                     |  39 +-
 CMakeLists.txt                                   |  25 +-
 appveyor.yml                                     |   2 -
 debian/changelog                                 |   7 +
 debian/control                                   |   1 -
 examples/CMakeLists.txt                          |  32 +-
 examples/osmium_index.cpp                        | 131 ++--
 include/osmium/area/assembler.hpp                |   4 +-
 include/osmium/geom/factory.hpp                  |   4 +-
 include/osmium/geom/geojson.hpp                  |   2 +-
 include/osmium/geom/geos.hpp                     |  15 +-
 include/osmium/geom/ogr.hpp                      |   3 +-
 include/osmium/geom/rapid_geojson.hpp            |   2 +-
 include/osmium/geom/wkb.hpp                      |   9 +-
 include/osmium/geom/wkt.hpp                      |  30 +-
 include/osmium/io/detail/debug_output_format.hpp |   2 +-
 include/osmium/io/detail/pbf_decoder.hpp         | 203 +++---
 include/osmium/io/detail/pbf_input_format.hpp    |   6 +-
 include/osmium/io/detail/pbf_output_format.hpp   |  61 +-
 include/osmium/io/detail/string_table.hpp        |  57 +-
 include/osmium/io/detail/zlib.hpp                |   6 +-
 include/osmium/io/reader.hpp                     |  22 +-
 include/osmium/io/writer.hpp                     |  12 +-
 include/osmium/osm/location.hpp                  |  41 +-
 include/osmium/relations/collector.hpp           |   7 -
 include/osmium/thread/pool.hpp                   |  21 +-
 include/osmium/thread/queue.hpp                  |  60 +-
 include/osmium/util/config.hpp                   |  17 +-
 include/osmium/util/delta.hpp                    |  55 +-
 include/osmium/version.hpp                       |   6 +-
 include/protozero/byteswap.hpp                   |   6 +-
 include/protozero/exception.hpp                  |   8 +-
 include/protozero/iterators.hpp                  | 373 +++++++++++
 include/protozero/pbf_builder.hpp                |  20 +-
 include/protozero/pbf_message.hpp                |  10 +-
 include/protozero/pbf_reader.hpp                 | 763 +++++++++--------------
 include/protozero/pbf_writer.hpp                 | 240 ++++---
 include/protozero/types.hpp                      | 170 ++++-
 include/protozero/varint.hpp                     | 125 ++--
 include/protozero/version.hpp                    |  17 +-
 test/CMakeLists.txt                              |  41 +-
 test/include/catch.hpp                           | 280 +++++----
 test/t/basic/test_location.cpp                   |  33 +-
 test/t/geom/test_geos.cpp                        |  13 +-
 test/t/geom/test_wkb.cpp                         |  17 +-
 test/t/geom/test_wkt.cpp                         |  15 +
 test/t/io/test_string_table.cpp                  |  40 +-
 test/t/util/test_delta.cpp                       |  22 -
 49 files changed, 1973 insertions(+), 1185 deletions(-)
 create mode 100644 include/protozero/iterators.hpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosmium.git



More information about the Pkg-grass-devel mailing list