[libosmium] branch jessie-backports updated (d771193 -> 1e111fb)

Bas Couwenberg sebastic at debian.org
Wed Aug 10 18:17:59 UTC 2016


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

sebastic pushed a change to branch jessie-backports
in repository libosmium.

      from  d771193   Rebuild for jessie-backports.
      adds  b90fb1a   Imported Upstream version 2.8.0
      adds  c646897   Merge tag 'upstream/2.8.0'
      adds  7dd22f1   New upstream release.
      adds  d0e8e43   Drop libboost-program-options-dev from build dependencies.
      adds  4b56303   Set distribution to unstable.
      adds  1a31f70   Ignore test failures on arm64 & ppc64el.
      adds  d250ac4   Set distribution to unstable.
       new  dbf6f0b   Merge tag 'debian/2.8.0-2' into jessie-backports
       new  1e111fb   Rebuild for jessie-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:
 .travis.yml                                      |  83 +--
 CHANGELOG.md                                     |  39 +-
 CMakeLists.txt                                   |  25 +-
 appveyor.yml                                     |   2 -
 debian/changelog                                 |  19 +
 debian/control                                   |   1 -
 debian/rules                                     |   2 +-
 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 -
 50 files changed, 1986 insertions(+), 1186 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