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

ross-guest pushed a change to branch upstream
in repository geographiclib.

      from  39112a0   Imported Upstream version 1.37
       new  cccf5cb   Imported Upstream version 1.38

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:
 CMakeLists.txt                                    |  43 +-
 Makefile.am                                       |   2 +-
 Makefile.in                                       |   2 +-
 NEWS                                              |  21 +-
 README.md                                         |   4 +
 cmake/CMakeLists.txt                              |   8 +-
 cmake/project-config.cmake.in                     |   2 +-
 config.guess                                      | 313 ++++------
 config.sub                                        |  56 +-
 configure                                         |  24 +-
 configure.ac                                      |   6 +-
 doc/GeographicLib.dox                             | 668 ++++++++++++++++------
 doc/Makefile.am                                   |  12 +
 doc/Makefile.in                                   |  12 +
 doc/NETGeographicLib.dox                          |   2 +-
 doc/scripts/GeographicLib/DMS.js                  |   3 +-
 doc/scripts/geod-calc.html                        |   6 +-
 doc/scripts/geod-google-instructions.html         |   6 +-
 dotnet/NETGeographicLib/CMakeLists.txt            |  30 +-
 dotnet/NETGeographicLib/NormalGravity.h           |   2 -
 dotnet/examples/ManagedCPP/CMakeLists.txt         |   2 +-
 dotnet/examples/ManagedCPP/example-Rhumb.cpp      |   3 +-
 dotnet/examples/ManagedCPP/example-RhumbLine.cpp  |   2 +-
 dotnet/examples/ManagedCPP/example-UTMUPS.cpp     |   2 +-
 examples/CMakeLists.txt                           |  12 -
 include/GeographicLib/AlbersEqualArea.hpp         |   2 +-
 include/GeographicLib/Config.h                    |   4 +-
 include/GeographicLib/Ellipsoid.hpp               |   4 +-
 include/GeographicLib/EllipticFunction.hpp        |   8 +-
 include/GeographicLib/GeoCoords.hpp               |   2 +
 include/GeographicLib/Geocentric.hpp              |   2 +-
 include/GeographicLib/Geodesic.hpp                |   2 +-
 include/GeographicLib/GeodesicExact.hpp           |   2 +-
 include/GeographicLib/Geoid.hpp                   |   3 +-
 include/GeographicLib/LambertConformalConic.hpp   |   2 +-
 include/GeographicLib/MGRS.hpp                    |   2 +-
 include/GeographicLib/Math.hpp                    |   2 +-
 include/GeographicLib/OSGB.hpp                    |   2 +-
 include/GeographicLib/PolarStereographic.hpp      |   2 +-
 include/GeographicLib/TransverseMercator.hpp      |   2 +-
 include/GeographicLib/TransverseMercatorExact.hpp |   2 +-
 include/GeographicLib/UTMUPS.hpp                  |   2 +-
 man/CMakeLists.txt                                |  14 +
 man/CartConvert.1                                 |   2 +-
 man/CartConvert.usage                             |   2 +-
 man/ConicProj.1                                   |   2 +-
 man/ConicProj.usage                               |   2 +-
 man/GeoConvert.1                                  |   2 +-
 man/GeoConvert.usage                              |   2 +-
 man/GeodSolve.1                                   |   2 +-
 man/GeodSolve.usage                               |   2 +-
 man/GeodesicProj.1                                |   2 +-
 man/GeodesicProj.usage                            |   2 +-
 man/GeoidEval.1                                   |   2 +-
 man/GeoidEval.usage                               |   2 +-
 man/Gravity.1                                     |   2 +-
 man/Gravity.usage                                 |   2 +-
 man/MagneticField.1                               |   2 +-
 man/MagneticField.usage                           |   2 +-
 man/Makefile.am                                   |  38 +-
 man/Makefile.in                                   | 103 +++-
 man/Planimeter.1                                  |   2 +-
 man/Planimeter.usage                              |   2 +-
 man/RhumbSolve.1                                  |   2 +-
 man/RhumbSolve.usage                              |   2 +-
 man/TransverseMercatorProj.1                      |   2 +-
 man/TransverseMercatorProj.usage                  |   2 +-
 man/dummy.usage.in                                |   2 +-
 man/script.8.in                                   |  17 +
 matlab/CMakeLists.txt                             |   2 +-
 matlab/Makefile.am                                |   5 +-
 matlab/Makefile.in                                |   5 +-
 matlab/gedistance.m                               | 108 ++++
 matlab/gedoc.m                                    | 129 +++++
 matlab/geoddoc.m                                  |   6 +-
 matlab/gereckon.m                                 | 125 ++++
 pom.xml                                           |   2 +-
 src/AlbersEqualArea.cpp                           |   2 +-
 src/CMakeLists.txt                                |  33 +-
 src/DMS.cpp                                       |   3 +-
 src/Ellipsoid.cpp                                 |   4 +-
 src/Geocentric.cpp                                |   2 +-
 src/Geodesic.cpp                                  |  11 +-
 src/GeodesicExact.cpp                             |  11 +-
 src/GravityModel.cpp                              |  14 +-
 src/LambertConformalConic.cpp                     |   2 +-
 src/MGRS.cpp                                      |   2 +-
 src/MagneticModel.cpp                             |   4 +-
 src/PolarStereographic.cpp                        |   2 +-
 src/TransverseMercator.cpp                        |   2 +-
 src/TransverseMercatorExact.cpp                   |   8 +-
 src/UTMUPS.cpp                                    |   2 +-
 tools/CMakeLists.txt                              |  18 +-
 tools/CartConvert.cpp                             |   3 +-
 tools/GeoConvert.cpp                              |   2 +-
 tools/Makefile.am                                 |   2 +-
 96 files changed, 1378 insertions(+), 637 deletions(-)
 create mode 100644 README.md
 create mode 100644 man/script.8.in
 create mode 100644 matlab/gedistance.m
 create mode 100644 matlab/gedoc.m
 create mode 100644 matlab/gereckon.m

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/geographiclib.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to