[osm2pgrouting] branch upstream updated (f964285 -> 6642762)
Bas Couwenberg
sebastic at debian.org
Sun Nov 13 00:13:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch upstream
in repository osm2pgrouting.
from f964285 Imported Upstream version 2.1.0
new 6642762 Imported Upstream version 2.2.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:
.travis.yml | 101 ++++
AUTHORS.md | 18 +
AUTHORS.txt | 10 -
BOOST_LICENSE_1_0.txt | 23 +
CMakeLists.txt | 26 +-
COPYING => LICENSE.txt | 0
NEWS | 12 +-
Readme.md | 8 +-
ci/travis/install-postgres.sh | 63 ++
ci/travis/osm2pgrouting_build.sh | 16 +
ci/travis/pg_hba.conf | 12 +
mapconfig_for_bicycles.xml | 60 ++
mapconfig_for_cars.xml | 2 -
src/Class.cpp | 75 ++-
src/Class.h | 71 +--
src/Configuration.cpp | 53 +-
src/Configuration.h | 90 +--
src/ConfigurationParserCallback.cpp | 71 +--
src/ConfigurationParserCallback.h | 67 ++-
src/Export2DB.cpp | 1093 +++++++++++++++++++----------------
src/Export2DB.h | 255 ++++----
src/Node.cpp | 57 +-
src/Node.h | 97 +++-
src/OSMDocument.cpp | 190 +++---
src/OSMDocument.h | 81 ++-
src/OSMDocumentParserCallback.cpp | 369 +++++-------
src/OSMDocumentParserCallback.h | 46 +-
src/Relation.cpp | 52 +-
src/Relation.h | 78 +--
src/Type.cpp | 69 ++-
src/Type.h | 82 +--
src/Way.cpp | 338 ++++++++++-
src/Way.h | 181 +++---
src/XMLParser.cpp | 41 +-
src/XMLParser.h | 7 +-
src/math_functions.cpp | 57 --
src/math_functions.h | 31 -
src/osm2pgrouting.cpp | 158 +++--
src/osm_element.cpp | 105 ++++
src/osm_element.h | 92 +++
src/{Relation.cpp => osm_tag.cpp} | 40 +-
src/{Relation.h => osm_tag.h} | 97 ++--
src/{Way.cpp => print_progress.h} | 72 +--
src/prog_options.cpp | 90 ++-
src/prog_options.h | 35 +-
src/utils.cpp | 31 -
src/utils.h | 9 -
tools/initial_commit.txt | 1 +
tools/spelling/fix_typos.sh | 67 +++
tools/spelling/typos_whitelist.txt | 39 ++
tools/vagrant/bootstrap.sh | 22 -
tools/vagrant/packaging.sh | 15 -
tools/vagrant/packaging.sh.sample | 15 -
53 files changed, 2859 insertions(+), 1931 deletions(-)
create mode 100644 .travis.yml
create mode 100644 AUTHORS.md
delete mode 100644 AUTHORS.txt
create mode 100644 BOOST_LICENSE_1_0.txt
copy COPYING => LICENSE.txt (100%)
create mode 100755 ci/travis/install-postgres.sh
create mode 100755 ci/travis/osm2pgrouting_build.sh
create mode 100755 ci/travis/pg_hba.conf
create mode 100644 mapconfig_for_bicycles.xml
delete mode 100644 src/math_functions.cpp
delete mode 100644 src/math_functions.h
create mode 100644 src/osm_element.cpp
create mode 100644 src/osm_element.h
copy src/{Relation.cpp => osm_tag.cpp} (65%)
copy src/{Relation.h => osm_tag.h} (50%)
copy src/{Way.cpp => print_progress.h} (57%)
delete mode 100644 src/utils.cpp
delete mode 100644 src/utils.h
create mode 100644 tools/initial_commit.txt
create mode 100755 tools/spelling/fix_typos.sh
create mode 100644 tools/spelling/typos_whitelist.txt
delete mode 100755 tools/vagrant/bootstrap.sh
delete mode 100755 tools/vagrant/packaging.sh
delete mode 100755 tools/vagrant/packaging.sh.sample
--
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