Binary compatibility report for the GeographicLib library between 1.7 and 1.8 versions on x86
Test Info
Library Name | GeographicLib |
Version #1 | 1.7 |
Version #2 | 1.8 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 20 |
Total Shared Libraries | 1 |
Total Symbols / Types | 99 / 111 |
Verdict | Incompatible (3%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 3 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 1 |
Problems with Constants | Low | 12 |
Added Symbols (2)
Geoid.hpp,
libGeographic.so.5.2.0
namespace GeographicLib
Geoid::DefaultGeoidName ( ) [static]
[symbol: _ZN13GeographicLib5Geoid16DefaultGeoidNameEv]
Geoid::DefaultGeoidPath ( ) [static]
[symbol: _ZN13GeographicLib5Geoid16DefaultGeoidPathEv]
to the top
Removed Symbols (3)
Geocentric.hpp,
libGeographic.so.5.1.0
namespace GeographicLib
Geocentric::Reverse ( Geocentric::real x, Geocentric::real y, Geocentric::real z, Geocentric::real& lat, Geocentric::real& lon, Geocentric::real& h ) const
[symbol: _ZNK13GeographicLib10Geocentric7ReverseEdddRdS1_S1_]
LocalCartesian.hpp,
libGeographic.so.5.1.0
namespace GeographicLib
LocalCartesian::Forward ( LocalCartesian::real lat, LocalCartesian::real lon, LocalCartesian::real h, LocalCartesian::real& x, LocalCartesian::real& y, LocalCartesian::real& z ) const
[symbol: _ZNK13GeographicLib14LocalCartesian7ForwardEdddRdS1_S1_]
LocalCartesian::Reverse ( LocalCartesian::real x, LocalCartesian::real y, LocalCartesian::real z, LocalCartesian::real& lat, LocalCartesian::real& lon, LocalCartesian::real& h ) const
[symbol: _ZNK13GeographicLib14LocalCartesian7ReverseEdddRdS1_S1_]
to the top
Problems with Symbols, Low Severity (1)
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: Constants.hpp 6918 2010-12-21 12:56:07Z karney $ to $Id: Constants.hpp 6967 2011-02-19 15:53:41Z karney $. | Applications will use an old value of this data instead of the new one. This may cause incorrect behavior of applications. |
to the top
Problems with Constants, Low Severity (12)
Constants.hpp
[+] GEOGRAPHICLIB_CONSTANTS_HPP
| Change | Effect |
---|
1 | The value of constant GEOGRAPHICLIB_CONSTANTS_HPP has been changed from "$Id: Constants.hpp 6918 2010-12-21 12:56:07Z karney $" to "$Id: Constants.hpp 6967 2011-02-19 15:53:41Z karney $". | 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: DMS.hpp 6911 2010-12-09 23:13:55Z karney $" to "$Id: DMS.hpp 6954 2011-02-16 14:36:56Z karney $". | 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: Geocentric.hpp 6876 2010-10-18 13:47:55Z karney $" to "$Id: Geocentric.hpp 6967 2011-02-19 15:53:41Z karney $". | 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: Geodesic.hpp 6876 2010-10-18 13:47:55Z karney $" to "$Id: Geodesic.hpp 6950 2011-02-11 04:09:24Z karney $". | 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: GeodesicLine.hpp 6875 2010-10-02 19:31:54Z karney $" to "$Id: GeodesicLine.hpp 6950 2011-02-11 04:09:24Z karney $". | 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: Geoid.hpp 6910 2010-12-08 22:01:30Z karney $" to "$Id: Geoid.hpp 6937 2011-02-01 20:17:13Z karney $". | 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: Gnomonic.hpp 6911 2010-12-09 23:13:55Z karney $" to "$Id: Gnomonic.hpp 6968 2011-02-19 15:58:56Z karney $". | 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: LambertConformalConic.hpp 6916 2010-12-20 23:03:47Z karney $" to "$Id: LambertConformalConic.hpp 6937 2011-02-01 20:17:13Z karney $". | 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: LocalCartesian.hpp 6867 2010-09-11 13:04:26Z karney $" to "$Id: LocalCartesian.hpp 6952 2011-02-14 20:26:44Z karney $". | 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: TransverseMercator.hpp 6905 2010-12-01 21:28:56Z karney $" to "$Id: TransverseMercator.hpp 6950 2011-02-11 04:09:24Z karney $". | 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: TransverseMercatorExact.hpp 6905 2010-12-01 21:28:56Z karney $" to "$Id: TransverseMercatorExact.hpp 6950 2011-02-11 04:09:24Z karney $". | 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: UTMUPS.hpp 6905 2010-12-01 21:28:56Z karney $" to "$Id: UTMUPS.hpp 6937 2011-02-01 20:17:13Z karney $". | 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 (20)
AlbersEqualArea.hpp
AzimuthalEquidistant.hpp
CassiniSoldner.hpp
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.1.0
to the top