Binary compatibility report for the LAL library between 6.9.0 and 6.9.1 versions on x86
Test Info
Library Name | LAL |
Version #1 | 6.9.0 |
Version #2 | 6.9.1 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 92 |
Total Shared Libraries | 2 |
Total Symbols / Types | 1750 / 1043 |
Verdict | Incompatible (0.1%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 8 |
Low | 0 |
Problems with Constants | Low | 4 |
Problems with Symbols, Medium Severity (8)
TriggerInterpolation.h,
liblal.so.5.0.0
[+] XLALApplyCubicSplineTriggerInterpolant ( CubicSplineTriggerInterpolant* interp, double* tmax, complex double* ymax, complex double const* y ) (2)
changed to:XLALApplyCubicSplineTriggerInterpolant ( CubicSplineTriggerInterpolant* interp, double* tmax, COMPLEX16* ymax, COMPLEX16 const* y )
| Change | Effect |
---|
1 | Base type of parameter y has been changed from complex double to std::complex<double> of different format. | This parameter may be incorrectly initialized by applications. |
2 | Base type of parameter ymax has been changed from complex double to std::complex<double> of different format. | This parameter may be incorrectly initialized by applications. |
[+] XLALApplyLanczosTriggerInterpolant ( LanczosTriggerInterpolant* interp, double* tmax, complex double* ymax, complex double const* y ) (2)
changed to:XLALApplyLanczosTriggerInterpolant ( LanczosTriggerInterpolant* interp, double* tmax, COMPLEX16* ymax, COMPLEX16 const* y )
| Change | Effect |
---|
1 | Base type of parameter y has been changed from complex double to std::complex<double> of different format. | This parameter may be incorrectly initialized by applications. |
2 | Base type of parameter ymax has been changed from complex double to std::complex<double> of different format. | This parameter may be incorrectly initialized by applications. |
[+] XLALApplyNearestNeighborTriggerInterpolant ( NearestNeighborTriggerInterpolant* interp, double* tmax, complex double* ymax, complex double const* y ) (2)
changed to:XLALApplyNearestNeighborTriggerInterpolant ( NearestNeighborTriggerInterpolant* interp, double* tmax, COMPLEX16* ymax, COMPLEX16 const* y )
| Change | Effect |
---|
1 | Base type of parameter y has been changed from complex double to std::complex<double> of different format. | This parameter may be incorrectly initialized by applications. |
2 | Base type of parameter ymax has been changed from complex double to std::complex<double> of different format. | This parameter may be incorrectly initialized by applications. |
[+] XLALApplyQuadraticFitTriggerInterpolant ( QuadraticFitTriggerInterpolant* interp, double* tmax, complex double* ymax, complex double const* y ) (2)
changed to:XLALApplyQuadraticFitTriggerInterpolant ( QuadraticFitTriggerInterpolant* interp, double* tmax, COMPLEX16* ymax, COMPLEX16 const* y )
| Change | Effect |
---|
1 | Base type of parameter y has been changed from complex double to std::complex<double> of different format. | This parameter may be incorrectly initialized by applications. |
2 | Base type of parameter ymax has been changed from complex double to std::complex<double> of different format. | This parameter may be incorrectly initialized by applications. |
to the top
Problems with Constants (4)
LALVCSInfo.h
[+] LAL_VCS_ID
| Change | Effect |
---|
1 | The value of constant LAL_VCS_ID has been changed from "6373bfb922f5e31768c47af4cb901b7d745f7957" to "629da81d648f25098e4f7ab9d681c0aab833c2e5". | 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. |
[+] LAL_VCS_IDENT_ID
| Change | Effect |
---|
1 | The value of constant LAL_VCS_IDENT_ID has been changed from "$" "LALId: 6373bfb922f5e31768c47af4cb901b7d745f7957 " "$" to "$" "LALId: 629da81d648f25098e4f7ab9d681c0aab833c2e5 " "$". | 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. |
[+] LAL_VCS_IDENT_TAG
| Change | Effect |
---|
1 | The value of constant LAL_VCS_IDENT_TAG has been changed from "$" "LALTag: lal-v6.9.0 " "$" to "$" "LALTag: lal-v6.9.1 " "$". | 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. |
[+] LAL_VCS_TAG
| Change | Effect |
---|
1 | The value of constant LAL_VCS_TAG has been changed from "lal-v6.9.0" to "lal-v6.9.1". | 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 (92)
Audio.h
AVFactories.h
BandPassTimeSeries.h
BitField.h
Calibration.h
CoarseGrainFrequencySeries.h
CoherentEstimation.h
ComplexFFT.h
ComputeDataQualityVector.h
ConfigFile.h
Date.h
DetectorSite.h
DetResponse.h
Dirichlet.h
EllipsoidOverlapTools.h
Factorial.h
FFTWMutex.h
FileIO.h
FindRoot.h
FlatLatticeTiling.h
FrequencySeries.h
Grid.h
GSLSupport.h
IIRFilter.h
Inject.h
Integrate.h
Interpolate.h
LALAdaptiveRungeKutta4.h
LALAtomicDatatypes.h
LALBarycenter.h
LALCache.h
LALCalibration.h
LALComplex.h
LALConfig.h
LALConstants.h
LALCorrelation.h
LALDatatypes.h
LALDetectors.h
LALErrno.h
LALError.h
LALGSL.h
LALInitBarycenter.h
LALLibVCSInfo.h
LALMalloc.h
LALMathematica.h
LALMoment.h
LALNoiseModels.h
LALRunningMedian.h
LALStatusMacros.h
LALStdio.h
LALStdlib.h
LALString.h
LALVCSInfo.h
LALVersion.h
LogPrintf.h
Matrix.h
MatrixUtils.h
ODE.h
PrintFTSeries.h
PrintVector.h
Random.h
ReadFiltersFile.h
ReadFTSeries.h
ReadNoiseSpectrum.h
RealFFT.h
ResampleTimeSeries.h
RngMedBias.h
Segments.h
SegmentsIO.h
SeqFactories.h
Sequence.h
SimulateCoherentGW.h
SkyCoordinates.h
Skymap.h
Sort.h
SphericalHarmonics.h
StreamInput.h
StreamOutput.h
StringInput.h
StringVector.h
TimeDelay.h
TimeFreqFFT.h
TimeSeries.h
TriggerInterpolation.h
Units.h
UserInput.h
VectorIndexRange.h
VectorOps.h
Window.h
XLALError.h
XLALGSL.h
ZPGFilter.h
to the top
Shared Libraries (2)
liblal.so.5.0.0
liblalsupport.so.0.2.0
to the top