[libosmium] 02/05: Merge tag 'upstream/2.8.0'

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 commit to branch master
in repository libosmium.

commit c646897a19276bf132c65144f93ed6cde10563a3
Merge: bc23a2b b90fb1a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Aug 4 10:21:28 2016 +0200

    Merge tag 'upstream/2.8.0'
    
    Upstream version 2.8.0

 .travis.yml                                      |  83 +--
 CHANGELOG.md                                     |  39 +-
 CMakeLists.txt                                   |  25 +-
 appveyor.yml                                     |   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 -
 47 files changed, 1966 insertions(+), 1184 deletions(-)

-- 
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