[osm2pgrouting] branch upstream updated (ad5b8bf -> f964285)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Apr 29 18:47:37 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  ad5b8bf   Imported Upstream version 2.0.0-release
       new  f964285   Imported Upstream version 2.1.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:
 .gitignore                          |    6 +-
 AUTHORS.txt                         |    3 +
 CMakeLists.txt                      |   28 +-
 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, 11018 insertions(+), 1851 deletions(-)
 delete mode 100644 Makefile.orig
 create mode 100644 NEWS
 create mode 100644 src/prog_options.cpp
 create mode 100644 src/prog_options.h
 delete mode 100644 src/stdafx.h
 create mode 100755 tools/cpplint.py
 create mode 100644 tools/data/getdata.sh
 create mode 100644 tools/doxygen/Doxyfile
 create mode 100644 tools/doxygen/DoxygenLayout.xml
 create mode 100644 tools/doxygen/Makefile

-- 
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