Binary compatibility report for the Armadillo library  between 3.1.93 and 3.1.94 versions on x86

Test Info


Library NameArmadillo
Version #13.1.93
Version #23.1.94
CPU Typex86
GCC Version4.6.1

Test Results


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

Problem Summary


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

Added Symbols (4)


lapack_bones.hpp, libarmadillo.so.3.1.94
namespace arma
wrapper_cheevd_ char* jobz, char* uplo, blas_int* n, void* a, blas_int* lda, float* w, void* work, blas_int* lwork, float* rwork, blas_int* lrwork, blas_int* iwork, blas_int* liwork, blas_int* info )
wrapper_dsyevd_ char* jobz, char* uplo, blas_int* n, double* a, blas_int* lda, double* w, double* work, blas_int* lwork, blas_int* iwork, blas_int* liwork, blas_int* info )
wrapper_ssyevd_ char* jobz, char* uplo, blas_int* n, float* a, blas_int* lda, float* w, float* work, blas_int* lwork, blas_int* iwork, blas_int* liwork, blas_int* info )
wrapper_zheevd_ char* jobz, char* uplo, blas_int* n, void* a, blas_int* lda, double* w, void* work, blas_int* lwork, double* rwork, blas_int* lrwork, blas_int* iwork, blas_int* liwork, blas_int* info )

to the top

Problems with Symbols, Low Severity (1)


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

to the top

Header Files (1)


armadillo

to the top

Shared Libraries (1)


libarmadillo.so.3.1.93

to the top




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