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

sebastic pushed a change to branch upstream
in repository libosmium.

      from  07ba40b   Imported Upstream version 2.3.0
       new  93fff14   Imported Upstream version 2.4.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:
 CHANGELOG.md                                     |  34 ++-
 CMakeLists.txt                                   |  28 +-
 appveyor.yml                                     |  31 +--
 cmake/FindOsmium.cmake                           |  69 ++---
 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 +
 36 files changed, 691 insertions(+), 1488 deletions(-)
 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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to