[osm2pgrouting] 02/07: Merge tag 'upstream/2.2.0'

Bas Couwenberg sebastic at debian.org
Sun Nov 13 00:13:25 UTC 2016


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

sebastic pushed a commit to branch master
in repository osm2pgrouting.

commit 4165542106967ce9fdac91a61c6e272210b31ced
Merge: 614fd81 6642762
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Nov 13 00:36:16 2016 +0100

    Merge tag 'upstream/2.2.0'
    
    Upstream version 2.2.0

 .travis.yml                         |  101 ++++
 AUTHORS.md                          |   18 +
 AUTHORS.txt                         |   10 -
 BOOST_LICENSE_1_0.txt               |   23 +
 CMakeLists.txt                      |   26 +-
 LICENSE.txt                         |  339 +++++++++++
 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, 3198 insertions(+), 1931 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