From 98ae783b5024951b9195170a74be02fb0194adf6 Mon Sep 17 00:00:00 2001 From: Binh-Minh Ribler Date: Thu, 30 Mar 2023 15:44:34 -0500 Subject: [PATCH] Added compatibility reports for 1.10.10. --- ....10.10-interface_compatibility_report.html | 734 ++++++++++++++++++ ...0-java-interface_compatibility_report.html | 499 ++++++++++++ 2 files changed, 1233 insertions(+) create mode 100755 html/ADGuide/Compatibility_Report/hdf5-1.10.9-vs-hdf5-1.10.10-interface_compatibility_report.html create mode 100755 html/ADGuide/Compatibility_Report/hdf5-1.10.9-vs-hdf5-1.10.10-java-interface_compatibility_report.html diff --git a/html/ADGuide/Compatibility_Report/hdf5-1.10.9-vs-hdf5-1.10.10-interface_compatibility_report.html b/html/ADGuide/Compatibility_Report/hdf5-1.10.9-vs-hdf5-1.10.10-interface_compatibility_report.html new file mode 100755 index 000000000..ee79a595f --- /dev/null +++ b/html/ADGuide/Compatibility_Report/hdf5-1.10.9-vs-hdf5-1.10.10-interface_compatibility_report.html @@ -0,0 +1,734 @@ + + + + + + + + + + hdf5: 1.10.9 to 1.10.10 compatibility report + + + +

API compatibility report for the hdf5 library  between 1.10.9 and 1.10.10 versions on x86_64

+ +
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namehdf5
Version #11.10.9
Version #21.10.10
CPU Typex86_64
GCC Version4.8.5
SubjectBinary Compatibility
+

Test Results


+ + + + +
Total Header Files86
Total Shared Libraries7
Total Symbols / Types2116 / 617
VerdictCompatible
+

Problem Summary


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

Added Symbols (1)


+H5Dpublic.h, libhdf5.so.103.3.2
+H5Dchunk_iter hid_t dset_id, hid_t dxpl_id, H5D_chunk_iter_op_t cb, void* op_data )
+
+to the top
+ +

Problems with Symbols, Low Severity (1)


+H5DSpublic.h, libhdf5_hl.so.100.1.6
+ +[+] H5DSget_num_scales hid_t did, unsigned int dim ) (1) +
+ +
to the top
+

Problems with Constants, Low Severity (1)


+H5pubconf.h
+ +[+] H5_TIME_WITH_SYS_TIME +
+ + +
+to the top
+

Header Files (86)


+
+H5AbstractDs.h
+H5ACpublic.h
+H5api_adpt.h
+H5Apublic.h
+H5ArrayType.h
+H5AtomType.h
+H5Attribute.h
+H5Classes.h
+H5CommonFG.h
+H5CompType.h
+H5Cpp.h
+H5CppDoc.h
+H5Cpublic.h
+H5DaccProp.h
+H5DataSet.h
+H5DataSpace.h
+H5DataType.h
+H5DcreatProp.h
+H5DOpublic.h
+H5Dpublic.h
+H5DSpublic.h
+H5DxferProp.h
+H5EnumType.h
+H5Epubgen.h
+H5Epublic.h
+H5Exception.h
+H5f90i.h
+H5f90i_gen.h
+H5FaccProp.h
+H5FcreatProp.h
+H5FDcore.h
+H5FDdirect.h
+H5FDfamily.h
+H5FDhdfs.h
+H5FDlog.h
+H5FDmirror.h
+H5FDmpi.h
+H5FDmpio.h
+H5FDmulti.h
+H5FDpublic.h
+H5FDros3.h
+H5FDsec2.h
+H5FDsplitter.h
+H5FDstdio.h
+H5FDwindows.h
+H5File.h
+H5FloatType.h
+H5Fpublic.h
+H5Gpublic.h
+H5Group.h
+H5IdComponent.h
+H5IMpublic.h
+H5Include.h
+H5IntType.h
+H5Ipublic.h
+H5LaccProp.h
+H5LcreatProp.h
+H5LDpublic.h
+H5Library.h
+H5Location.h
+H5Lpublic.h
+H5LTpublic.h
+H5MMpublic.h
+H5Object.h
+H5OcreatProp.h
+H5Opublic.h
+H5overflow.h
+H5PacketTable.h
+H5PLextern.h
+H5PLpublic.h
+H5Ppublic.h
+H5PredType.h
+H5PropList.h
+H5PTpublic.h
+H5pubconf.h
+H5public.h
+H5Rpublic.h
+H5Spublic.h
+H5StrType.h
+H5TBpublic.h
+H5Tpublic.h
+H5VarLenType.h
+H5version.h
+H5Zpublic.h
+hdf5.h
+hdf5_hl.h
+
+
to the top
+

Shared Libraries (7)


+
+libhdf5.so.103.3.2
+libhdf5_cpp.so.103.4.1
+libhdf5_fortran.so.102.1.2
+libhdf5_hl.so.100.1.6
+libhdf5_hl_cpp.so.100.1.7
+libhdf5_java.so.100.7.0
+libhdf5hl_fortran.so.100.0.8
+
+
to the top
+


+

Test Info


+ + + + + + + +
Library Namehdf5
Version #11.10.9
Version #21.10.10
CPU Typex86_64
GCC Version4.8.5
SubjectSource Compatibility
+

Test Results


+ + + + +
Total Header Files86
Total Shared Libraries7
Total Symbols / Types2149 / 620
VerdictIncompatible
(0.05%)
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-1
Removed SymbolsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low6
Other Changes
in Symbols
-1
+ +

Added Symbols (1)


+H5Dpublic.h
+H5Dchunk_iter hid_t dset_id, hid_t dxpl_id, H5D_chunk_iter_op_t cb, void* op_data )
+
+to the top
+

Removed Symbols (1)


+H5Tpublic.h
+H5Treclaim hid_t type_id, hid_t space_id, hid_t plist_id, void* buf )
+
+to the top
+

Problems with Constants, Low Severity (6)


+H5pubconf.h
+ +[+] H5_PACKAGE_STRING +
+ + + +[+] H5_PACKAGE_VERSION +
+ + + +[+] H5_TIME_WITH_SYS_TIME +
+ + + +[+] H5_VERSION +
+ + +
+H5public.h
+ +[+] H5_VERS_INFO +
+ + + +[+] H5_VERS_RELEASE +
+ + +
+to the top
+ +

Other Changes in Symbols (1)


+H5DSpublic.h
+ +[+] H5DSget_num_scales hid_t did, unsigned int dim ) (1) +
+ +
to the top
+

Header Files (86)


+
+H5AbstractDs.h
+H5ACpublic.h
+H5api_adpt.h
+H5Apublic.h
+H5ArrayType.h
+H5AtomType.h
+H5Attribute.h
+H5Classes.h
+H5CommonFG.h
+H5CompType.h
+H5Cpp.h
+H5CppDoc.h
+H5Cpublic.h
+H5DaccProp.h
+H5DataSet.h
+H5DataSpace.h
+H5DataType.h
+H5DcreatProp.h
+H5DOpublic.h
+H5Dpublic.h
+H5DSpublic.h
+H5DxferProp.h
+H5EnumType.h
+H5Epubgen.h
+H5Epublic.h
+H5Exception.h
+H5f90i.h
+H5f90i_gen.h
+H5FaccProp.h
+H5FcreatProp.h
+H5FDcore.h
+H5FDdirect.h
+H5FDfamily.h
+H5FDhdfs.h
+H5FDlog.h
+H5FDmirror.h
+H5FDmpi.h
+H5FDmpio.h
+H5FDmulti.h
+H5FDpublic.h
+H5FDros3.h
+H5FDsec2.h
+H5FDsplitter.h
+H5FDstdio.h
+H5FDwindows.h
+H5File.h
+H5FloatType.h
+H5Fpublic.h
+H5Gpublic.h
+H5Group.h
+H5IdComponent.h
+H5IMpublic.h
+H5Include.h
+H5IntType.h
+H5Ipublic.h
+H5LaccProp.h
+H5LcreatProp.h
+H5LDpublic.h
+H5Library.h
+H5Location.h
+H5Lpublic.h
+H5LTpublic.h
+H5MMpublic.h
+H5Object.h
+H5OcreatProp.h
+H5Opublic.h
+H5overflow.h
+H5PacketTable.h
+H5PLextern.h
+H5PLpublic.h
+H5Ppublic.h
+H5PredType.h
+H5PropList.h
+H5PTpublic.h
+H5pubconf.h
+H5public.h
+H5Rpublic.h
+H5Spublic.h
+H5StrType.h
+H5TBpublic.h
+H5Tpublic.h
+H5VarLenType.h
+H5version.h
+H5Zpublic.h
+hdf5.h
+hdf5_hl.h
+
+
to the top
+

Shared Libraries (7)


+
+libhdf5.so.103.3.2
+libhdf5_cpp.so.103.4.1
+libhdf5_fortran.so.102.1.2
+libhdf5_hl.so.100.1.6
+libhdf5_hl_cpp.so.100.1.7
+libhdf5_java.so.100.7.0
+libhdf5hl_fortran.so.100.0.8
+
+
to the top
+


Generated on Thu Mar 30 11:14:07 2023 for hdf5 by ABI Compliance Checker 1.99.9  
A tool for checking backward compatibility of a C/C++ library API  
+
+ \ No newline at end of file diff --git a/html/ADGuide/Compatibility_Report/hdf5-1.10.9-vs-hdf5-1.10.10-java-interface_compatibility_report.html b/html/ADGuide/Compatibility_Report/hdf5-1.10.9-vs-hdf5-1.10.10-java-interface_compatibility_report.html new file mode 100755 index 000000000..dd8a78ef2 --- /dev/null +++ b/html/ADGuide/Compatibility_Report/hdf5-1.10.9-vs-hdf5-1.10.10-java-interface_compatibility_report.html @@ -0,0 +1,499 @@ + + + + + + + + + +jarhdf5-: 1.10.9 to 1.10.10 compatibility report + + + +

API compatibility report for the jarhdf5- library between 1.10.9 and 1.10.10 versions

+
+Binary
Compatibility
+Source
Compatibility
+
+
+

Test Info


+ + + + + +
Library Namejarhdf5-
Version #11.10.9
Version #21.10.10
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Java Modules1
Total Methods / Classes715 / 67
Compatibility100%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Methods-1
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-1
+ +

Added Methods  1 


+jarhdf5-1.10.10.jar, H5.class
+package hdf.hdf5lib
+ +H5.H5Rget_name_string ( long p1, int p2, byte[ ] p3 ) [static]  :  String +
+ + +
+to the top
+ +

Other Changes in Data Types  1 


+jarhdf5-1.10.9.jar
+package hdf.hdf5lib
+ +[+] class HDF5Constants  1  +
+ + +
to the top
+

Java Archives  1 

+
+jarhdf5-1.10.9.jar
+

to the top
+


+

Test Info


+ + + + + +
Library Namejarhdf5-
Version #11.10.9
Version #21.10.10
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Java Modules1
Total Methods / Classes715 / 67
Compatibility100%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Methods-1
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-1
+ +

Added Methods  1 


+jarhdf5-1.10.10.jar, H5.class
+package hdf.hdf5lib
+ +H5.H5Rget_name_string ( long p1, int p2, byte[ ] p3 ) [static]  :  String +
+ + +
+to the top
+ +

Other Changes in Data Types  1 


+jarhdf5-1.10.9.jar
+package hdf.hdf5lib
+ +[+] class HDF5Constants  1  +
+ + +
to the top
+

Java Archives  1 

+
+jarhdf5-1.10.9.jar
+

to the top
+




+ \ No newline at end of file