From a21f0b7eb0a3991688b0c10c4731cb77ffeb2070 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 21 Apr 2017 09:13:41 +0200 Subject: v0.9.6 --- compat_reports/0.9.1_to_0.9.3/compat_report.html | 639 +++++++++++++++++++++++ compat_reports/0.9.3_to_0.9.4/compat_report.html | 454 ++++++++++++++++ compat_reports/0.9.4_to_0.9.5/compat_report.html | 461 ++++++++++++++++ compat_reports/0.9.5_to_0.9.6/compat_report.html | 569 ++++++++++++++++++++ 4 files changed, 2123 insertions(+) create mode 100644 compat_reports/0.9.1_to_0.9.3/compat_report.html create mode 100644 compat_reports/0.9.3_to_0.9.4/compat_report.html create mode 100644 compat_reports/0.9.4_to_0.9.5/compat_report.html create mode 100644 compat_reports/0.9.5_to_0.9.6/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/0.9.1_to_0.9.3/compat_report.html b/compat_reports/0.9.1_to_0.9.3/compat_report.html new file mode 100644 index 0000000..5ac6320 --- /dev/null +++ b/compat_reports/0.9.1_to_0.9.3/compat_report.html @@ -0,0 +1,639 @@ + + + + + + + + + + libhdr_histogram: 0.9.1 to 0.9.3 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.9.1 and 0.9.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.1
Version #20.9.3
CPU Typex86_64
GCC Version5.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + +
Total Header Files4
Total Shared Libraries1
Total Symbols / Types52 / 41
VerdictCompatible
+

Problem Summary


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

Added Symbols (7)


+hdr_thread.h, libhdr_histogram.so.1.0.0
+hdr_mutex_alloc ( )
+hdr_mutex_destroy struct hdr_mutex* mutex )
+hdr_mutex_free struct hdr_mutex* p1 )
+hdr_mutex_init struct hdr_mutex* mutex )
+hdr_mutex_lock struct hdr_mutex* mutex )
+hdr_mutex_unlock struct hdr_mutex* mutex )
+
+hdr_time.h, libhdr_histogram.so.1.0.0
+hdr_gettime hdr_timespec* t )
+
+to the top
+ +

Problems with Symbols, Low Severity (5)


+hdr_histogram_log.h, libhdr_histogram.so.1.0.0
+ +[+] hdr_log_read ( struct hdr_log_reader* reader, FILE* file, struct hdr_histogram** histogram, struct timespec* timestamp, struct timespec* interval ) (2) +
+ + +[+] hdr_log_write ( struct hdr_log_writer* writer, FILE* file, struct timespec const* start_timestamp, struct timespec const* end_timestamp, struct hdr_histogram* histogram ) (2) +
+ + +[+] hdr_log_write_header ( struct hdr_log_writer* writer, FILE* file, char const* user_prefix, struct timespec* timestamp ) (1) +
+ +
+to the top
+

Other Changes in Constants (2)


+hdr_histogram_log.h
+ +[+] HDR_ENCODED_INPUT_TOO_LONG +
+ + + +[+] HDR_VALUE_TRUNCATED +
+ + +
+to the top
+

Header Files (4)


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

Shared Libraries (1)


+
+libhdr_histogram.so.1.0.0
+
+
to the top
+


+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.1
Version #20.9.3
CPU Typex86_64
GCC Version5.3.1
SubjectSource Compatibility
+

Test Results


+ + + + +
Total Header Files4
Total Shared Libraries1
Total Symbols / Types52 / 41
VerdictCompatible
+

Problem Summary


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

Added Symbols (7)


+hdr_thread.h
+hdr_mutex_alloc ( )
+hdr_mutex_destroy struct hdr_mutex* mutex )
+hdr_mutex_free struct hdr_mutex* p1 )
+hdr_mutex_init struct hdr_mutex* mutex )
+hdr_mutex_lock struct hdr_mutex* mutex )
+hdr_mutex_unlock struct hdr_mutex* mutex )
+
+hdr_time.h
+hdr_gettime hdr_timespec* t )
+
+to the top
+

Other Changes in Constants (2)


+hdr_histogram_log.h
+ +[+] HDR_ENCODED_INPUT_TOO_LONG +
+ + + +[+] HDR_VALUE_TRUNCATED +
+ + +
+to the top
+

Header Files (4)


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

Shared Libraries (1)


+
+libhdr_histogram.so.1.0.0
+
+
to the top
+




+ + diff --git a/compat_reports/0.9.3_to_0.9.4/compat_report.html b/compat_reports/0.9.3_to_0.9.4/compat_report.html new file mode 100644 index 0000000..ebc0af1 --- /dev/null +++ b/compat_reports/0.9.3_to_0.9.4/compat_report.html @@ -0,0 +1,454 @@ + + + + + + + + +libhdr_histogram: 0.9.3 to 0.9.4 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.9.3 and 0.9.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.3
Version #20.9.4
CPU Typex86_64
GCC Version5.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + +
Total Header Files6
Total Shared Libraries1
Total Symbols / Types59 / 56
VerdictCompatible
+

Problem Summary


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

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
+

Shared Libraries (1)


+
+libhdr_histogram.so.1.0.0
+
+
to the top
+


+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.3
Version #20.9.4
CPU Typex86_64
GCC Version5.3.1
SubjectSource Compatibility
+

Test Results


+ + + + +
Total Header Files6
Total Shared Libraries1
Total Symbols / Types59 / 56
VerdictCompatible
+

Problem Summary


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

Added Symbols (1)


+hdr_histogram.h
+hdr_reset_internal_counters struct hdr_histogram* h )
+
+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
+

Shared Libraries (1)


+
+libhdr_histogram.so.1.0.0
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/0.9.4_to_0.9.5/compat_report.html b/compat_reports/0.9.4_to_0.9.5/compat_report.html new file mode 100644 index 0000000..f1cae73 --- /dev/null +++ b/compat_reports/0.9.4_to_0.9.5/compat_report.html @@ -0,0 +1,461 @@ + + + + + + + + +libhdr_histogram: 0.9.4 to 0.9.5 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.9.4 and 0.9.5 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.4
Version #20.9.5
CPU Typex86_64
GCC Version5.3.1
SubjectBinary Compatibility
+

Test Results


+ + + + +
Total Header Files6
Total Shared Libraries1
Total Symbols / Types60 / 56
VerdictCompatible
+

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
+ +

Added Symbols (2)


+hdr_thread.h, libhdr_histogram.so.1.0.0
+hdr_usleep unsigned int useconds )
+hdr_yield ( )
+
+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
+

Shared Libraries (1)


+
+libhdr_histogram.so.1.0.0
+
+
to the top
+


+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.4
Version #20.9.5
CPU Typex86_64
GCC Version5.3.1
SubjectSource Compatibility
+

Test Results


+ + + + +
Total Header Files6
Total Shared Libraries1
Total Symbols / Types60 / 56
VerdictCompatible
+

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
+ +

Added Symbols (2)


+hdr_thread.h
+hdr_usleep unsigned int useconds )
+hdr_yield ( )
+
+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
+

Shared Libraries (1)


+
+libhdr_histogram.so.1.0.0
+
+
to the top
+



+ +
+ + diff --git a/compat_reports/0.9.5_to_0.9.6/compat_report.html b/compat_reports/0.9.5_to_0.9.6/compat_report.html new file mode 100644 index 0000000..ea88ca1 --- /dev/null +++ b/compat_reports/0.9.5_to_0.9.6/compat_report.html @@ -0,0 +1,569 @@ + + + + + + + + +libhdr_histogram: 0.9.5 to 0.9.6 compatibility report + + + +

API compatibility report for the libhdr_histogram library between 0.9.5 and 0.9.6 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibhdr_histogram
Version #10.9.5
Version #20.9.6
Archx86_64
GCC Version6.3.1
SubjectBinary Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  2 


+hdr_time.h, libhdr_histogram.so.1.0.1
+hdr_timespec_as_double ( hdr_timespec const* t )
+hdr_timespec_from_double ( hdr_timespec* t, double value )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+hdr_histogram.h
+ +[+] struct hdr_iter  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.1.0.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibhdr_histogram
Version #10.9.5
Version #20.9.6
Archx86_64
SubjectSource Compatibility
+

Test Results


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

Problem Summary


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

Added Symbols  2 


+hdr_time.h
+hdr_timespec_as_double ( hdr_timespec const* t )
+hdr_timespec_from_double ( hdr_timespec* t, double value )
+
+to the top
+ +

Problems with Data Types, Low Severity  1 


+hdr_histogram.h
+ +[+] struct hdr_iter  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.1.0.0
+
+
to the top
+



+ +
+ + -- cgit