From c13dc0f5006ad1f4299255a83a858098e6bfc2d1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 1 Mar 2022 10:57:01 +0100 Subject: update to 0.11.1 add pkgconfig file, fix its installation using patch from https://github.com/HdrHistogram/HdrHistogram_c/pull/104 --- compat_reports/0.11.2_to_0.11.4/compat_report.html | 831 +++++++++++++++++++++ 1 file changed, 831 insertions(+) create mode 100644 compat_reports/0.11.2_to_0.11.4/compat_report.html (limited to 'compat_reports/0.11.2_to_0.11.4') diff --git a/compat_reports/0.11.2_to_0.11.4/compat_report.html b/compat_reports/0.11.2_to_0.11.4/compat_report.html new file mode 100644 index 0000000..e097042 --- /dev/null +++ b/compat_reports/0.11.2_to_0.11.4/compat_report.html @@ -0,0 +1,831 @@ + + + + + + + + + +libhdr_histogram: 0.11.2 to 0.11.4 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.11.2 and 0.11.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.11.2
Version #20.11.4
Archx86_64
GCC Version11
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types81 / 34
Compatibility100%
+

Problem Summary


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

Added Symbols  1 


+hdr_histogram.h, libhdr_histogram.so.106.1.1
+hdr_value_at_percentiles ( struct hdr_histogram const* h, double const* percentiles, int64_t* values, size_t length )
+
+to the top
+ +

Problems with Data Types, Low Severity  2 


+hdr_histogram.h
+ +[+] struct hdr_histogram  1  +
+ + + +[+] struct hdr_histogram_bucket_config  1  +
+ + +
+to the top
+ +

Problems with Symbols, Low Severity  4 


+hdr_histogram.h, libhdr_histogram.so.106.1.0
+ +[+] hdr_calculate_bucket_config ( int64_t lowest_trackable_value, int64_t highest_trackable_value, int significant_figures, struct hdr_histogram_bucket_config* cfg )  1  +
+ + +[+] hdr_init ( int64_t lowest_trackable_value, int64_t highest_trackable_value, int significant_figures, struct hdr_histogram** result )  1  +
+ + +[+] hdr_record_corrected_value ( struct hdr_histogram* h, int64_t value, int64_t expexcted_interval )  1  +
+ + +[+] hdr_record_corrected_value_atomic ( struct hdr_histogram* h, int64_t value, int64_t expexcted_interval )  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.106.1.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.11.2
Version #20.11.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files6
Total Libraries1
Total Symbols / Types81 / 34
Compatibility29.6%
+

Problem Summary


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

Added Symbols  1 


+hdr_histogram.h
+hdr_value_at_percentiles ( struct hdr_histogram const* h, double const* percentiles, int64_t* values, size_t length )
+
+to the top
+ +

Problems with Data Types, High Severity  2 


+hdr_histogram.h
+ +[+] struct hdr_histogram  1  +
+ + + +[+] struct hdr_histogram_bucket_config  1  +
+ + +
+to the top
+ +

Other Changes in Symbols  4 


+hdr_histogram.h
+ +[+] hdr_calculate_bucket_config ( int64_t lowest_trackable_value, int64_t highest_trackable_value, int significant_figures, struct hdr_histogram_bucket_config* cfg )  1  +
+ + +[+] hdr_init ( int64_t lowest_trackable_value, int64_t highest_trackable_value, int significant_figures, struct hdr_histogram** result )  1  +
+ + +[+] hdr_record_corrected_value ( struct hdr_histogram* h, int64_t value, int64_t expexcted_interval )  1  +
+ + +[+] hdr_record_corrected_value_atomic ( struct hdr_histogram* h, int64_t value, int64_t expexcted_interval )  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.106.1.0
+
+
to the top
+



+ +
+ + -- cgit