[geographiclib] 02/11: Merge tag 'upstream/1.47'

Bas Couwenberg sebastic at debian.org
Wed Feb 15 18:44:46 UTC 2017


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

sebastic pushed a commit to branch master
in repository geographiclib.

commit f9fcb7b818fd0b1ce7aa2fb10486454c02a25dd6
Merge: e220979 1a43acc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Feb 15 18:56:39 2017 +0100

    Merge tag 'upstream/1.47'
    
    Upstream version 1.47

 CMakeLists.txt                                     |   72 +-
 Makefile.am                                        |    4 +
 Makefile.in                                        |   79 +-
 NEWS                                               |   51 +-
 aclocal.m4                                         |  276 ++
 cmake/CMakeLists.txt                               |   25 +-
 cmake/FindGeographicLib.cmake                      |   20 +-
 cmake/Makefile.in                                  |   10 +-
 cmake/project-config.cmake.in                      |   10 +
 cmake/project.pc.in                                |   14 +
 configure                                          |  184 +-
 configure.ac                                       |   14 +-
 doc/GeographicLib.dox.in                           |  662 +++-
 doc/Makefile.in                                    |    4 +
 doc/NETGeographicLib.dox                           |    4 +-
 doc/geodesic-c.dox                                 |   21 +-
 doc/geodesic-for.dox                               |   19 +-
 doc/geodseries30.html                              |    6 +-
 doc/tmseries30.html                                |    8 +-
 dotnet/NETGeographicLib/Accumulator.h              |    2 +-
 dotnet/NETGeographicLib/EllipticFunction.h         |    4 +-
 dotnet/NETGeographicLib/Geocentric.h               |    6 +-
 dotnet/NETGeographicLib/Geodesic.h                 |    6 +-
 dotnet/NETGeographicLib/GeodesicLine.h             |    6 +-
 dotnet/NETGeographicLib/Gnomonic.h                 |    4 +-
 dotnet/NETGeographicLib/NormalGravity.cpp          |    4 +-
 dotnet/NETGeographicLib/NormalGravity.h            |   38 +-
 dotnet/NETGeographicLib/PolygonArea.h              |    4 +-
 dotnet/NETGeographicLib/TransverseMercator.h       |    8 +-
 dotnet/NETGeographicLib/TransverseMercatorExact.h  |   10 +-
 dotnet/examples/ManagedCPP/CMakeLists.txt          |    3 +-
 examples/CMakeLists.txt                            |    9 +
 examples/GeoidToGTX.cpp                            |    5 +-
 examples/JacobiConformal.cpp                       |   54 +-
 examples/JacobiConformal.hpp                       |   46 +-
 examples/Makefile.am                               |    1 +
 examples/Makefile.in                               |    5 +
 examples/example-Accumulator.cpp                   |    1 -
 examples/example-AlbersEqualArea.cpp               |    1 -
 examples/example-AzimuthalEquidistant.cpp          |    1 -
 examples/example-CassiniSoldner.cpp                |    1 -
 examples/example-CircularEngine.cpp                |    1 -
 examples/example-Constants.cpp                     |    1 -
 examples/example-DMS.cpp                           |    1 -
 examples/example-Ellipsoid.cpp                     |    1 -
 examples/example-EllipticFunction.cpp              |    8 +-
 examples/example-GARS.cpp                          |    1 -
 examples/example-GeoCoords.cpp                     |    1 -
 examples/example-Geocentric.cpp                    |    1 -
 examples/example-Geodesic-small.cpp                |    1 -
 examples/example-Geodesic.cpp                      |    1 -
 examples/example-GeodesicExact.cpp                 |    1 -
 examples/example-GeodesicLine.cpp                  |    1 -
 examples/example-GeodesicLineExact.cpp             |    1 -
 examples/example-GeographicErr.cpp                 |    1 -
 examples/example-Geohash.cpp                       |    1 -
 examples/example-Geoid.cpp                         |    1 -
 examples/example-Georef.cpp                        |    1 -
 examples/example-Gnomonic.cpp                      |    1 -
 examples/example-GravityCircle.cpp                 |    1 -
 examples/example-GravityModel.cpp                  |    1 -
 examples/example-LambertConformalConic.cpp         |    1 -
 examples/example-LocalCartesian.cpp                |    1 -
 examples/example-MGRS.cpp                          |    1 -
 examples/example-MagneticCircle.cpp                |    1 -
 examples/example-MagneticModel.cpp                 |    1 -
 examples/example-Math.cpp                          |    1 -
 examples/example-NearestNeighbor.cpp               |  141 +
 examples/example-NormalGravity.cpp                 |    3 +-
 examples/example-OSGB.cpp                          |    1 -
 examples/example-PolarStereographic.cpp            |    1 -
 examples/example-PolygonArea.cpp                   |    1 -
 examples/example-Rhumb.cpp                         |    1 -
 examples/example-RhumbLine.cpp                     |    1 -
 examples/example-SphericalEngine.cpp               |    1 -
 examples/example-SphericalHarmonic.cpp             |    1 -
 examples/example-SphericalHarmonic1.cpp            |    1 -
 examples/example-SphericalHarmonic2.cpp            |    1 -
 examples/example-TransverseMercator.cpp            |    1 -
 examples/example-TransverseMercatorExact.cpp       |    1 -
 examples/example-UTMUPS.cpp                        |    1 -
 examples/example-Utility.cpp                       |    1 -
 examples/make-egmcof.cpp                           |    1 -
 include/GeographicLib/Accumulator.hpp              |    2 +-
 include/GeographicLib/AlbersEqualArea.hpp          |    6 +-
 include/GeographicLib/AzimuthalEquidistant.hpp     |    4 +-
 include/GeographicLib/Config.h                     |    4 +-
 include/GeographicLib/Config.h.in                  |    4 +-
 include/GeographicLib/Constants.hpp                |   17 +-
 include/GeographicLib/DMS.hpp                      |    8 +-
 include/GeographicLib/EllipticFunction.hpp         |  163 +-
 include/GeographicLib/GeoCoords.hpp                |    7 +-
 include/GeographicLib/Geocentric.hpp               |   12 +-
 include/GeographicLib/Geodesic.hpp                 |   18 +-
 include/GeographicLib/GeodesicExact.hpp            |   14 +-
 include/GeographicLib/GeodesicLine.hpp             |   12 +-
 include/GeographicLib/GeodesicLineExact.hpp        |    6 +-
 include/GeographicLib/Gnomonic.hpp                 |   10 +-
 include/GeographicLib/GravityCircle.hpp            |    8 +-
 include/GeographicLib/GravityModel.hpp             |   16 +-
 include/GeographicLib/LambertConformalConic.hpp    |    6 +-
 include/GeographicLib/LocalCartesian.hpp           |    4 +-
 include/GeographicLib/Math.hpp                     |   76 +-
 include/GeographicLib/NearestNeighbor.hpp          |  748 ++++
 include/GeographicLib/NormalGravity.hpp            |  127 +-
 include/GeographicLib/OSGB.hpp                     |    6 +-
 include/GeographicLib/PolarStereographic.hpp       |    4 +-
 include/GeographicLib/PolygonArea.hpp              |   12 +-
 include/GeographicLib/Rhumb.hpp                    |   14 +-
 include/GeographicLib/SphericalHarmonic.hpp        |    4 +-
 include/GeographicLib/TransverseMercator.hpp       |   12 +-
 include/GeographicLib/TransverseMercatorExact.hpp  |   16 +-
 include/GeographicLib/Utility.hpp                  |  128 +-
 include/Makefile.am                                |    1 +
 include/Makefile.in                                |    5 +
 include/Makefile.mk                                |    1 +
 java/README.txt                                    |    7 +-
 java/direct/pom.xml                                |    4 +-
 java/inverse/pom.xml                               |    4 +-
 java/planimeter/pom.xml                            |    4 +-
 java/pom.xml                                       |    3 +-
 .../java/net/sf/geographiclib/Accumulator.java     |    2 +-
 .../main/java/net/sf/geographiclib/GeoMath.java    |    6 +-
 .../main/java/net/sf/geographiclib/Geodesic.java   |   54 +-
 .../java/net/sf/geographiclib/GeodesicLine.java    |    4 +-
 .../main/java/net/sf/geographiclib/Gnomonic.java   |    4 +-
 .../java/net/sf/geographiclib/PolygonArea.java     |    2 +-
 .../java/net/sf/geographiclib/package-info.java    |   34 +-
 .../java/net/sf/geographiclib/GeodesicTest.java    |   17 +
 js/GeographicLib.md                                |    6 +-
 js/HEADER.js                                       |    2 +-
 js/Makefile.in                                     |    4 +
 js/README.md                                       |    2 +-
 js/doc/1-geodesics.md                              |   10 +-
 js/doc/2-interface.md                              |    2 +-
 js/package.json                                    |    2 +-
 js/samples/geod-calc.html                          |   36 +-
 js/samples/geod-google-instructions.html           |   16 +-
 js/samples/geod-google.html                        |   59 +-
 js/src/DMS.js                                      |    2 +-
 js/src/Geodesic.js                                 |   86 +-
 js/src/GeodesicLine.js                             |   10 +-
 js/src/Math.js                                     |   20 +-
 js/src/PolygonArea.js                              |    2 +-
 js/test/geodesictest.js                            |   15 +
 legacy/C/00README.txt                              |    2 +-
 legacy/C/CMakeLists.txt                            |    2 +-
 legacy/C/geodesic.c                                |   44 +-
 legacy/C/geodesic.h                                |    8 +-
 legacy/C/geodtest.c                                |   23 +-
 legacy/Fortran/00README.txt                        |    2 +-
 legacy/Fortran/geodesic.for                        |   47 +-
 legacy/Fortran/geodtest.for                        |   44 +-
 man/CartConvert.1                                  |   26 +-
 man/CartConvert.1.html                             |    2 +-
 man/CartConvert.pod                                |    2 +-
 man/CartConvert.usage                              |    4 +-
 man/ConicProj.1                                    |   24 +-
 man/ConicProj.usage                                |    2 +-
 man/GeoConvert.1                                   |   57 +-
 man/GeoConvert.1.html                              |    4 +-
 man/GeoConvert.pod                                 |   27 +-
 man/GeoConvert.usage                               |   27 +-
 man/GeodSolve.1                                    |   32 +-
 man/GeodSolve.1.html                               |    4 +-
 man/GeodSolve.pod                                  |    4 +-
 man/GeodSolve.usage                                |    9 +-
 man/GeodesicProj.1                                 |   28 +-
 man/GeodesicProj.1.html                            |    2 +-
 man/GeodesicProj.pod                               |    2 +-
 man/GeodesicProj.usage                             |    4 +-
 man/GeoidEval.1                                    |   26 +-
 man/GeoidEval.usage                                |    2 +-
 man/Gravity.1                                      |   24 +-
 man/Gravity.usage                                  |    2 +-
 man/MagneticField.1                                |   24 +-
 man/MagneticField.usage                            |    2 +-
 man/Makefile.in                                    |    4 +
 man/Planimeter.1                                   |   26 +-
 man/Planimeter.1.html                              |    2 +-
 man/Planimeter.pod                                 |    2 +-
 man/Planimeter.usage                               |    4 +-
 man/RhumbSolve.1                                   |   48 +-
 man/RhumbSolve.1.html                              |   22 +-
 man/RhumbSolve.pod                                 |   22 +-
 man/RhumbSolve.usage                               |   24 +-
 man/TransverseMercatorProj.1                       |   30 +-
 man/TransverseMercatorProj.1.html                  |    2 +-
 man/TransverseMercatorProj.pod                     |    4 +-
 man/TransverseMercatorProj.usage                   |    6 +-
 matlab/Makefile.in                                 |    4 +
 matlab/geographiclib-legacy/geocentricforward.m    |    6 +-
 matlab/geographiclib-legacy/geocentricreverse.m    |    4 +-
 matlab/geographiclib-legacy/geodesicdirect.m       |    4 +-
 matlab/geographiclib-legacy/geodesicinverse.m      |    4 +-
 matlab/geographiclib-legacy/geodesicline.m         |    4 +-
 .../geographiclib-legacy/localcartesianforward.m   |    4 +-
 .../geographiclib-legacy/localcartesianreverse.m   |    4 +-
 matlab/geographiclib-legacy/polygonarea.m          |    4 +-
 matlab/geographiclib/Contents.m                    |    4 +-
 matlab/geographiclib/defaultellipsoid.m            |   12 +-
 matlab/geographiclib/eqdazim_fwd.m                 |    2 +-
 matlab/geographiclib/eqdazim_inv.m                 |    2 +-
 matlab/geographiclib/gedoc.m                       |    4 +-
 matlab/geographiclib/geodarea.m                    |    2 +-
 matlab/geographiclib/geoddistance.m                |   21 +-
 matlab/geographiclib/geoddoc.m                     |    8 +-
 matlab/geographiclib/geodreckon.m                  |    2 +-
 matlab/geographiclib/geographiclib_test.m          |   17 +
 matlab/geographiclib/gnomonic_fwd.m                |    2 +-
 matlab/geographiclib/gnomonic_inv.m                |    2 +-
 matlab/geographiclib/private/copysignx.m           |    4 +-
 matlab/geographiclib/projdoc.m                     |    2 +-
 maxima/geod.mac                                    |    2 +-
 maxima/geodesic.mac                                |   45 +-
 maxima/tm.mac                                      |   18 +-
 maxima/tmseries.mac                                |    2 +-
 python/MANIFEST.in                                 |    2 +-
 python/Makefile.in                                 |    4 +
 python/README.rst                                  |    4 +-
 python/doc/conf.py                                 |    3 +-
 python/doc/geodesics.rst                           |   10 +-
 python/doc/index.rst                               |   10 +-
 python/doc/interface.rst                           |    6 +-
 python/geographiclib/__init__.py                   |    4 +-
 python/geographiclib/geodesic.py                   |   50 +-
 python/geographiclib/geodesicline.py               |    2 +-
 python/geographiclib/polygonarea.py                |    2 +-
 python/geographiclib/test/test_geodesic.py         |   14 +
 python/setup.py                                    |    2 +-
 src/AlbersEqualArea.cpp                            |   14 +-
 src/CMakeLists.txt                                 |   34 +-
 src/EllipticFunction.cpp                           |  179 +-
 src/GeoCoords.cpp                                  |    4 +-
 src/Geocentric.cpp                                 |    6 +-
 src/Geodesic.cpp                                   |   34 +-
 src/GeodesicExact.cpp                              |   38 +-
 src/GeodesicExactC4.cpp                            | 3836 ++++++++++----------
 src/GravityModel.cpp                               |   19 +-
 src/LambertConformalConic.cpp                      |   14 +-
 src/MagneticModel.cpp                              |   22 +-
 src/Makefile.am                                    |    1 +
 src/Makefile.in                                    |    5 +
 src/Makefile.mk                                    |    1 +
 src/NormalGravity.cpp                              |  302 +-
 src/PolarStereographic.cpp                         |    6 +-
 src/TransverseMercator.cpp                         |    6 +-
 src/TransverseMercatorExact.cpp                    |    9 +-
 src/UTMUPS.cpp                                     |    4 +-
 tools/CMakeLists.txt                               |    3 +-
 tools/CartConvert.cpp                              |   18 +-
 tools/ConicProj.cpp                                |   14 +-
 tools/GeoConvert.cpp                               |    6 +-
 tools/GeodSolve.cpp                                |   10 +-
 tools/GeodesicProj.cpp                             |   12 +-
 tools/GeoidEval.cpp                                |    8 +-
 tools/Gravity.cpp                                  |    8 +-
 tools/MagneticField.cpp                            |   12 +-
 tools/Makefile.in                                  |    4 +
 tools/Planimeter.cpp                               |    8 +-
 tools/RhumbSolve.cpp                               |    8 +-
 tools/TransverseMercatorProj.cpp                   |   14 +-
 tools/tests.cmake                                  |   71 +-
 wrapper/00README.txt                               |   23 +
 264 files changed, 5974 insertions(+), 3576 deletions(-)

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



More information about the Pkg-grass-devel mailing list