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

sebastic pushed a change to branch master
in repository geographiclib.

      from  2ab1af8   Move from experimental to unstable.
       new  1b3c332   Imported Upstream version 1.44
       new  2de4ca3   Merge tag 'upstream/1.44'
       new  42f0fb7   New upstream release.
       new  2c65d65   Update copyright file, update copyright years.
       new  6aa3261   Update symbols for amd64.
       new  9fde088   Set distribution to experimental.

The 6 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:
 00README.txt                                       |   3 +
 CMakeLists.txt                                     |  24 +-
 NEWS                                               | 103 ++++-
 configure                                          |  37 +-
 configure.ac                                       |  20 +-
 debian/changelog                                   |   8 +
 debian/copyright                                   |   6 +-
 debian/libgeographic14.symbols                     |  57 +--
 doc/GeographicLib.dox.in                           | 209 ++++++++---
 doc/Makefile.am                                    |   8 +-
 doc/Makefile.in                                    |   8 +-
 doc/NETGeographicLib.dox                           |  16 +-
 doc/geodesic-c.dox                                 |  73 +++-
 doc/geodesic-for.dox                               |  49 ++-
 doc/geodseries30.html                              |  32 +-
 doc/scripts/GeographicLib/DMS.js                   |  67 +++-
 doc/scripts/GeographicLib/Geodesic.js              | 135 ++++---
 doc/scripts/GeographicLib/GeodesicLine.js          |  53 ++-
 doc/scripts/GeographicLib/Interface.js             |  40 +-
 doc/scripts/GeographicLib/Math.js                  |  79 +++-
 doc/scripts/geod-calc.html                         | 120 ++++--
 doc/scripts/geod-google-instructions.html          |  14 +-
 doc/scripts/geod-google.html                       |   9 +-
 doc/tmseries30.html                                |   2 +
 dotnet/NETGeographicLib/AlbersEqualArea.h          |  22 +-
 dotnet/NETGeographicLib/AzimuthalEquidistant.h     |  30 +-
 dotnet/NETGeographicLib/CassiniSoldner.h           |  11 +-
 dotnet/NETGeographicLib/DMS.cpp                    |   4 +-
 dotnet/NETGeographicLib/DMS.h                      |  50 ++-
 dotnet/NETGeographicLib/Ellipsoid.h                |   5 +-
 dotnet/NETGeographicLib/GARS.cpp                   |  57 +++
 dotnet/NETGeographicLib/GARS.h                     | 109 ++++++
 dotnet/NETGeographicLib/GeoCoords.cpp              |  16 +-
 dotnet/NETGeographicLib/GeoCoords.h                |  33 +-
 dotnet/NETGeographicLib/Geocentric.h               |   3 +-
 dotnet/NETGeographicLib/Geodesic.h                 |  29 +-
 dotnet/NETGeographicLib/GeodesicExact.h            |  29 +-
 dotnet/NETGeographicLib/GeodesicLine.h             |   8 +-
 dotnet/NETGeographicLib/GeodesicLineExact.h        |   8 +-
 dotnet/NETGeographicLib/Geohash.h                  |   4 +-
 dotnet/NETGeographicLib/Geoid.h                    |  19 +-
 dotnet/NETGeographicLib/Georef.cpp                 |  57 +++
 dotnet/NETGeographicLib/Georef.h                   | 119 ++++++
 dotnet/NETGeographicLib/Gnomonic.h                 |  39 +-
 dotnet/NETGeographicLib/LambertConformalConic.h    |  29 +-
 dotnet/NETGeographicLib/LocalCartesian.h           |  15 +-
 dotnet/NETGeographicLib/NETGeographicLib.cpp       |   8 +
 dotnet/NETGeographicLib/NETGeographicLib.h         |  27 ++
 dotnet/NETGeographicLib/OSGB.h                     |   3 +-
 dotnet/NETGeographicLib/PolarStereographic.h       |   3 +-
 dotnet/NETGeographicLib/PolygonArea.h              |  42 +--
 dotnet/NETGeographicLib/Rhumb.h                    |  22 +-
 dotnet/NETGeographicLib/TransverseMercator.h       |   8 +-
 dotnet/NETGeographicLib/TransverseMercatorExact.h  |   8 +-
 dotnet/NETGeographicLib/UTMUPS.h                   |   2 -
 dotnet/Projections/Form1.Designer.cs               |   1 -
 dotnet/Projections/MagneticPanel.cs                |   3 +
 dotnet/Projections/MiscPanel.Designer.cs           |  29 +-
 dotnet/Projections/MiscPanel.cs                    |  33 +-
 dotnet/Projections/Projections-vs13.csproj         |   1 -
 dotnet/examples/CS/example-GARS.cs                 |  36 ++
 dotnet/examples/CS/example-Georef.cs               |  38 ++
 dotnet/examples/ManagedCPP/example-GARS.cpp        |  32 ++
 dotnet/examples/ManagedCPP/example-Georef.cpp      |  34 ++
 dotnet/examples/VB/example-GARS.vb                 |  23 ++
 dotnet/examples/VB/example-Georef.vb               |  25 ++
 examples/CMakeLists.txt                            |   5 +-
 examples/GeoidToGTX.cpp                            |   8 +-
 examples/JacobiConformal.hpp                       |  14 +-
 examples/Makefile.am                               |   2 +
 examples/Makefile.in                               |   2 +
 examples/example-GARS.cpp                          |  40 ++
 examples/example-Georef.cpp                        |  42 +++
 include/GeographicLib/Accumulator.hpp              |  14 +-
 include/GeographicLib/AlbersEqualArea.hpp          |  19 +-
 include/GeographicLib/AzimuthalEquidistant.hpp     |  30 +-
 include/GeographicLib/CassiniSoldner.hpp           |  16 +-
 include/GeographicLib/CircularEngine.hpp           |  18 +-
 include/GeographicLib/Config.h                     |   4 +-
 include/GeographicLib/Constants.hpp                |  10 +-
 include/GeographicLib/DMS.hpp                      |  36 +-
 include/GeographicLib/Ellipsoid.hpp                |   5 +-
 include/GeographicLib/GARS.hpp                     | 143 +++++++
 include/GeographicLib/GeoCoords.hpp                |  35 +-
 include/GeographicLib/Geocentric.hpp               |   5 +-
 include/GeographicLib/Geodesic.hpp                 |  29 +-
 include/GeographicLib/GeodesicExact.hpp            |  21 +-
 include/GeographicLib/GeodesicLine.hpp             |  22 +-
 include/GeographicLib/GeodesicLineExact.hpp        |  24 +-
 include/GeographicLib/Geohash.hpp                  |  51 +--
 include/GeographicLib/Geoid.hpp                    |  35 +-
 include/GeographicLib/Georef.hpp                   | 160 ++++++++
 include/GeographicLib/Gnomonic.hpp                 |  26 +-
 include/GeographicLib/GravityCircle.hpp            |  14 +-
 include/GeographicLib/LambertConformalConic.hpp    |  21 +-
 include/GeographicLib/LocalCartesian.hpp           |  14 +-
 include/GeographicLib/MGRS.hpp                     |  41 +-
 include/GeographicLib/MagneticCircle.hpp           |   2 +-
 include/GeographicLib/Math.hpp                     | 238 +++++++++---
 include/GeographicLib/OSGB.hpp                     |   3 +-
 include/GeographicLib/PolarStereographic.hpp       |   3 +-
 include/GeographicLib/PolygonArea.hpp              |  30 +-
 include/GeographicLib/Rhumb.hpp                    |  19 +-
 include/GeographicLib/SphericalHarmonic.hpp        |  19 +-
 include/GeographicLib/TransverseMercator.hpp       |  19 +-
 include/GeographicLib/TransverseMercatorExact.hpp  |  14 +-
 include/GeographicLib/UTMUPS.hpp                   |   5 +-
 include/GeographicLib/Utility.hpp                  |  24 +-
 include/Makefile.am                                |   2 +
 include/Makefile.in                                |   2 +
 include/Makefile.mk                                |   2 +
 java/direct/pom.xml                                |   4 +-
 java/inverse/pom.xml                               |   4 +-
 java/planimeter/pom.xml                            |   4 +-
 java/pom.xml                                       |   2 +-
 .../main/java/net/sf/geographiclib/GeoMath.java    | 103 ++++-
 .../main/java/net/sf/geographiclib/Geodesic.java   | 184 +++++----
 .../java/net/sf/geographiclib/GeodesicLine.java    |  49 +--
 .../java/net/sf/geographiclib/PolygonArea.java     |  15 +-
 .../java/net/sf/geographiclib/package-info.java    |  48 ++-
 legacy/C/geodesic.c                                | 302 ++++++++-------
 legacy/C/geodesic.h                                |  77 ++--
 legacy/Fortran/geoddirect.for                      |   8 +-
 legacy/Fortran/geodesic.for                        | 417 +++++++++++++--------
 legacy/Fortran/geodesic.inc                        |   4 +
 legacy/Fortran/geodinverse.for                     |   8 +-
 man/CartConvert.1                                  |  30 +-
 man/CartConvert.1.html                             |  22 +-
 man/CartConvert.pod                                |  31 +-
 man/CartConvert.usage                              |  42 ++-
 man/ConicProj.1                                    |  23 +-
 man/ConicProj.1.html                               |  10 +-
 man/ConicProj.pod                                  |  22 +-
 man/ConicProj.usage                                |  28 +-
 man/GeoConvert.1                                   | 180 +++++----
 man/GeoConvert.1.html                              |  88 +++--
 man/GeoConvert.pod                                 | 165 ++++----
 man/GeoConvert.usage                               | 163 ++++----
 man/GeodSolve.1                                    |  60 +--
 man/GeodSolve.1.html                               |  25 +-
 man/GeodSolve.pod                                  |  59 +--
 man/GeodSolve.usage                                |  66 ++--
 man/GeodesicProj.1                                 |  40 +-
 man/GeodesicProj.1.html                            |  16 +-
 man/GeodesicProj.pod                               |  39 +-
 man/GeodesicProj.usage                             |  50 ++-
 man/GeoidEval.1                                    |  22 +-
 man/GeoidEval.1.html                               |   8 +-
 man/GeoidEval.pod                                  |  18 +-
 man/GeoidEval.usage                                |  22 +-
 man/Gravity.1                                      |  24 +-
 man/Gravity.1.html                                 |  10 +-
 man/Gravity.pod                                    |  23 +-
 man/Gravity.usage                                  |  32 +-
 man/MagneticField.1                                |  27 +-
 man/MagneticField.1.html                           |  10 +-
 man/MagneticField.pod                              |  26 +-
 man/MagneticField.usage                            |  39 +-
 man/Planimeter.1                                   |   8 +-
 man/Planimeter.1.html                              |   8 +-
 man/Planimeter.pod                                 |   7 +-
 man/Planimeter.usage                               |  21 +-
 man/RhumbSolve.1                                   |  36 +-
 man/RhumbSolve.1.html                              |  14 +-
 man/RhumbSolve.pod                                 |  37 +-
 man/RhumbSolve.usage                               |  47 +--
 man/TransverseMercatorProj.1                       |  21 +-
 man/TransverseMercatorProj.1.html                  |  10 +-
 man/TransverseMercatorProj.pod                     |  20 +-
 man/TransverseMercatorProj.usage                   |  26 +-
 matlab/Makefile.am                                 |   4 +-
 matlab/Makefile.in                                 |   4 +-
 matlab/geographiclib/Contents.m                    |  11 +-
 matlab/geographiclib/cassini_fwd.m                 |  21 +-
 matlab/geographiclib/eqdazim_fwd.m                 |   8 +-
 matlab/geographiclib/eqdazim_inv.m                 |   4 +-
 matlab/geographiclib/gedistance.m                  |  23 +-
 matlab/geographiclib/gedoc.m                       |   2 -
 matlab/geographiclib/geocent_fwd.m                 |  15 +-
 matlab/geographiclib/geocent_inv.m                 |   7 +-
 matlab/geographiclib/geoddistance.m                | 286 ++++++++------
 matlab/geographiclib/geoddoc.m                     |   2 -
 matlab/geographiclib/geodreckon.m                  |  45 +--
 matlab/geographiclib/geoid_height.m                |   7 +-
 matlab/geographiclib/gereckon.m                    |  34 +-
 matlab/geographiclib/gnomonic_fwd.m                |  12 +-
 matlab/geographiclib/gnomonic_inv.m                |  12 +-
 matlab/geographiclib/mgrs_fwd.m                    |  48 ++-
 matlab/geographiclib/mgrs_inv.m                    |  77 ++--
 matlab/geographiclib/polarst_fwd.m                 |  21 +-
 matlab/geographiclib/polarst_inv.m                 |  14 +-
 matlab/geographiclib/private/A2m1f.m               |   4 +-
 matlab/geographiclib/private/AngDiff.m             |   9 +-
 matlab/geographiclib/private/AngNormalize.m        |   5 +-
 matlab/geographiclib/private/AngNormalize2.m       |   8 -
 matlab/geographiclib/private/C1pf.m                |   4 +-
 matlab/geographiclib/private/C2f.m                 |   4 +-
 matlab/geographiclib/private/LatFix.m              |   9 +
 matlab/geographiclib/private/atan2dx.m             |  25 ++
 matlab/geographiclib/private/sincosdx.m            |  27 ++
 matlab/geographiclib/projdoc.m                     |   2 -
 matlab/geographiclib/tranmerc_fwd.m                |  33 +-
 matlab/geographiclib/tranmerc_inv.m                |  31 +-
 matlab/geographiclib/utmups_fwd.m                  |  10 +-
 maxima/geod.mac                                    |  26 +-
 maxima/geodesic.mac                                | 172 +++++----
 pom.xml                                            |   2 +-
 python/README.txt                                  |   2 +-
 python/geographiclib/__init__.py                   |   3 +
 python/geographiclib/geodesic.py                   | 167 +++++----
 python/geographiclib/geodesicline.py               |  67 ++--
 python/geographiclib/geomath.py                    |  65 +++-
 python/setup.py                                    |   2 +-
 src/AlbersEqualArea.cpp                            |  27 +-
 src/AzimuthalEquidistant.cpp                       |   9 +-
 src/CassiniSoldner.cpp                             |  27 +-
 src/DMS.cpp                                        |  78 ++--
 src/Ellipsoid.cpp                                  |  37 +-
 src/EllipticFunction.cpp                           |   8 +-
 src/GARS.cpp                                       | 122 ++++++
 src/GeoCoords.cpp                                  |  20 +-
 src/Geocentric.cpp                                 |  15 +-
 src/Geodesic.cpp                                   | 184 +++++----
 src/GeodesicExact.cpp                              |  99 ++---
 src/GeodesicLine.cpp                               |  31 +-
 src/GeodesicLineExact.cpp                          |  30 +-
 src/GeographicLib.pro                              |   6 +-
 src/Geohash.cpp                                    |  44 ++-
 src/Geoid.cpp                                      |  21 +-
 src/Georef.cpp                                     | 135 +++++++
 src/Gnomonic.cpp                                   |   9 +-
 src/GravityCircle.cpp                              |  12 +-
 src/GravityModel.cpp                               |   4 +-
 src/LambertConformalConic.cpp                      |  25 +-
 src/LocalCartesian.cpp                             |  14 +-
 src/MGRS.cpp                                       |  89 ++---
 src/MagneticCircle.cpp                             |   2 +-
 src/Makefile.am                                    |   4 +
 src/Makefile.in                                    |  10 +-
 src/Makefile.mk                                    |   4 +
 src/NormalGravity.cpp                              |  29 +-
 src/PolarStereographic.cpp                         |  21 +-
 src/PolygonArea.cpp                                |   7 +-
 src/Rhumb.cpp                                      |   8 +-
 src/TransverseMercator.cpp                         |  52 ++-
 src/TransverseMercatorExact.cpp                    |  10 +-
 src/UTMUPS.cpp                                     |  18 +-
 tools/CartConvert.cpp                              |  46 ++-
 tools/ConicProj.cpp                                |  26 +-
 tools/GeoConvert.cpp                               |  48 +--
 tools/GeodSolve.cpp                                |  73 ++--
 tools/GeodesicProj.cpp                             |  26 +-
 tools/GeoidEval.cpp                                |  16 +-
 tools/Gravity.cpp                                  |  20 +-
 tools/MagneticField.cpp                            |  18 +-
 tools/Planimeter.cpp                               |  13 +-
 tools/RhumbSolve.cpp                               |  53 +--
 tools/TransverseMercatorProj.cpp                   |  27 +-
 tools/tests.cmake                                  |  72 +++-
 windows/Geographic-vc10.vcxproj                    |   5 +-
 windows/Geographic-vc10x.vcxproj                   |   5 +-
 windows/Geographic-vc13n.vcxproj                   |   4 +
 windows/Geographic-vc9.vcproj                      |  16 +
 windows/NETGeographic-vc10.vcxproj                 |   4 +
 windows/NETGeographic-vc13.vcxproj                 |   8 +-
 265 files changed, 6073 insertions(+), 3390 deletions(-)
 create mode 100644 dotnet/NETGeographicLib/GARS.cpp
 create mode 100644 dotnet/NETGeographicLib/GARS.h
 create mode 100644 dotnet/NETGeographicLib/Georef.cpp
 create mode 100644 dotnet/NETGeographicLib/Georef.h
 create mode 100644 dotnet/examples/CS/example-GARS.cs
 create mode 100644 dotnet/examples/CS/example-Georef.cs
 create mode 100644 dotnet/examples/ManagedCPP/example-GARS.cpp
 create mode 100644 dotnet/examples/ManagedCPP/example-Georef.cpp
 create mode 100644 dotnet/examples/VB/example-GARS.vb
 create mode 100644 dotnet/examples/VB/example-Georef.vb
 create mode 100644 examples/example-GARS.cpp
 create mode 100644 examples/example-Georef.cpp
 create mode 100644 include/GeographicLib/GARS.hpp
 create mode 100644 include/GeographicLib/Georef.hpp
 delete mode 100644 matlab/geographiclib/private/AngNormalize2.m
 create mode 100644 matlab/geographiclib/private/LatFix.m
 create mode 100644 matlab/geographiclib/private/atan2dx.m
 create mode 100644 matlab/geographiclib/private/sincosdx.m
 create mode 100644 src/GARS.cpp
 create mode 100644 src/Georef.cpp

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