[libosmium] branch master updated (0f5ff70 -> 33491dd)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Aug 29 11:17:33 UTC 2015


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

sebastic pushed a change to branch master
in repository libosmium.

      from  0f5ff70   Set distribution to unstable.
       new  93fff14   Imported Upstream version 2.4.0
       new  22b0df8   Merge tag 'upstream/2.4.0'
       new  39beb6a   New upstream release.
       new  d547cad   Drop patches, applied upstream.
       new  3187d4e   Update Vcs-Browser URL to use HTTPS.
       new  a2a756e   Update watch file to use lowercase RC in uversionmangle.
       new  33491dd   Set distribution to unstable.

The 7 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:
 CHANGELOG.md                                     |  34 ++-
 CMakeLists.txt                                   |  28 +-
 appveyor.yml                                     |  31 +--
 cmake/FindOsmium.cmake                           |  69 ++---
 debian/changelog                                 |   9 +
 debian/control                                   |   2 +-
 debian/patches/big-endian-crc.patch              |  56 ----
 debian/patches/protozero-byte-order.patch        |  18 --
 debian/patches/series                            |   2 -
 debian/watch                                     |   2 +-
 examples/CMakeLists.txt                          |  26 +-
 examples/osmium_toogr.cpp                        | 244 -----------------
 examples/osmium_toogr2.cpp                       | 331 -----------------------
 examples/osmium_toogr2_exp.cpp                   | 305 ---------------------
 include/gdalcpp.hpp                              | 302 +++++++++++++++++++++
 include/osmium/area/problem_reporter_ogr.hpp     | 130 ++-------
 include/osmium/builder/osm_object_builder.hpp    |  67 ++---
 include/osmium/geom/factory.hpp                  |   1 +
 include/osmium/geom/ogr.hpp                      |  30 +-
 include/osmium/geom/tile.hpp                     |   4 +-
 include/osmium/io/detail/debug_output_format.hpp |   4 +-
 include/osmium/io/detail/input_format.hpp        |  11 +-
 include/osmium/io/detail/output_format.hpp       |   4 +-
 include/osmium/io/detail/pbf_decoder.hpp         |  29 +-
 include/osmium/io/detail/pbf_output_format.hpp   |  32 ++-
 include/osmium/io/detail/read_write.hpp          |   3 +
 include/osmium/io/detail/string_table.hpp        |  28 +-
 include/osmium/io/file.hpp                       |   3 +-
 include/osmium/io/reader.hpp                     |   6 +-
 include/osmium/io/writer.hpp                     |   2 +-
 include/osmium/osm/crc.hpp                       |  36 +--
 include/osmium/osm/types.hpp                     |   3 +
 include/osmium/util/delta.hpp                    |   8 +-
 include/osmium/util/memory_mapping.hpp           |   7 +
 include/protozero/varint.hpp                     |   4 -
 include/protozero/version.hpp                    |  22 ++
 scripts/travis_script.sh                         |   7 +
 test/data-tests/testdata-multipolygon.cpp        | 171 +++---------
 test/data-tests/testdata-overview.cpp            | 154 ++---------
 test/t/basic/test_crc.cpp                        |  21 ++
 test/t/basic/test_relation.cpp                   |  11 +
 test/t/tags/test_tag_list.cpp                    |  11 +
 42 files changed, 702 insertions(+), 1566 deletions(-)
 delete mode 100644 debian/patches/big-endian-crc.patch
 delete mode 100644 debian/patches/protozero-byte-order.patch
 delete mode 100644 debian/patches/series
 delete mode 100644 examples/osmium_toogr.cpp
 delete mode 100644 examples/osmium_toogr2.cpp
 delete mode 100644 examples/osmium_toogr2_exp.cpp
 create mode 100644 include/gdalcpp.hpp
 create mode 100644 include/protozero/version.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