[osm2pgrouting] 02/06: Merge tag 'upstream/2.3.3'
Bas Couwenberg
sebastic at debian.org
Tue Dec 19 06:49:31 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository osm2pgrouting.
commit 276b3040bd727af8d9e8aae58da8d8d745e7485e
Merge: 1fa3560 ac9ae0f
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Tue Dec 19 07:30:20 2017 +0100
Merge tag 'upstream/2.3.3'
Upstream version 2.3.3
.gitignore | 6 +
.travis.yml | 17 +-
CMakeLists.txt | 62 +++-
NEWS | 4 +
Readme.md | 5 +-
cmake/FindOsmium.cmake | 370 +++++++++++++++++++++
include/database/Export2DB.h | 1 +
include/osm_elements/OSMDocument.h | 4 +-
include/osm_elements/Relation.h | 2 +
src/database/Export2DB.cpp | 98 ++++--
src/database/osm_ways_config.cpp | 6 +-
src/database/table_management.cpp | 47 ++-
src/osm_elements/OSMDocument.cpp | 16 +-
src/osm_elements/Relation.cpp | 13 +-
src/osm_elements/Way.cpp | 12 +-
src/osm_elements/osm2pgrouting.cpp | 7 +-
src/osm_elements/osm_tag.cpp | 2 +
src/parser/OSMDocumentParserCallback.cpp | 14 +-
tools/data/getdata.sh | 36 ++
CMakeLists.txt => tools/osmium/CMakeLists.txt | 53 +--
tools/osmium/README.md | 13 +
tools/osmium/cmake/FindLibPQXX.cmake | 43 +++
tools/osmium/cmake/FindOsmium.cmake | 369 ++++++++++++++++++++
tools/osmium/cmake/FindPostgreSQL.cmake | 74 +++++
.../osmium/include/collectors/turn_restrictions.h | 91 +++++
tools/osmium/include/quotes_handling.cpp | 310 +++++++++++++++++
tools/osmium/include/utilities/quotes_handling.h | 40 +++
tools/osmium/restrictions.sql | 53 +++
tools/osmium/restrictions_end.sql | 27 ++
tools/osmium/src/collectors/turn_restriccions.cpp | 227 +++++++++++++
tools/osmium/src/getrestrictions.cpp | 136 ++++++++
tools/osmium/src/utilities/quotes_handling.cpp | 78 +++++
32 files changed, 2114 insertions(+), 122 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm2pgrouting.git
More information about the Pkg-grass-devel
mailing list