[geographiclib] branch master updated (fd9157f -> 8a586fe)
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Fri Feb 19 12:32:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a change to branch master
in repository geographiclib.
from fd9157f Update Vcs-Git URL to use HTTPS.
new b41156b Add changelog entry for Vcs-Git URL change.
new a124bb2 Imported Upstream version 1.46
new c978fed Merge tag 'upstream/1.46'
new c1e01e7 New upstream release.
new ebc9b63 Update copyright years for Charles Karney, BMW Car IT GmbH & Free Software Foundation, Inc.
new d23ede8 Bump Standards-Version to 3.9.7, no changes.
new 38710dd Drop manpage_lintian.patch, applied upstream. Refresh remaining patches.
new 61198f4 Rename library package for SONAME bump, drop SOVERSION from -dbg package name.
new 5233595 Update symbols for amd64.
new 8a586fe Set distribution to experimental.
The 10 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:
AUTHORS | 2 +
CMakeLists.txt | 48 +-
LICENSE.txt | 5 +-
Makefile.am | 8 +-
Makefile.in | 55 +-
NEWS | 99 +-
aclocal.m4 | 67 +-
cmake/CMakeLists.txt | 2 +-
cmake/Makefile.in | 23 +-
cmake/project-config.cmake.in | 2 +-
compile | 2 +-
config.guess | 15 +-
config.sub | 19 +-
configure | 3183 ++++++-----
configure.ac | 12 +-
debian/changelog | 15 +
debian/control | 12 +-
debian/copyright | 8 +-
debian/libgeographic14.install | 2 -
debian/libgeographic17.install | 1 +
...eographic14.symbols => libgeographic17.symbols} | 49 +-
debian/patches/disable-python-build.patch | 6 +-
debian/patches/manpage_lintian.patch | 22 -
debian/patches/series | 1 -
debian/rules | 4 +-
depcomp | 2 +-
doc/CMakeLists.txt | 110 +-
doc/GeographicLib.dox.in | 784 ++-
doc/Makefile.in | 23 +-
doc/NETGeographicLib.dox | 12 +-
doc/geodesic-c.dox | 113 +-
doc/geodesic-for.dox | 105 +-
doc/geodseries30.html | 5 +-
doc/tmseries30.html | 5 +-
dotnet/NETGeographicLib/CMakeLists.txt | 2 +-
dotnet/NETGeographicLib/Geodesic.cpp | 33 +
dotnet/NETGeographicLib/Geodesic.h | 99 +-
dotnet/NETGeographicLib/GeodesicExact.cpp | 33 +
dotnet/NETGeographicLib/GeodesicExact.h | 96 +-
dotnet/NETGeographicLib/GeodesicLine.cpp | 55 +
dotnet/NETGeographicLib/GeodesicLine.h | 101 +-
dotnet/NETGeographicLib/GeodesicLineExact.cpp | 56 +
dotnet/NETGeographicLib/GeodesicLineExact.h | 102 +-
dotnet/NETGeographicLib/Geoid.cpp | 19 -
dotnet/NETGeographicLib/Geoid.h | 31 -
dotnet/NETGeographicLib/Gnomonic.h | 2 +-
dotnet/NETGeographicLib/NETGeographicLib.h | 2 +-
dotnet/NETGeographicLib/PolygonArea.h | 2 +-
dotnet/NETGeographicLib/Rhumb.h | 8 +-
dotnet/Projections/GeodesicPanel.cs | 6 +
dotnet/Projections/GeoidPanel.cs | 4 -
examples/Makefile.in | 23 +-
examples/example-GeodesicLine.cpp | 13 +-
examples/example-GeodesicLineExact.cpp | 13 +-
include/GeographicLib/AlbersEqualArea.hpp | 8 -
include/GeographicLib/AzimuthalEquidistant.hpp | 8 -
include/GeographicLib/CassiniSoldner.hpp | 8 -
include/GeographicLib/CircularEngine.hpp | 34 +-
include/GeographicLib/Config-ac.h.in | 3 +-
include/GeographicLib/Config.h | 4 +-
include/GeographicLib/Constants.hpp | 13 -
include/GeographicLib/DMS.hpp | 25 -
include/GeographicLib/EllipticFunction.hpp | 16 -
include/GeographicLib/GeoCoords.hpp | 8 -
include/GeographicLib/Geocentric.hpp | 9 -
include/GeographicLib/Geodesic.hpp | 125 +-
include/GeographicLib/GeodesicExact.hpp | 120 +-
include/GeographicLib/GeodesicLine.hpp | 148 +-
include/GeographicLib/GeodesicLineExact.hpp | 131 +-
include/GeographicLib/Geoid.hpp | 43 +-
include/GeographicLib/Gnomonic.hpp | 10 +-
include/GeographicLib/GravityCircle.hpp | 22 +-
include/GeographicLib/LambertConformalConic.hpp | 8 -
include/GeographicLib/LocalCartesian.hpp | 8 -
include/GeographicLib/MGRS.hpp | 8 -
include/GeographicLib/Math.hpp | 147 +-
include/GeographicLib/OSGB.hpp | 8 -
include/GeographicLib/PolarStereographic.hpp | 8 -
include/GeographicLib/PolygonArea.hpp | 20 +-
include/GeographicLib/Rhumb.hpp | 12 +-
include/GeographicLib/SphericalEngine.hpp | 5 -
include/GeographicLib/SphericalHarmonic.hpp | 5 -
include/GeographicLib/SphericalHarmonic1.hpp | 5 -
include/GeographicLib/SphericalHarmonic2.hpp | 5 -
include/GeographicLib/TransverseMercator.hpp | 8 -
include/GeographicLib/TransverseMercatorExact.hpp | 8 -
include/GeographicLib/UTMUPS.hpp | 8 -
include/GeographicLib/Utility.hpp | 2 +-
include/Makefile.in | 25 +-
install-sh | 366 +-
java/README.txt | 2 +-
java/direct/pom.xml | 4 +-
java/inverse/pom.xml | 4 +-
java/planimeter/pom.xml | 4 +-
java/pom.xml | 9 +-
.../main/java/net/sf/geographiclib/GeoMath.java | 65 +-
.../main/java/net/sf/geographiclib/Geodesic.java | 465 +-
.../java/net/sf/geographiclib/GeodesicLine.java | 260 +-
.../java/net/sf/geographiclib/GeodesicMask.java | 4 -
.../main/java/net/sf/geographiclib/Gnomonic.java | 11 +-
.../java/net/sf/geographiclib/GnomonicData.java | 8 +-
.../java/net/sf/geographiclib/PolygonArea.java | 6 +-
.../java/net/sf/geographiclib/package-info.java | 145 +-
.../java/net/sf/geographiclib/GeodesicTest.java | 103 +
js/CMakeLists.txt | 28 +-
js/GeographicLib.md | 74 +-
js/HEADER.js | 6 +-
js/Makefile.in | 23 +-
js/README.md | 7 +-
js/doc/1-geodesics.md | 16 +-
js/doc/2-interface.md | 20 +-
js/doc/3-examples.md | 26 +-
js/package.json | 6 +-
js/samples/geod-calc.html | 19 +-
js/samples/geod-google-instructions.html | 11 +-
js/samples/geod-google.html | 8 +-
js/src/DMS.js | 11 +-
js/src/Geodesic.js | 288 +-
js/src/GeodesicLine.js | 110 +-
js/src/Math.js | 37 +-
js/src/PolygonArea.js | 19 +-
js/test/geodesictest.js | 111 +-
legacy/C/00README.txt | 2 +-
legacy/C/CMakeLists.txt | 8 +-
legacy/C/geodesic.c | 249 +-
legacy/C/geodesic.h | 433 +-
legacy/C/geodtest.c | 137 +-
legacy/Fortran/00README.txt | 2 +-
legacy/Fortran/CMakeLists.txt | 4 +-
legacy/Fortran/geodesic.for | 147 +-
legacy/Fortran/geodtest.for | 93 +-
ltmain.sh | 5528 +++++++++++++-------
m4/libtool.m4 | 2550 +++++----
m4/ltoptions.m4 | 127 +-
m4/ltsugar.m4 | 7 +-
m4/ltversion.m4 | 12 +-
m4/lt~obsolete.m4 | 7 +-
man/CMakeLists.txt | 2 +-
man/CartConvert.1 | 45 +-
man/CartConvert.1.html | 26 +-
man/CartConvert.pod | 25 +-
man/CartConvert.usage | 35 +-
man/ConicProj.1 | 55 +-
man/ConicProj.1.html | 30 +-
man/ConicProj.pod | 29 +-
man/ConicProj.usage | 43 +-
man/GeoConvert.1 | 51 +-
man/GeoConvert.1.html | 30 +-
man/GeoConvert.pod | 34 +-
man/GeoConvert.usage | 58 +-
man/GeodSolve.1 | 125 +-
man/GeodSolve.1.html | 80 +-
man/GeodSolve.pod | 112 +-
man/GeodSolve.usage | 131 +-
man/GeodesicProj.1 | 53 +-
man/GeodesicProj.1.html | 30 +-
man/GeodesicProj.pod | 29 +-
man/GeodesicProj.usage | 43 +-
man/GeoidEval.1 | 45 +-
man/GeoidEval.1.html | 26 +-
man/GeoidEval.pod | 23 +-
man/GeoidEval.usage | 36 +-
man/Gravity.1 | 47 +-
man/Gravity.1.html | 26 +-
man/Gravity.pod | 25 +-
man/Gravity.usage | 37 +-
man/MagneticField.1 | 59 +-
man/MagneticField.1.html | 32 +-
man/MagneticField.pod | 31 +-
man/MagneticField.usage | 44 +-
man/Makefile.in | 23 +-
man/Planimeter.1 | 41 +-
man/Planimeter.1.html | 24 +-
man/Planimeter.pod | 23 +-
man/Planimeter.usage | 32 +-
man/RhumbSolve.1 | 63 +-
man/RhumbSolve.1.html | 34 +-
man/RhumbSolve.pod | 47 +-
man/RhumbSolve.usage | 50 +-
man/TransverseMercatorProj.1 | 46 +-
man/TransverseMercatorProj.1.html | 24 +-
man/TransverseMercatorProj.pod | 24 +-
man/TransverseMercatorProj.usage | 32 +-
man/dummy.1.in | 4 +-
man/dummy.usage.in | 2 +-
man/makeusage.sh | 2 +-
man/script.8.in | 6 +-
matlab/CMakeLists.txt | 3 +-
matlab/Makefile.am | 178 +-
matlab/Makefile.in | 201 +-
matlab/Makefile.mk | 3 +-
matlab/geographiclib-legacy/Contents.m | 3 -
matlab/geographiclib-legacy/geocentricforward.cpp | 92 -
matlab/geographiclib-legacy/geocentricreverse.cpp | 86 -
matlab/geographiclib-legacy/geodesicdirect.cpp | 117 -
matlab/geographiclib-legacy/geodesicline.cpp | 124 -
.../geographiclib-legacy/geographiclibinterface.m | 83 -
matlab/geographiclib-legacy/geoidheight.cpp | 108 -
matlab/geographiclib-legacy/geoidheight.m | 6 +-
.../geographiclib-legacy/localcartesianforward.cpp | 107 -
.../geographiclib-legacy/localcartesianreverse.cpp | 101 -
matlab/geographiclib-legacy/mgrsforward.cpp | 82 -
matlab/geographiclib-legacy/mgrsreverse.cpp | 76 -
matlab/geographiclib-legacy/polygonarea.cpp | 88 -
matlab/geographiclib-legacy/utmupsforward.cpp | 94 -
matlab/geographiclib-legacy/utmupsreverse.cpp | 77 -
matlab/geographiclib/Contents.m | 6 +-
matlab/geographiclib/ecc2flat.m | 2 +-
matlab/geographiclib/eqdazim_fwd.m | 2 +-
matlab/geographiclib/eqdazim_inv.m | 2 +-
matlab/geographiclib/gedistance.m | 2 +-
matlab/geographiclib/gedoc.m | 6 +-
matlab/geographiclib/geocent_fwd.m | 2 +-
matlab/geographiclib/geocent_inv.m | 2 +-
matlab/geographiclib/geodarea.m | 4 +-
matlab/geographiclib/geoddistance.m | 73 +-
matlab/geographiclib/geoddoc.m | 4 +-
matlab/geographiclib/geodreckon.m | 10 +-
matlab/geographiclib/geographiclib_test.m | 32 +
matlab/geographiclib/geoid_height.m | 2 +-
matlab/geographiclib/geoid_load.m | 2 +-
matlab/geographiclib/gereckon.m | 2 +-
matlab/geographiclib/gnomonic_fwd.m | 2 +-
matlab/geographiclib/gnomonic_inv.m | 2 +-
matlab/geographiclib/polarst_fwd.m | 2 +-
matlab/geographiclib/polarst_inv.m | 2 +-
matlab/geographiclib/private/AngDiff.m | 9 +-
matlab/geographiclib/private/AngRound.m | 3 +-
matlab/geographiclib/private/cbrtx.m | 12 +-
matlab/geographiclib/private/copysignx.m | 18 +
matlab/geographiclib/projdoc.m | 2 +-
matlab/geographiclib/tranmerc_fwd.m | 6 +-
matlab/geographiclib/tranmerc_inv.m | 6 +-
matlab/geographiclib/utmups_fwd.m | 4 +-
matlab/geographiclib/utmups_inv.m | 4 +-
maxima/geod.mac | 2 +-
maxima/geodesic.mac | 169 +-
maxima/tm.mac | 2 +-
maxima/tmseries.mac | 2 +-
missing | 2 +-
pom.xml | 48 -
python/Makefile.am | 18 +-
python/Makefile.in | 43 +-
python/Makefile.mk | 4 +-
python/README.rst | 7 +
python/README.txt | 12 -
python/doc/code.rst | 30 +
python/doc/conf.py | 270 +
python/doc/examples.rst | 142 +
python/doc/geodesics.rst | 204 +
python/doc/index.rst | 116 +
python/doc/interface.rst | 130 +
python/geographiclib/CMakeLists.txt | 3 +
python/geographiclib/__init__.py | 7 +-
python/geographiclib/accumulator.py | 1 +
python/geographiclib/constants.py | 12 +-
python/geographiclib/geodesic.py | 804 +--
python/geographiclib/geodesiccapability.py | 1 -
python/geographiclib/geodesicline.py | 330 +-
python/geographiclib/geomath.py | 21 +-
python/geographiclib/polygonarea.py | 315 +-
python/{ => geographiclib}/test/__init__.py | 4 +-
python/geographiclib/test/test_geodesic.py | 514 ++
python/setup.py | 57 +-
python/test/test_geodesic.py | 432 --
src/AlbersEqualArea.cpp | 6 +-
src/CMakeLists.txt | 2 +-
src/CircularEngine.cpp | 2 +-
src/Ellipsoid.cpp | 2 +-
src/GeoCoords.cpp | 2 +-
src/Geocentric.cpp | 2 +-
src/Geodesic.cpp | 156 +-
src/GeodesicExact.cpp | 162 +-
src/GeodesicLine.cpp | 97 +-
src/GeodesicLineExact.cpp | 101 +-
src/GeographicLib.pro | 88 -
src/Geoid.cpp | 34 +-
src/GravityCircle.cpp | 32 +-
src/LambertConformalConic.cpp | 6 +-
src/MagneticCircle.cpp | 8 +-
src/Makefile.am | 2 +-
src/Makefile.in | 26 +-
src/Math.cpp | 4 +-
src/PolarStereographic.cpp | 2 +-
src/TransverseMercator.cpp | 2 +-
src/TransverseMercatorExact.cpp | 2 +-
tools/CMakeLists.txt | 3 -
tools/CartConvert.cpp | 5 +-
tools/ConicProj.cpp | 7 +-
tools/GeoConvert.cpp | 25 +-
tools/GeodSolve.cpp | 94 +-
tools/GeodesicProj.cpp | 6 +-
tools/GeoidEval.cpp | 18 +-
tools/Gravity.cpp | 2 +-
tools/MagneticField.cpp | 6 +-
tools/Makefile.in | 24 +-
tools/Planimeter.cpp | 6 +-
tools/RhumbSolve.cpp | 9 +-
tools/TransverseMercatorProj.cpp | 7 +-
tools/tests.cmake | 129 +-
windows/CartConvert-vc8.vcproj | 340 --
windows/ConicProj-vc8.vcproj | 340 --
windows/GeoConvert-vc8.vcproj | 340 --
windows/GeodSolve-vc8.vcproj | 340 --
windows/GeodesicProj-vc8.vcproj | 340 --
windows/Geographic-vc8.vcproj | 583 ---
windows/GeographicLib-vc8.sln | 178 -
windows/GeoidEval-vc8.vcproj | 340 --
windows/Gravity-vc8.vcproj | 340 --
windows/MagneticField-vc8.vcproj | 340 --
windows/Planimeter-vc8.vcproj | 340 --
windows/RhumbSolve-vc8.vcproj | 340 --
windows/TransverseMercatorProj-vc8.vcproj | 340 --
wrapper/C/00README.txt | 48 +
wrapper/C/CMakeLists.txt | 41 +
wrapper/C/cgeoid.cpp | 14 +
wrapper/C/cgeoid.h | 9 +
wrapper/C/geoidtest.c | 13 +
wrapper/matlab/00README.txt | 48 +
.../matlab}/geodesicinverse.cpp | 0
.../matlab}/geodesicinverse.m | 30 +-
wrapper/matlab/geographiclibinterface.m | 63 +
wrapper/python/00README.txt | 69 +
wrapper/python/CMakeLists.txt | 59 +
wrapper/python/PyGeographicLib.cpp | 21 +
325 files changed, 16337 insertions(+), 15316 deletions(-)
delete mode 100644 debian/libgeographic14.install
create mode 100644 debian/libgeographic17.install
rename debian/{libgeographic14.symbols => libgeographic17.symbols} (92%)
delete mode 100644 debian/patches/manpage_lintian.patch
delete mode 100644 matlab/geographiclib-legacy/geocentricforward.cpp
delete mode 100644 matlab/geographiclib-legacy/geocentricreverse.cpp
delete mode 100644 matlab/geographiclib-legacy/geodesicdirect.cpp
delete mode 100644 matlab/geographiclib-legacy/geodesicline.cpp
delete mode 100644 matlab/geographiclib-legacy/geographiclibinterface.m
delete mode 100644 matlab/geographiclib-legacy/geoidheight.cpp
delete mode 100644 matlab/geographiclib-legacy/localcartesianforward.cpp
delete mode 100644 matlab/geographiclib-legacy/localcartesianreverse.cpp
delete mode 100644 matlab/geographiclib-legacy/mgrsforward.cpp
delete mode 100644 matlab/geographiclib-legacy/mgrsreverse.cpp
delete mode 100644 matlab/geographiclib-legacy/polygonarea.cpp
delete mode 100644 matlab/geographiclib-legacy/utmupsforward.cpp
delete mode 100644 matlab/geographiclib-legacy/utmupsreverse.cpp
create mode 100644 matlab/geographiclib/private/copysignx.m
delete mode 100644 pom.xml
create mode 100644 python/README.rst
delete mode 100644 python/README.txt
create mode 100644 python/doc/code.rst
create mode 100644 python/doc/conf.py
create mode 100644 python/doc/examples.rst
create mode 100644 python/doc/geodesics.rst
create mode 100644 python/doc/index.rst
create mode 100644 python/doc/interface.rst
rename python/{ => geographiclib}/test/__init__.py (55%)
create mode 100644 python/geographiclib/test/test_geodesic.py
delete mode 100644 python/test/test_geodesic.py
delete mode 100644 src/GeographicLib.pro
delete mode 100644 windows/CartConvert-vc8.vcproj
delete mode 100644 windows/ConicProj-vc8.vcproj
delete mode 100644 windows/GeoConvert-vc8.vcproj
delete mode 100644 windows/GeodSolve-vc8.vcproj
delete mode 100644 windows/GeodesicProj-vc8.vcproj
delete mode 100644 windows/Geographic-vc8.vcproj
delete mode 100644 windows/GeographicLib-vc8.sln
delete mode 100644 windows/GeoidEval-vc8.vcproj
delete mode 100644 windows/Gravity-vc8.vcproj
delete mode 100644 windows/MagneticField-vc8.vcproj
delete mode 100644 windows/Planimeter-vc8.vcproj
delete mode 100644 windows/RhumbSolve-vc8.vcproj
delete mode 100644 windows/TransverseMercatorProj-vc8.vcproj
create mode 100644 wrapper/C/00README.txt
create mode 100644 wrapper/C/CMakeLists.txt
create mode 100644 wrapper/C/cgeoid.cpp
create mode 100644 wrapper/C/cgeoid.h
create mode 100644 wrapper/C/geoidtest.c
create mode 100644 wrapper/matlab/00README.txt
rename {matlab/geographiclib-legacy => wrapper/matlab}/geodesicinverse.cpp (100%)
copy {matlab/geographiclib-legacy => wrapper/matlab}/geodesicinverse.m (51%)
create mode 100644 wrapper/matlab/geographiclibinterface.m
create mode 100644 wrapper/python/00README.txt
create mode 100644 wrapper/python/CMakeLists.txt
create mode 100644 wrapper/python/PyGeographicLib.cpp
--
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