Binary compatibility report for the GeographicLib library between 1.10 and 1.11 versions on x86
Test Info
Library Name | GeographicLib |
Version #1 | 1.10 |
Version #2 | 1.11 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 21 |
Total Shared Libraries | 1 |
Total Symbols / Types | 98 / 111 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 23 |
Problems with Constants | Low | 19 |
Added Symbols (1)
DMS.hpp,
libGeographic.so.5.2.3
namespace GeographicLib
DMS::DecodeFraction ( std::string const& str ) [static]
[symbol: _ZN13GeographicLib3DMS14DecodeFractionERKSs]
to the top
Problems with Symbols, Low Severity (23)
AlbersEqualArea.hpp,
libGeographic.so.5.2.2
namespace GeographicLib
[+] AlbersEqualArea::AlbersEqualArea [not-in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real r, AlbersEqualArea::real stdlat, AlbersEqualArea::real k0 ) (1)
changed to:AlbersEqualArea::AlbersEqualArea [not-in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real f, AlbersEqualArea::real stdlat, AlbersEqualArea::real k0 )
[symbol: _ZN13GeographicLib15AlbersEqualAreaC2Edddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] AlbersEqualArea::AlbersEqualArea [in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real r, AlbersEqualArea::real stdlat, AlbersEqualArea::real k0 ) (1)
changed to:AlbersEqualArea::AlbersEqualArea [in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real f, AlbersEqualArea::real stdlat, AlbersEqualArea::real k0 )
[symbol: _ZN13GeographicLib15AlbersEqualAreaC1Edddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] AlbersEqualArea::AlbersEqualArea [not-in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real r, AlbersEqualArea::real stdlat1, AlbersEqualArea::real stdlat2, AlbersEqualArea::real k1 ) (1)
changed to:AlbersEqualArea::AlbersEqualArea [not-in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real f, AlbersEqualArea::real stdlat1, AlbersEqualArea::real stdlat2, AlbersEqualArea::real k1 )
[symbol: _ZN13GeographicLib15AlbersEqualAreaC2Eddddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] AlbersEqualArea::AlbersEqualArea [in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real r, AlbersEqualArea::real stdlat1, AlbersEqualArea::real stdlat2, AlbersEqualArea::real k1 ) (1)
changed to:AlbersEqualArea::AlbersEqualArea [in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real f, AlbersEqualArea::real stdlat1, AlbersEqualArea::real stdlat2, AlbersEqualArea::real k1 )
[symbol: _ZN13GeographicLib15AlbersEqualAreaC1Eddddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] AlbersEqualArea::AlbersEqualArea [in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real r, AlbersEqualArea::real sinlat1, AlbersEqualArea::real coslat1, AlbersEqualArea::real sinlat2, AlbersEqualArea::real coslat2, AlbersEqualArea::real k1 ) (1)
changed to:AlbersEqualArea::AlbersEqualArea [in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real f, AlbersEqualArea::real sinlat1, AlbersEqualArea::real coslat1, AlbersEqualArea::real sinlat2, AlbersEqualArea::real coslat2, AlbersEqualArea::real k1 )
[symbol: _ZN13GeographicLib15AlbersEqualAreaC1Eddddddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] AlbersEqualArea::AlbersEqualArea [not-in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real r, AlbersEqualArea::real sinlat1, AlbersEqualArea::real coslat1, AlbersEqualArea::real sinlat2, AlbersEqualArea::real coslat2, AlbersEqualArea::real k1 ) (1)
changed to:AlbersEqualArea::AlbersEqualArea [not-in-charge] ( AlbersEqualArea::real a, AlbersEqualArea::real f, AlbersEqualArea::real sinlat1, AlbersEqualArea::real coslat1, AlbersEqualArea::real sinlat2, AlbersEqualArea::real coslat2, AlbersEqualArea::real k1 )
[symbol: _ZN13GeographicLib15AlbersEqualAreaC2Eddddddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
Constants.hpp
[+] VAR_GEOGRAPHICLIB_CONSTANTS_HPP [data] (1)
[symbol: _ZN12_GLOBAL__N_131VAR_GEOGRAPHICLIB_CONSTANTS_HPPE]
| Change | Effect |
---|
1 | The initial value of this global data has been changed from $Id: 484b008f7c73d568472abe2cc8fcbdfbc81a63af $ to $Id: 4aca66343d10b60147ea54b9ede6cc7f05e0916d $. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of applications. |
Geocentric.hpp,
libGeographic.so.5.2.2
namespace GeographicLib
[+] Geocentric::Geocentric [not-in-charge] ( Geocentric::real a, Geocentric::real r ) (1)
changed to:Geocentric::Geocentric [not-in-charge] ( Geocentric::real a, Geocentric::real f )
[symbol: _ZN13GeographicLib10GeocentricC2Edd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Geocentric::Geocentric [in-charge] ( Geocentric::real a, Geocentric::real r ) (1)
changed to:Geocentric::Geocentric [in-charge] ( Geocentric::real a, Geocentric::real f )
[symbol: _ZN13GeographicLib10GeocentricC1Edd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
Geodesic.hpp,
libGeographic.so.5.2.2
namespace GeographicLib
[+] Geodesic::Geodesic [in-charge] ( Geodesic::real a, Geodesic::real r ) (1)
changed to:Geodesic::Geodesic [in-charge] ( Geodesic::real a, Geodesic::real f )
[symbol: _ZN13GeographicLib8GeodesicC1Edd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] Geodesic::Geodesic [not-in-charge] ( Geodesic::real a, Geodesic::real r ) (1)
changed to:Geodesic::Geodesic [not-in-charge] ( Geodesic::real a, Geodesic::real f )
[symbol: _ZN13GeographicLib8GeodesicC2Edd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
LambertConformalConic.hpp,
libGeographic.so.5.2.2
namespace GeographicLib
[+] LambertConformalConic::LambertConformalConic [in-charge] ( LambertConformalConic::real a, LambertConformalConic::real r, LambertConformalConic::real stdlat, LambertConformalConic::real k0 ) (1)
changed to:LambertConformalConic::LambertConformalConic [in-charge] ( LambertConformalConic::real a, LambertConformalConic::real f, LambertConformalConic::real stdlat, LambertConformalConic::real k0 )
[symbol: _ZN13GeographicLib21LambertConformalConicC1Edddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] LambertConformalConic::LambertConformalConic [not-in-charge] ( LambertConformalConic::real a, LambertConformalConic::real r, LambertConformalConic::real stdlat, LambertConformalConic::real k0 ) (1)
changed to:LambertConformalConic::LambertConformalConic [not-in-charge] ( LambertConformalConic::real a, LambertConformalConic::real f, LambertConformalConic::real stdlat, LambertConformalConic::real k0 )
[symbol: _ZN13GeographicLib21LambertConformalConicC2Edddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] LambertConformalConic::LambertConformalConic [not-in-charge] ( LambertConformalConic::real a, LambertConformalConic::real r, LambertConformalConic::real stdlat1, LambertConformalConic::real stdlat2, LambertConformalConic::real k1 ) (1)
changed to:LambertConformalConic::LambertConformalConic [not-in-charge] ( LambertConformalConic::real a, LambertConformalConic::real f, LambertConformalConic::real stdlat1, LambertConformalConic::real stdlat2, LambertConformalConic::real k1 )
[symbol: _ZN13GeographicLib21LambertConformalConicC2Eddddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] LambertConformalConic::LambertConformalConic [in-charge] ( LambertConformalConic::real a, LambertConformalConic::real r, LambertConformalConic::real stdlat1, LambertConformalConic::real stdlat2, LambertConformalConic::real k1 ) (1)
changed to:LambertConformalConic::LambertConformalConic [in-charge] ( LambertConformalConic::real a, LambertConformalConic::real f, LambertConformalConic::real stdlat1, LambertConformalConic::real stdlat2, LambertConformalConic::real k1 )
[symbol: _ZN13GeographicLib21LambertConformalConicC1Eddddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] LambertConformalConic::LambertConformalConic [not-in-charge] ( LambertConformalConic::real a, LambertConformalConic::real r, LambertConformalConic::real sinlat1, LambertConformalConic::real coslat1, LambertConformalConic::real sinlat2, LambertConformalConic::real coslat2, LambertConformalConic::real k1 ) (1)
changed to:LambertConformalConic::LambertConformalConic [not-in-charge] ( LambertConformalConic::real a, LambertConformalConic::real f, LambertConformalConic::real sinlat1, LambertConformalConic::real coslat1, LambertConformalConic::real sinlat2, LambertConformalConic::real coslat2, LambertConformalConic::real k1 )
[symbol: _ZN13GeographicLib21LambertConformalConicC2Eddddddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] LambertConformalConic::LambertConformalConic [in-charge] ( LambertConformalConic::real a, LambertConformalConic::real r, LambertConformalConic::real sinlat1, LambertConformalConic::real coslat1, LambertConformalConic::real sinlat2, LambertConformalConic::real coslat2, LambertConformalConic::real k1 ) (1)
changed to:LambertConformalConic::LambertConformalConic [in-charge] ( LambertConformalConic::real a, LambertConformalConic::real f, LambertConformalConic::real sinlat1, LambertConformalConic::real coslat1, LambertConformalConic::real sinlat2, LambertConformalConic::real coslat2, LambertConformalConic::real k1 )
[symbol: _ZN13GeographicLib21LambertConformalConicC1Eddddddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
PolarStereographic.hpp,
libGeographic.so.5.2.2
namespace GeographicLib
[+] PolarStereographic::PolarStereographic [in-charge] ( PolarStereographic::real a, PolarStereographic::real r, PolarStereographic::real k0 ) (1)
changed to:PolarStereographic::PolarStereographic [in-charge] ( PolarStereographic::real a, PolarStereographic::real f, PolarStereographic::real k0 )
[symbol: _ZN13GeographicLib18PolarStereographicC1Eddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] PolarStereographic::PolarStereographic [not-in-charge] ( PolarStereographic::real a, PolarStereographic::real r, PolarStereographic::real k0 ) (1)
changed to:PolarStereographic::PolarStereographic [not-in-charge] ( PolarStereographic::real a, PolarStereographic::real f, PolarStereographic::real k0 )
[symbol: _ZN13GeographicLib18PolarStereographicC2Eddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
TransverseMercator.hpp,
libGeographic.so.5.2.2
namespace GeographicLib
[+] TransverseMercator::TransverseMercator [in-charge] ( TransverseMercator::real a, TransverseMercator::real r, TransverseMercator::real k0 ) (1)
changed to:TransverseMercator::TransverseMercator [in-charge] ( TransverseMercator::real a, TransverseMercator::real f, TransverseMercator::real k0 )
[symbol: _ZN13GeographicLib18TransverseMercatorC1Eddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] TransverseMercator::TransverseMercator [not-in-charge] ( TransverseMercator::real a, TransverseMercator::real r, TransverseMercator::real k0 ) (1)
changed to:TransverseMercator::TransverseMercator [not-in-charge] ( TransverseMercator::real a, TransverseMercator::real f, TransverseMercator::real k0 )
[symbol: _ZN13GeographicLib18TransverseMercatorC2Eddd]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
TransverseMercatorExact.hpp,
libGeographic.so.5.2.2
namespace GeographicLib
[+] TransverseMercatorExact::TransverseMercatorExact [in-charge] ( TransverseMercatorExact::real a, TransverseMercatorExact::real r, TransverseMercatorExact::real k0, bool extendp ) (1)
changed to:TransverseMercatorExact::TransverseMercatorExact [in-charge] ( TransverseMercatorExact::real a, TransverseMercatorExact::real f, TransverseMercatorExact::real k0, bool extendp )
[symbol: _ZN13GeographicLib23TransverseMercatorExactC1Edddb]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] TransverseMercatorExact::TransverseMercatorExact [not-in-charge] ( TransverseMercatorExact::real a, TransverseMercatorExact::real r, TransverseMercatorExact::real k0, bool extendp ) (1)
changed to:TransverseMercatorExact::TransverseMercatorExact [not-in-charge] ( TransverseMercatorExact::real a, TransverseMercatorExact::real f, TransverseMercatorExact::real k0, bool extendp )
[symbol: _ZN13GeographicLib23TransverseMercatorExactC2Edddb]
| Change | Effect |
---|
1 | 2nd parameter r has been renamed to f. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Problems with Constants, Low Severity (19)
AlbersEqualArea.hpp
[+] GEOGRAPHICLIB_ALBERSEQUALAREA_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_ALBERSEQUALAREA_HPP has been changed from "$Id: 76631a35cadd11d3dcbfd2b2951bd1528b8ae63b $" to "$Id: 62d2975148c072f824730134ca6b1cbc659250f0 $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
AzimuthalEquidistant.hpp
[+] GEOGRAPHICLIB_AZIMUTHALEQUIDISTANT_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_AZIMUTHALEQUIDISTANT_HPP has been changed from "$Id: 526db2f041dd6d71d05acd60c7429ad2835ab79e $" to "$Id: 5b471fba64d7706c552fa21bcc6b70e8283837a0 $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
CassiniSoldner.hpp
[+] GEOGRAPHICLIB_CASSINISOLDNER_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_CASSINISOLDNER_HPP has been changed from "$Id: 7d36c41fb37aafe5f0f46775568485be6f2d6502 $" to "$Id: 4ef919febf6e2388065e651dd606b0bf3b7443ce $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
Constants.hpp
[+] GEOGRAPHICLIB_CONSTANTS_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_CONSTANTS_HPP has been changed from "$Id: 484b008f7c73d568472abe2cc8fcbdfbc81a63af $" to "$Id: 4aca66343d10b60147ea54b9ede6cc7f05e0916d $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
DMS.hpp
[+] GEOGRAPHICLIB_DMS_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_DMS_HPP has been changed from "$Id: 782c1f225888b3c0b4ff19d0b677e549bd36fa1c $" to "$Id: 5b4f8ca628248d9f4ad044627eabe6f5918c0c2d $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
Geocentric.hpp
[+] GEOGRAPHICLIB_GEOCENTRIC_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_GEOCENTRIC_HPP has been changed from "$Id: 42003fa7ad2a422cf52cc3eff6fa6360bb25d774 $" to "$Id: 9a894a0d79bd444c60cfb3b4ecf4981c1d3dd757 $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
GeoCoords.hpp
[+] GEOGRAPHICLIB_GEOCOORDS_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_GEOCOORDS_HPP has been changed from "$Id: 43489a5a6c17b341fd293b326d0340e719df01e9 $" to "$Id: 99a8aac8540818e46115bc98694955d146e53fef $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
Geodesic.hpp
[+] GEOGRAPHICLIB_GEODESIC_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_GEODESIC_HPP has been changed from "$Id: 052cedecb4ece3fa1d25103ae750a4e05fee2126 $" to "$Id: d93e74a8d3eadc56d947c54b86978191f91bf758 $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
GeodesicLine.hpp
[+] GEOGRAPHICLIB_GEODESICLINE_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_GEODESICLINE_HPP has been changed from "$Id: 5d443e356d7037207c0298f930948d0712c2fe3d $" to "$Id: 7621f104dea2ed253fbcf6173ffc8f2c23c3d67b $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
Geoid.hpp
[+] GEOGRAPHICLIB_GEOID_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_GEOID_HPP has been changed from "$Id: a7310c17a3b20283af1640db0dc1de40974d910c $" to "$Id: 64e08f1d43515d6da898e5255319d701dde7500c $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
Gnomonic.hpp
[+] GEOGRAPHICLIB_GNOMONIC_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_GNOMONIC_HPP has been changed from "$Id: bf3b7f9f87a997fd135064f9b3233ef267eb8394 $" to "$Id: dfab3affb3ed4ae149ff2fdf04c4e30503126308 $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
LambertConformalConic.hpp
[+] GEOGRAPHICLIB_LAMBERTCONFORMALCONIC_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_LAMBERTCONFORMALCONIC_HPP has been changed from "$Id: 2d1efcd0fe69672e8c21b87133c7c04e8a7b45f6 $" to "$Id: 36261b322b57fd7a06c53868842661888a202041 $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
LocalCartesian.hpp
[+] GEOGRAPHICLIB_LOCALCARTESIAN_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_LOCALCARTESIAN_HPP has been changed from "$Id: d20959dd365321594acba2a7dea5cd4dedfbf66a $" to "$Id: 1f16fc06cd148ecb87836a52fad12dc36a69a52b $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
MGRS.hpp
[+] GEOGRAPHICLIB_MGRS_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_MGRS_HPP has been changed from "$Id: c818eb3e77b330b44be1412ea54172a9458a670c $" to "$Id: e69a6ec0376f85352407c6c889b6de31aab2f2d3 $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
OSGB.hpp
[+] GEOGRAPHICLIB_OSGB_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_OSGB_HPP has been changed from "$Id: 35c0f9c3cf61ce5fae409218463cce0c5558a7e0 $" to "$Id: 42b12900bf7035d62562ca4d97ea930e69db8caf $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
PolarStereographic.hpp
[+] GEOGRAPHICLIB_POLARSTEREOGRAPHIC_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_POLARSTEREOGRAPHIC_HPP has been changed from "$Id: 75b815b23a06168b724d4bc6779bad53029ede58 $" to "$Id: d87b9c7de659fb35a42845b63ae1e5b8239db032 $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
TransverseMercator.hpp
[+] GEOGRAPHICLIB_TRANSVERSEMERCATOR_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_TRANSVERSEMERCATOR_HPP has been changed from "$Id: efc1fd9413c24c01583c80fd99435b84f0be1597 $" to "$Id: ceb368923a049a1e5fddfb836983974ad315b13e $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
TransverseMercatorExact.hpp
[+] GEOGRAPHICLIB_TRANSVERSEMERCATOREXACT_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_TRANSVERSEMERCATOREXACT_HPP has been changed from "$Id: 06681bb71d3ef73c0f46224eed80ca77fbeb6fc8 $" to "$Id: 0dd60506e65ce6eebf1fe0a38dc9d58840535e74 $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
UTMUPS.hpp
[+] GEOGRAPHICLIB_UTMUPS_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_UTMUPS_HPP has been changed from "$Id: 280b3ae1d12d4ed1f8a429abf99be36a0546c309 $" to "$Id: d860994613fb8833812d850ab154d98aa4c883b6 $". | Applications will pass an old value of this constant as the parameter to the new-version library functions, that expect a new one. This may result in crash of incorrect behavior of applications. |
to the top
Header Files (21)
AlbersEqualArea.hpp
AzimuthalEquidistant.hpp
CassiniSoldner.hpp
Config.h
Constants.hpp
DMS.hpp
EllipticFunction.hpp
Geocentric.hpp
GeoCoords.hpp
Geodesic.hpp
GeodesicLine.hpp
Geoid.hpp
Gnomonic.hpp
LambertConformalConic.hpp
LocalCartesian.hpp
MGRS.hpp
OSGB.hpp
PolarStereographic.hpp
TransverseMercator.hpp
TransverseMercatorExact.hpp
UTMUPS.hpp
to the top
Shared Libraries (1)
libGeographic.so.5.2.2
to the top