From 6b4d47f4019f87be37418df1856c0ede12ec0c8e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jun 2020 11:09:37 +0200 Subject: update to 0.10.0 soname bump to 6 add option to not install static libraries from https://github.com/HdrHistogram/HdrHistogram_c/pull/84 add hdr_histogram_perf command --- compat_reports/0.9.13_to_0.10.0/compat_report.html | 546 +++++++++++++++++++++ 1 file changed, 546 insertions(+) create mode 100644 compat_reports/0.9.13_to_0.10.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/0.9.13_to_0.10.0/compat_report.html b/compat_reports/0.9.13_to_0.10.0/compat_report.html new file mode 100644 index 0000000..844bb15 --- /dev/null +++ b/compat_reports/0.9.13_to_0.10.0/compat_report.html @@ -0,0 +1,546 @@ + + + + + + + + + +libhdr_histogram: 0.9.13 to 0.10.0 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.9.13 and 0.10.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.13
Version #20.10.0
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  2 


+hdr_histogram_log.h, libhdr_histogram.so.6.1.0
+hdr_log_read_entry ( struct hdr_log_reader* reader, FILE* file, struct hdr_log_entry* entry, struct hdr_histogram** histogram )
+hdr_log_write_entry ( struct hdr_log_writer* writer, FILE* file, struct hdr_log_entry* entry, struct hdr_histogram* histogram )
+
+to the top
+ +

Other Changes in Constants  1 


+hdr_histogram_log.h
+ +[+] HDR_LOG_TAG_MAX_BUFFER_LEN +
+ + +
+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.5.0.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.9.13
Version #20.10.0
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  2 


+hdr_histogram_log.h
+hdr_log_read_entry ( struct hdr_log_reader* reader, FILE* file, struct hdr_log_entry* entry, struct hdr_histogram** histogram )
+hdr_log_write_entry ( struct hdr_log_writer* writer, FILE* file, struct hdr_log_entry* entry, struct hdr_histogram* histogram )
+
+to the top
+ +

Other Changes in Constants  1 


+hdr_histogram_log.h
+ +[+] HDR_LOG_TAG_MAX_BUFFER_LEN +
+ + +
+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.5.0.0
+
+
to the top
+



+ +
+ + -- cgit