From 8923e9aefbb89a088705c6873dcd3e3b07a1c198 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 19 Nov 2019 07:55:32 +0100 Subject: - update to 0.9.12 - soname bump to 4 --- compat_reports/0.9.11_to_0.9.12/compat_report.html | 569 +++++++++++++++++++++ 1 file changed, 569 insertions(+) create mode 100644 compat_reports/0.9.11_to_0.9.12/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/0.9.11_to_0.9.12/compat_report.html b/compat_reports/0.9.11_to_0.9.12/compat_report.html new file mode 100644 index 0000000..f58f4cc --- /dev/null +++ b/compat_reports/0.9.11_to_0.9.12/compat_report.html @@ -0,0 +1,569 @@ + + + + + + + + + +libhdr_histogram: 0.9.11 to 0.9.12 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.9.11 and 0.9.12 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.11
Version #20.9.12
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types71 / 33
Compatibility100%
+

Problem Summary


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

Added Symbols  8 


+hdr_histogram.h, libhdr_histogram.so.4.2.0
+hdr_record_corrected_value_atomic ( struct hdr_histogram* h, int64_t value, int64_t expexcted_interval )
+hdr_record_corrected_values_atomic ( struct hdr_histogram* h, int64_t value, int64_t count, int64_t expected_interval )
+hdr_record_value_atomic ( struct hdr_histogram* h, int64_t value )
+hdr_record_values_atomic ( struct hdr_histogram* h, int64_t value, int64_t count )
+
+hdr_interval_recorder.h, libhdr_histogram.so.4.2.0
+hdr_interval_recorder_record_corrected_value_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t expected_interval )
+hdr_interval_recorder_record_corrected_values_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t count, int64_t expected_interval )
+hdr_interval_recorder_record_value_atomic ( struct hdr_interval_recorder* r, int64_t value )
+hdr_interval_recorder_record_values_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t count )
+
+to the top
+ +

Problems with Symbols, Low Severity  1 


+hdr_interval_recorder.h, libhdr_histogram.so.3.1.2
+ +[+] hdr_interval_recorder_sample_and_recycle ( struct hdr_interval_recorder* r, struct hdr_histogram* inactive_histogram )  1  +
+ +
+to the top
+

Header Files  6 


+
+hdr_histogram.h
+hdr_histogram_log.h
+hdr_interval_recorder.h
+hdr_thread.h
+hdr_time.h
+hdr_writer_reader_phaser.h
+
+
to the top
+

Libraries  1 


+
+libhdr_histogram.so.3.1.2
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.9.11
Version #20.9.12
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types71 / 33
Compatibility100%
+

Problem Summary


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

Added Symbols  8 


+hdr_histogram.h
+hdr_record_corrected_value_atomic ( struct hdr_histogram* h, int64_t value, int64_t expexcted_interval )
+hdr_record_corrected_values_atomic ( struct hdr_histogram* h, int64_t value, int64_t count, int64_t expected_interval )
+hdr_record_value_atomic ( struct hdr_histogram* h, int64_t value )
+hdr_record_values_atomic ( struct hdr_histogram* h, int64_t value, int64_t count )
+
+hdr_interval_recorder.h
+hdr_interval_recorder_record_corrected_value_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t expected_interval )
+hdr_interval_recorder_record_corrected_values_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t count, int64_t expected_interval )
+hdr_interval_recorder_record_value_atomic ( struct hdr_interval_recorder* r, int64_t value )
+hdr_interval_recorder_record_values_atomic ( struct hdr_interval_recorder* r, int64_t value, int64_t count )
+
+to the top
+ +

Other Changes in Symbols  1 


+hdr_interval_recorder.h
+ +[+] hdr_interval_recorder_sample_and_recycle ( struct hdr_interval_recorder* r, struct hdr_histogram* inactive_histogram )  1  +
+ +
+to the top
+

Header Files  6 


+
+hdr_histogram.h
+hdr_histogram_log.h
+hdr_interval_recorder.h
+hdr_thread.h
+hdr_time.h
+hdr_writer_reader_phaser.h
+
+
to the top
+

Libraries  1 


+
+libhdr_histogram.so.3.1.2
+
+
to the top
+



+ +
+ + -- cgit