Binary compatibility report for the Armadillo library  between 3.2.5 and 3.3.91 versions on x86

Test Info


Library NameArmadillo
Version #13.2.5
Version #23.3.91
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types195 / 69
VerdictCompatible

Problem Summary


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

Added Symbols (4)


lapack_bones.hpp, libarmadillo.so.3.3.91
namespace arma
wrapper_cgesdd_ char* jobz, blas_int* m, blas_int* n, void* a, blas_int* lda, float* s, void* u, blas_int* ldu, void* vt, blas_int* ldvt, void* work, blas_int* lwork, float* rwork, blas_int* iwork, blas_int* info )
wrapper_dgesdd_ char* jobz, blas_int* m, blas_int* n, double* a, blas_int* lda, double* s, double* u, blas_int* ldu, double* vt, blas_int* ldvt, double* work, blas_int* lwork, blas_int* iwork, blas_int* info )
wrapper_sgesdd_ char* jobz, blas_int* m, blas_int* n, float* a, blas_int* lda, float* s, float* u, blas_int* ldu, float* vt, blas_int* ldvt, float* work, blas_int* lwork, blas_int* iwork, blas_int* info )
wrapper_zgesdd_ char* jobz, blas_int* m, blas_int* n, void* a, blas_int* lda, double* s, void* u, blas_int* ldu, void* vt, blas_int* ldvt, void* work, blas_int* lwork, double* rwork, blas_int* iwork, blas_int* info )

to the top

Problems with Symbols, Low Severity (2)


arma_version.hpp
namespace arma
[+] 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.2.5

to the top




Generated on Fri Sep 27 20:37:11 2013 for Armadillo by ABI Compliance Checker 1.99.8.4  
A tool for checking backward compatibility of a C/C++ library API