Binary compatibility report for the Armadillo library  between 3.930.4 and 4.000.0 versions on x86

Test Info


Library NameArmadillo
Version #13.930.4
Version #24.000.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types236 / 80
VerdictCompatible

Problem Summary


SeverityCount
Added Symbols-4
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low3
Problems with
Constants
Low0

Added Symbols (4)


lapack_bones.hpp, libarmadillo.so.4.0.0
namespace arma
wrapper_cggev_ char* jobvl, char* jobvr, blas_int* n, void* a, blas_int* lda, void* b, blas_int* ldb, void* alpha, void* beta, void* vl, blas_int* ldvl, void* vr, blas_int* ldvr, void* work, blas_int* lwork, float* rwork, blas_int* info )
wrapper_dggev_ char* jobvl, char* jobvr, blas_int* n, double* a, blas_int* lda, double* b, blas_int* ldb, double* alphar, double* alphai, double* beta, double* vl, blas_int* ldvl, double* vr, blas_int* ldvr, double* work, blas_int* lwork, blas_int* info )
wrapper_sggev_ char* jobvl, char* jobvr, blas_int* n, float* a, blas_int* lda, float* b, blas_int* ldb, float* alphar, float* alphai, float* beta, float* vl, blas_int* ldvl, float* vr, blas_int* ldvr, float* work, blas_int* lwork, blas_int* info )
wrapper_zggev_ char* jobvl, char* jobvr, blas_int* n, void* a, blas_int* lda, void* b, blas_int* ldb, void* alpha, void* beta, void* vl, blas_int* ldvl, void* vr, blas_int* ldvr, void* work, blas_int* lwork, double* rwork, blas_int* info )

to the top

Problems with Symbols, Low Severity (3)


arma_version.hpp
namespace arma
[+] arma_version::major [data] (1)
[+] arma_version::minor [data] (1)
[+] arma_version::patch [data] (1)

to the top

Header Files (1)


armadillo

to the top

Shared Libraries (1)


libarmadillo.so.3.930.4

to the top




Generated on Fri Jan 10 01:26:06 2014 for Armadillo by ABI Compliance Checker 1.99.8.4  
A tool for checking backward compatibility of a C/C++ library API