[libosmium] branch master updated (ecea6d3 -> cc0add3)

Bas Couwenberg sebastic at debian.org
Sun Jun 18 10:20:19 UTC 2017


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

sebastic pushed a change to branch master
in repository libosmium.

      from  ecea6d3   Set distribution to unstable.
      adds  815d987   Update branch in gbp.conf & Vcs-Git URL.
      adds  d65850a   Imported Upstream version 2.12.0
      adds  14af98b   Merge tag 'upstream/2.12.0' into experimental
      adds  add5369   New upstream release.
      adds  9b932a3   Set distribution to experimental.
      adds  17c6b88   Imported Upstream version 2.12.1
      adds  28808d9   Merge tag 'upstream/2.12.1' into experimental
      adds  0699eea   New upstream release.
      adds  d598eb0   Set distribution to experimental.
      adds  afcae49   Imported Upstream version 2.12.2
      adds  d910459   Merge tag 'upstream/2.12.2' into experimental
      adds  87b2d0a   New upstream release.
      adds  3f8c266   Set distribution to experimental.
       new  b0e9f10   Merge branch 'experimental'
       new  74a1c76   Don't limit watch file results to 2.11.x releases.
       new  a85be90   Fix CHANGELOG.md merge.
       new  16bdbaa   Update branch in gbp.conf & Vcs-Git URL.
       new  cc0add3   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:
 CHANGELOG.md                                       |  109 +-
 CMakeLists.txt                                     |   25 +-
 appveyor.yml                                       |    5 +
 benchmarks/CMakeLists.txt                          |    1 +
 build-appveyor.bat                                 |    3 +-
 cmake/FindOsmium.cmake                             |   18 +
 debian/changelog                                   |   53 +-
 debian/gbp.conf                                    |    2 +-
 debian/watch                                       |    2 +-
 examples/CMakeLists.txt                            |    1 +
 examples/osmium_change_tags.cpp                    |    2 +-
 examples/osmium_dump_internal.cpp                  |    2 +-
 examples/osmium_index_lookup.cpp                   |    6 +-
 include/osmium/area/assembler.hpp                  | 1359 +-----------
 include/osmium/area/assembler_config.hpp           |  152 ++
 include/osmium/area/detail/basic_assembler.hpp     | 1206 +++++++++++
 include/osmium/area/detail/node_ref_segment.hpp    |    2 +-
 include/osmium/area/detail/proto_ring.hpp          |   18 +-
 include/osmium/area/detail/segment_list.hpp        |   43 +-
 include/osmium/area/detail/vector.hpp              |    2 +-
 include/osmium/area/geom_assembler.hpp             |  131 ++
 include/osmium/area/multipolygon_collector.hpp     |    1 +
 include/osmium/area/problem_reporter.hpp           |   17 +
 include/osmium/area/problem_reporter_exception.hpp |   48 +-
 include/osmium/area/problem_reporter_ogr.hpp       |   28 +-
 include/osmium/area/problem_reporter_stream.hpp    |   10 +
 include/osmium/area/stats.hpp                      |    8 +-
 include/osmium/builder/builder_helper.hpp          |    6 +-
 include/osmium/geom/factory.hpp                    |    2 +-
 include/osmium/geom/mercator_projection.hpp        |    6 +-
 include/osmium/geom/projection.hpp                 |   54 +-
 include/osmium/handler/check_order.hpp             |   41 +-
 include/osmium/handler/node_locations_for_ways.hpp |   14 +-
 include/osmium/index/id_set.hpp                    |    1 +
 include/osmium/index/map/dense_file_array.hpp      |    4 +
 include/osmium/index/map/dense_mem_array.hpp       |    4 +
 include/osmium/index/map/dense_mmap_array.hpp      |    4 +
 include/osmium/index/map/sparse_file_array.hpp     |    4 +
 include/osmium/index/map/sparse_mem_array.hpp      |    4 +
 include/osmium/index/map/sparse_mem_map.hpp        |    4 +
 include/osmium/index/map/sparse_mem_table.hpp      |   26 +-
 include/osmium/index/map/sparse_mmap_array.hpp     |    4 +
 include/osmium/index/node_locations_map.hpp        |    2 +
 .../{map/dense_mem_array.hpp => nwr_array.hpp}     |   30 +-
 include/osmium/index/relations_map.hpp             |  280 ++-
 include/osmium/io/detail/input_format.hpp          |   53 +-
 include/osmium/io/detail/o5m_input_format.hpp      |   14 +-
 include/osmium/io/detail/opl_input_format.hpp      |   14 +-
 include/osmium/io/detail/pbf_input_format.hpp      |   16 +-
 include/osmium/io/detail/pbf_output_format.hpp     |    1 -
 include/osmium/io/detail/protobuf_tags.hpp         |    2 +-
 include/osmium/io/detail/string_util.hpp           |    2 +-
 include/osmium/io/detail/write_thread.hpp          |    2 +-
 include/osmium/io/detail/xml_input_format.hpp      |   20 +-
 include/osmium/io/detail/xml_output_format.hpp     |    1 -
 include/osmium/io/file_compression.hpp             |    9 +-
 include/osmium/io/file_format.hpp                  |    9 +-
 include/osmium/io/reader.hpp                       |   54 +-
 include/osmium/io/writer.hpp                       |   31 +-
 include/osmium/memory/buffer.hpp                   |    9 +-
 include/osmium/object_pointer_collection.hpp       |   25 +-
 include/osmium/osm/crc.hpp                         |    2 +-
 include/osmium/osm/item_type.hpp                   |   21 +-
 include/osmium/relations/collector.hpp             |   16 +-
 include/osmium/tags/filter.hpp                     |   37 +-
 include/osmium/tags/matcher.hpp                    |  132 ++
 include/osmium/tags/regex_filter.hpp               |    5 +-
 include/osmium/tags/taglist.hpp                    |   13 +-
 include/osmium/tags/tags_filter.hpp                |  154 ++
 include/osmium/thread/function_wrapper.hpp         |    2 +-
 include/osmium/thread/pool.hpp                     |    2 +-
 include/osmium/thread/util.hpp                     |    2 +-
 include/osmium/util/file.hpp                       |   13 +-
 include/osmium/util/memory_mapping.hpp             |   10 +-
 include/osmium/util/options.hpp                    |    5 +-
 include/osmium/util/string_matcher.hpp             |  429 ++++
 include/osmium/version.hpp                         |    6 +-
 test/CMakeLists.txt                                |    7 +
 test/data-tests/CMakeLists.txt                     |   10 +-
 test/data-tests/multipolygon.qgs                   | 2089 ++++++++++--------
 test/data-tests/testcases/test-100.cpp             |   23 +-
 test/data-tests/testcases/test-101.cpp             |   22 +-
 test/data-tests/testcases/test-110.cpp             |   19 +-
 test/data-tests/testdata-xml.cpp                   |  669 +++---
 test/include/catch.hpp                             | 2261 +++++++++++++-------
 test/t/area/test_assembler.cpp                     |  143 ++
 test/t/area/test_node_ref_segment.cpp              |   65 +-
 test/t/geom/test_projection.cpp                    |   46 +-
 test/t/index/test_relations_map.cpp                |   68 +-
 test/t/io/test_compression_factory.cpp             |   11 +-
 test/t/io/test_opl_parser.cpp                      |  153 +-
 test/t/io/test_reader.cpp                          |   76 +-
 test/t/io/test_reader_with_mock_parser.cpp         |   14 +-
 test/t/io/test_writer.cpp                          |    6 +-
 test/t/io/test_writer_with_mock_compression.cpp    |   12 +-
 test/t/io/test_writer_with_mock_encoder.cpp        |   14 +-
 test/t/memory/test_buffer_basics.cpp               |    5 +
 test/t/osm/test_location.cpp                       |    8 +-
 test/t/tags/test_tag_list.cpp                      |   17 +-
 test/t/tags/test_tag_matcher.cpp                   |   93 +
 test/t/tags/test_tags_filter.cpp                   |   79 +
 test/t/util/test_cast_with_assert.cpp              |  115 +-
 test/t/util/test_delta.cpp                         |   44 +-
 test/t/util/test_double.cpp                        |   51 +-
 test/t/util/test_memory_mapping.cpp                |  546 +++--
 test/t/util/test_minmax.cpp                        |   81 +-
 test/t/util/test_options.cpp                       |    2 -
 test/t/util/test_string.cpp                        |   94 +-
 test/t/util/test_string_matcher.cpp                |  156 ++
 109 files changed, 7434 insertions(+), 4420 deletions(-)
 create mode 100644 include/osmium/area/assembler_config.hpp
 create mode 100644 include/osmium/area/detail/basic_assembler.hpp
 create mode 100644 include/osmium/area/geom_assembler.hpp
 copy include/osmium/index/{map/dense_mem_array.hpp => nwr_array.hpp} (74%)
 create mode 100644 include/osmium/tags/matcher.hpp
 create mode 100644 include/osmium/tags/tags_filter.hpp
 create mode 100644 include/osmium/util/string_matcher.hpp
 create mode 100644 test/t/area/test_assembler.cpp
 create mode 100644 test/t/tags/test_tag_matcher.cpp
 create mode 100644 test/t/tags/test_tags_filter.cpp
 create mode 100644 test/t/util/test_string_matcher.cpp

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