[osmcoastline] branch upstream updated (2e10bf9 -> 373bcb5)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Jan 7 07:16:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream
in repository osmcoastline.
from 2e10bf9 Imported Upstream version 2.1.1
new 373bcb5 Imported Upstream version 2.1.2
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:
.ycm_extra_conf.py | 2 +-
CHANGELOG.md | 23 +-
CMakeLists.txt | 8 +-
README.md | 15 +-
cmake/FindOsmium.cmake | 13 +-
include/gdalcpp.hpp | 406 +++++++++++++++++++++++++++++
man/manpage.template | 2 +-
man/osmcoastline.md | 3 +
man/osmcoastline_filter.md | 3 +
man/osmcoastline_readmeta.md | 9 +
man/osmcoastline_segments.md | 3 +
man/osmcoastline_ways.md | 9 +
osmcoastline_readmeta | 16 ++
src/CMakeLists.txt | 4 +-
src/coastline_handlers.hpp | 2 +-
src/coastline_polygons.cpp | 99 ++++---
src/coastline_polygons.hpp | 15 +-
src/coastline_ring.cpp | 14 +-
src/coastline_ring.hpp | 2 +-
src/coastline_ring_collection.cpp | 27 +-
src/coastline_ring_collection.hpp | 4 +-
src/ogr_include.hpp | 42 ---
src/options.cpp | 15 +-
src/options.hpp | 2 +-
src/osmcoastline.cpp | 24 +-
src/osmcoastline_filter.cpp | 70 +++--
src/osmcoastline_segments.cpp | 76 ++----
src/osmcoastline_ways.cpp | 115 +++-----
src/output_database.cpp | 236 ++++++++++-------
src/output_database.hpp | 89 +++----
src/output_layers.cpp | 321 -----------------------
src/output_layers.hpp | 124 ---------
src/{osmcoastline.hpp => return_codes.hpp} | 2 +-
src/srs.cpp | 2 +-
src/srs.hpp | 2 +-
src/stats.hpp | 2 +-
src/util.hpp | 41 +++
37 files changed, 951 insertions(+), 891 deletions(-)
create mode 100644 include/gdalcpp.hpp
delete mode 100644 src/ogr_include.hpp
delete mode 100644 src/output_layers.cpp
delete mode 100644 src/output_layers.hpp
rename src/{osmcoastline.hpp => return_codes.hpp} (94%)
create mode 100644 src/util.hpp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmcoastline.git
More information about the Pkg-grass-devel
mailing list