[osm2pgrouting] 10/24: Merge tag 'upstream/2.1.0'

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Apr 29 18:47:35 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 efca2fb8e01411fc40301a049e4b8a3504dbab21
Merge: 1e46a40 f964285
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Apr 29 19:35:25 2016 +0200

    Merge tag 'upstream/2.1.0'
    
    Upstream version 2.1.0

 .gitignore                          |    6 +-
 AUTHORS.txt                         |    3 +
 CMakeLists.txt                      |   26 +-
 Makefile.orig                       |   29 -
 NEWS                                |   50 +
 Readme.md                           |   85 +-
 cmake/FindPostgreSQL.cmake          |  253 +-
 src/Class.cpp                       |   26 +-
 src/Class.h                         |   47 +-
 src/Configuration.cpp               |   38 +-
 src/Configuration.h                 |   26 +-
 src/ConfigurationParserCallback.cpp |  156 +-
 src/ConfigurationParserCallback.h   |   76 +-
 src/Export2DB.cpp                   | 1163 ++++---
 src/Export2DB.h                     |   85 +-
 src/Node.cpp                        |   23 +-
 src/Node.h                          |   57 +-
 src/OSMDocument.cpp                 |  266 +-
 src/OSMDocument.h                   |   70 +-
 src/OSMDocumentParserCallback.cpp   |  555 ++-
 src/OSMDocumentParserCallback.h     |   82 +-
 src/Relation.cpp                    |   30 +-
 src/Relation.h                      |   61 +-
 src/Type.cpp                        |   30 +-
 src/Type.h                          |   57 +-
 src/Way.cpp                         |   18 +-
 src/Way.h                           |   21 +-
 src/XMLParser.cpp                   |   66 +-
 src/XMLParser.h                     |   56 +-
 src/math_functions.cpp              |   20 +-
 src/math_functions.h                |    2 +-
 src/osm2pgrouting.cpp               |  353 +-
 src/prog_options.cpp                |  107 +
 src/prog_options.h                  |   32 +
 src/stdafx.h                        |   25 -
 src/utils.cpp                       |   19 +
 src/utils.h                         |    2 +
 tools/cpplint.py                    | 6321 +++++++++++++++++++++++++++++++++++
 tools/data/getdata.sh               |   14 +
 tools/doxygen/Doxyfile              | 2312 +++++++++++++
 tools/doxygen/DoxygenLayout.xml     |  194 ++
 tools/doxygen/Makefile              |    5 +
 42 files changed, 11017 insertions(+), 1850 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