From c2b62b666112e7c50da64feabd6ca06cf83c1262 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 16 Sep 2018 07:44:19 +0200 Subject: v0.8.1 --- compat_reports/0.8.0_to_0.8.1/compat_report.html | 1153 ++++++++++++++++++++++ 1 file changed, 1153 insertions(+) create mode 100644 compat_reports/0.8.0_to_0.8.1/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/0.8.0_to_0.8.1/compat_report.html b/compat_reports/0.8.0_to_0.8.1/compat_report.html new file mode 100644 index 0000000..9c8680c --- /dev/null +++ b/compat_reports/0.8.0_to_0.8.1/compat_report.html @@ -0,0 +1,1153 @@ + + + + + + + + + +libxlsxwriter: 0.8.0 to 0.8.1 compatibility report + + + +

API compatibility report for the libxlsxwriter library between 0.8.0 and 0.8.1 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.8.0
Version #20.8.1
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types381 / 245
Compatibility86%
+

Problem Summary


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

Added Symbols  3 


+chartsheet.h, libxlsxwriter.so
+chartsheet_protect ( lxw_chartsheet* chartsheet, char const* password, lxw_protection* options )
+
+utility.h, libxlsxwriter.so
+lxw_hash_password ( char const* password )
+
+worksheet.h, libxlsxwriter.so
+lxw_worksheet_write_sheet_protection ( lxw_worksheet* worksheet, lxw_protection* protect )
+
+to the top
+ +

Problems with Data Types, Medium Severity  5 


+chartsheet.h
+ +[+] struct lxw_chartsheet  3  +
+ + +
+worksheet.h
+ +[+] struct lxw_protection  2  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  5 


+chart.h
+ +[+] struct lxw_chart  1  +
+ + +
+chartsheet.h
+ +[+] struct lxw_chartsheet  1  +
+ + +
+worksheet.h
+ +[+] struct lxw_protection  2  +
+ + + +[+] struct lxw_worksheet  1  +
+ + +
+to the top
+ +

Problems with Symbols, Low Severity  1 


+chartsheet.h, libxlsxwriter.so
+ +[+] lxw_chartsheet_assemble_xml_file ( lxw_chartsheet* self )  1  +
+ +
+to the top
+

Header Files  25 


+
+app.h
+chart.h
+chartsheet.h
+common.h
+content_types.h
+core.h
+custom.h
+drawing.h
+format.h
+hash_table.h
+ioapi.h
+packager.h
+queue.h
+relationships.h
+shared_strings.h
+styles.h
+theme.h
+tmpfileplus.h
+tree.h
+utility.h
+workbook.h
+worksheet.h
+xlsxwriter.h
+xmlwriter.h
+zip.h
+
+
to the top
+

Libraries  1 


+
+libxlsxwriter.so
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibxlsxwriter
Version #10.8.0
Version #20.8.1
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types808 / 325
Compatibility86.8%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High1
Medium0
Low5
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low1
Other Changes
in Data Types
-1
Other Changes
in Symbols
-1
+ +

Added Symbols  3 


+chartsheet.h
+chartsheet_protect ( lxw_chartsheet* chartsheet, char const* password, lxw_protection* options )
+
+utility.h
+lxw_hash_password ( char const* password )
+
+worksheet.h
+lxw_worksheet_write_sheet_protection ( lxw_worksheet* worksheet, lxw_protection* protect )
+
+to the top
+ +

Problems with Data Types, High Severity  1 


+worksheet.h
+ +[+] struct lxw_protection  1  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  5 


+chart.h
+ +[+] struct lxw_chart  1  +
+ + +
+chartsheet.h
+ +[+] struct lxw_chartsheet  3  +
+ + +
+worksheet.h
+ +[+] struct lxw_protection  1  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  1 


+xlsxwriter.h
+ +[+] LXW_VERSION +
+ + +
+to the top
+ +

Other Changes in Data Types  1 


+worksheet.h
+ +[+] struct lxw_protection  1  +
+ + +
+to the top
+ +

Other Changes in Symbols  1 


+chartsheet.h
+ +[+] lxw_chartsheet_assemble_xml_file ( lxw_chartsheet* self )  1  +
+ +
+to the top
+

Header Files  25 


+
+app.h
+chart.h
+chartsheet.h
+common.h
+content_types.h
+core.h
+custom.h
+drawing.h
+format.h
+hash_table.h
+ioapi.h
+packager.h
+queue.h
+relationships.h
+shared_strings.h
+styles.h
+theme.h
+tmpfileplus.h
+tree.h
+utility.h
+workbook.h
+worksheet.h
+xlsxwriter.h
+xmlwriter.h
+zip.h
+
+
to the top
+

Libraries  1 


+
+libxlsxwriter.so
+
+
to the top
+



+ +
+ + -- cgit