[geographiclib] branch master updated (0ef78d6 -> 47a8662)
Bas Couwenberg
sebastic at xs4all.nl
Sun Dec 28 19:47:27 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a change to branch master
in repository geographiclib.
from 0ef78d6 Update changelog
new 26ca3f9 Add myself to Uploaders.
new d5d1266 Update Vcs-Browser URL to use cgit instead of gitweb.
new f51e78b Imported Upstream version 1.40
new a3a54bc Merge tag 'upstream/1.40'
new d149cc2 New upstream release.
new eafe631 Update copyright file.
new e7d6548 Use upstream version for symbols.
new 941dddf Install NEWS file as upstream changelog.
new 877558e Use pkgkde-gensymbols & pkgkde-symbolshelper to handle C++ symbols.
new faa5762 Fix unused substitution variable warnings.
new d7a7a8a Also remove .la files, not installed.
new 16aa803 Use $(RM) instead of rm in rules file.
new f0aaff0 Sort links.
new d614db7 Add lintian override for package-contains-empty-directory, the tools look for data under /usr/share/GeographicLib/ but no data is installed by the package.
new db21d78 Also remove MATLAB files, not installed.
new 7dece26 Refresh patches.
new 3b09de5 Add debug package for libgeographic.
new a87ec60 Remove disabled dh_auto_configure override.
new 47a8662 Set distribution to experimental.
The 19 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 | 9 +-
Makefile.am | 19 +-
Makefile.in | 19 +-
NEWS | 39 +-
configure | 22 +-
configure.ac | 4 +-
debian/changelog | 28 +-
debian/control | 28 +-
debian/copyright | 38 +-
debian/docs | 1 -
debian/geographiclib-doc.links | 82 +-
debian/geographiclib-tools.lintian-overrides | 4 +
debian/libgeographic14.symbols | 935 ++++++++++-----------
debian/patches/css.patch | 44 +-
debian/patches/manpage_lintian.patch | 6 +-
debian/patches/privacy.patch | 20 +-
debian/rules | 36 +-
doc/CMakeLists.txt | 13 +-
doc/{GeographicLib.dox => GeographicLib.dox.in} | 705 +++++++++++-----
doc/Makefile.am | 7 +-
doc/Makefile.in | 7 +-
doc/NETGeographicLib.dox | 18 +-
doc/doxyfile.in | 2 +-
doc/geodesic-c.dox | 14 +-
doc/geodesic-for.dox | 14 +-
doc/geodseries30.html | 6 +-
doc/scripts/GeographicLib/Geodesic.js | 5 +-
doc/scripts/GeographicLib/GeodesicLine.js | 2 +-
doc/scripts/GeographicLib/Interface.js | 2 +-
doc/scripts/GeographicLib/PolygonArea.js | 2 +-
doc/scripts/geod-calc.html | 6 +-
doc/scripts/geod-google-instructions.html | 6 +-
doc/tmseries30.html | 6 +-
dotnet/NETGeographicLib/Accumulator.h | 2 +-
dotnet/NETGeographicLib/DMS.h | 39 +-
dotnet/NETGeographicLib/EllipticFunction.h | 8 +-
dotnet/NETGeographicLib/GeoCoords.h | 3 +-
dotnet/NETGeographicLib/Geocentric.h | 2 +-
dotnet/NETGeographicLib/Geodesic.h | 4 +-
dotnet/NETGeographicLib/GeodesicLine.h | 4 +-
dotnet/NETGeographicLib/Geohash.h | 4 +-
dotnet/NETGeographicLib/Gnomonic.h | 4 +-
dotnet/NETGeographicLib/MGRS.h | 7 +-
dotnet/NETGeographicLib/MagneticModel.h | 5 +-
dotnet/NETGeographicLib/NormalGravity.h | 2 +-
dotnet/NETGeographicLib/OSGB.h | 5 +
dotnet/NETGeographicLib/PolygonArea.h | 4 +-
dotnet/NETGeographicLib/TransverseMercator.h | 4 +-
dotnet/NETGeographicLib/TransverseMercatorExact.h | 4 +-
...{Projections.csproj => Projections-vs13.csproj} | 39 +-
dotnet/Projections/Projections.csproj | 39 +-
examples/CMakeLists.txt | 6 +-
examples/JacobiConformal.cpp | 24 +
examples/JacobiConformal.hpp | 135 +++
include/GeographicLib/Accumulator.hpp | 2 +-
include/GeographicLib/AlbersEqualArea.hpp | 2 +-
include/GeographicLib/Config.h | 4 +-
include/GeographicLib/DMS.hpp | 42 +-
include/GeographicLib/EllipticFunction.hpp | 12 +-
include/GeographicLib/GeoCoords.hpp | 20 +-
include/GeographicLib/Geocentric.hpp | 4 +-
include/GeographicLib/Geodesic.hpp | 4 +-
include/GeographicLib/GeodesicLine.hpp | 4 +-
include/GeographicLib/Geohash.hpp | 2 +-
include/GeographicLib/Gnomonic.hpp | 4 +-
include/GeographicLib/LambertConformalConic.hpp | 2 +-
include/GeographicLib/MGRS.hpp | 7 +-
include/GeographicLib/MagneticModel.hpp | 5 +-
include/GeographicLib/Math.hpp | 15 +-
include/GeographicLib/NormalGravity.hpp | 2 +-
include/GeographicLib/OSGB.hpp | 9 +-
include/GeographicLib/PolygonArea.hpp | 4 +-
include/GeographicLib/Rhumb.hpp | 2 +-
include/GeographicLib/TransverseMercator.hpp | 4 +-
include/GeographicLib/TransverseMercatorExact.hpp | 4 +-
include/GeographicLib/Utility.hpp | 6 +-
java/README.txt | 2 +-
java/direct/pom.xml | 145 ++--
java/inverse/pom.xml | 145 ++--
java/planimeter/pom.xml | 145 ++--
java/pom.xml | 151 ++--
.../java/net/sf/geographiclib/Accumulator.java | 2 +-
.../main/java/net/sf/geographiclib/GeoMath.java | 6 +-
.../main/java/net/sf/geographiclib/Geodesic.java | 7 +-
.../java/net/sf/geographiclib/GeodesicLine.java | 4 +-
.../java/net/sf/geographiclib/PolygonArea.java | 4 +-
.../java/net/sf/geographiclib/package-info.java | 18 +-
legacy/C/00README.txt | 2 +-
legacy/C/geodesic.c | 5 +-
legacy/C/geodesic.h | 8 +-
legacy/Fortran/00README.txt | 2 +-
legacy/Fortran/geodesic.for | 10 +-
man/CartConvert.1 | 2 +-
man/CartConvert.usage | 2 +-
man/ConicProj.1 | 2 +-
man/ConicProj.usage | 2 +-
man/GeoConvert.1 | 47 +-
man/GeoConvert.1.html | 20 +-
man/GeoConvert.pod | 45 +-
man/GeoConvert.usage | 40 +-
man/GeodSolve.1 | 16 +-
man/GeodSolve.1.html | 8 +-
man/GeodSolve.pod | 14 +-
man/GeodSolve.usage | 20 +-
man/GeodesicProj.1 | 4 +-
man/GeodesicProj.1.html | 2 +-
man/GeodesicProj.pod | 2 +-
man/GeodesicProj.usage | 4 +-
man/GeoidEval.1 | 7 +-
man/GeoidEval.1.html | 4 +-
man/GeoidEval.pod | 5 +-
man/GeoidEval.usage | 7 +-
man/Gravity.1 | 2 +-
man/Gravity.usage | 2 +-
man/MagneticField.1 | 19 +-
man/MagneticField.1.html | 17 +-
man/MagneticField.pod | 17 +-
man/MagneticField.usage | 19 +-
man/Planimeter.1 | 11 +-
man/Planimeter.1.html | 6 +-
man/Planimeter.pod | 9 +-
man/Planimeter.usage | 15 +-
man/RhumbSolve.1 | 8 +-
man/RhumbSolve.1.html | 4 +
man/RhumbSolve.pod | 6 +
man/RhumbSolve.usage | 8 +-
man/TransverseMercatorProj.1 | 4 +-
man/TransverseMercatorProj.1.html | 2 +-
man/TransverseMercatorProj.pod | 2 +-
man/TransverseMercatorProj.usage | 4 +-
matlab/CMakeLists.txt | 11 +-
matlab/geodarea.m | 2 +-
matlab/geoddistance.m | 2 +-
matlab/geoddoc.m | 2 +-
matlab/geodesicdirect.m | 2 +-
matlab/geodesicinverse.m | 2 +-
matlab/geodesicline.m | 2 +-
matlab/geodproj.m | 2 +-
matlab/geodreckon.m | 2 +-
matlab/geographiclibinterface.m | 9 +-
matlab/gnomonic_fwd.m | 2 +-
matlab/gnomonic_inv.m | 2 +-
matlab/polygonarea.m | 2 +-
maxima/geod.mac | 4 +-
maxima/geodesic.mac | 2 +-
pom.xml | 4 +-
python/geographiclib/geodesic.py | 5 +-
python/geographiclib/geodesicline.py | 2 +-
python/geographiclib/polygonarea.py | 2 +-
python/setup.py | 2 +-
src/EllipticFunction.cpp | 17 +-
src/Geodesic.cpp | 3 +-
src/GeodesicExact.cpp | 3 +-
src/GeographicLib.pro | 2 +-
src/MagneticModel.cpp | 2 +-
src/OSGB.cpp | 38 +-
src/TransverseMercatorExact.cpp | 2 +-
tools/CMakeLists.txt | 5 +
tools/geographiclib-get-geoids.sh | 2 +-
tools/geographiclib-get-gravity.sh | 2 +-
tools/geographiclib-get-magnetic.sh | 8 +-
...aphic-vc10.vcxproj => Geographic-vc13n.vcxproj} | 13 +-
windows/NETGeographic-vc10.sln | 59 ++
windows/NETGeographic-vc13.sln | 76 ++
...hic-vc10.vcxproj => NETGeographic-vc13.vcxproj} | 12 +-
165 files changed, 2445 insertions(+), 1579 deletions(-)
rename doc/{GeographicLib.dox => GeographicLib.dox.in} (92%)
copy dotnet/Projections/{Projections.csproj => Projections-vs13.csproj} (93%)
create mode 100644 examples/JacobiConformal.cpp
create mode 100644 examples/JacobiConformal.hpp
copy windows/{Geographic-vc10.vcxproj => Geographic-vc13n.vcxproj} (94%)
create mode 100644 windows/NETGeographic-vc10.sln
create mode 100644 windows/NETGeographic-vc13.sln
copy windows/{NETGeographic-vc10.vcxproj => NETGeographic-vc13.vcxproj} (95%)
--
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