From c01b81c3792317764b0b76e2f8325adf171bd10a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 8 Sep 2020 08:01:32 +0200 Subject: update to 1.0.0 --- compat_reports/0.9.9_to_1.0.0/compat_report.html | 1113 ++++++++++++++++++++++ 1 file changed, 1113 insertions(+) create mode 100644 compat_reports/0.9.9_to_1.0.0/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/0.9.9_to_1.0.0/compat_report.html b/compat_reports/0.9.9_to_1.0.0/compat_report.html new file mode 100644 index 0000000..e5c8130 --- /dev/null +++ b/compat_reports/0.9.9_to_1.0.0/compat_report.html @@ -0,0 +1,1113 @@ + + + + + + + + + +libxlsxwriter: 0.9.9 to 1.0.0 compatibility report + + + +

API compatibility report for the libxlsxwriter library between 0.9.9 and 1.0.0 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.9.9
Version #21.0.0
Archx86_64
GCC Version9
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Libraries1
Total Symbols / Types430 / 281
Compatibility77.9%
+

Problem Summary


+ + + + + + + + + +
SeverityCount
Added Symbols-6
Removed SymbolsHigh1
Problems with
Data Types
High0
Medium10
Low3
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low0
+ +

Added Symbols  6 


+format.h, libxlsxwriter.so
+lxw_format_get_dxf_index ( lxw_format* format )
+
+utility.h, libxlsxwriter.so
+lxw_datetime_to_excel_date_epoch ( lxw_datetime* datetime, uint8_t date_1904 )
+lxw_datetime_to_excel_datetime ( lxw_datetime* datetime )
+
+worksheet.h, libxlsxwriter.so
+worksheet_conditional_format_cell ( lxw_worksheet* worksheet, lxw_row_t row, lxw_col_t col, lxw_conditional_format* conditional_format )
+worksheet_conditional_format_range ( lxw_worksheet* worksheet, lxw_row_t first_row, lxw_col_t first_col, lxw_row_t last_row, lxw_col_t last_col, lxw_conditional_format* conditional_format )
+
+xmlwriter.h, libxlsxwriter.so
+lxw_has_control_characters ( char const* string )
+
+to the top
+

Removed Symbols  1 


+utility.h, libxlsxwriter.so
+lxw_datetime_to_excel_date ( lxw_datetime* datetime, uint8_t date_1904 )
+
+to the top
+ +

Problems with Data Types, Medium Severity  10 


+format.h
+ +[+] struct lxw_format  4  +
+ + +
+workbook.h
+ +[+] struct lxw_workbook  2  +
+ + +
+worksheet.h
+ +[+] struct lxw_worksheet  4  +
+ + +
+to the top
+ +

Problems with Data Types, Low Severity  3 


+format.h
+ +[+] struct lxw_format  1  +
+ + +
+workbook.h
+ +[+] struct lxw_workbook  1  +
+ + +
+worksheet.h
+ +[+] struct lxw_worksheet  1  +
+ + +
+to the top
+

Header Files  28 


+
+app.h
+chart.h
+chartsheet.h
+comment.h
+common.h
+content_types.h
+core.h
+custom.h
+drawing.h
+format.h
+hash_table.h
+ioapi.h
+md5.h
+packager.h
+queue.h
+relationships.h
+shared_strings.h
+styles.h
+theme.h
+tmpfileplus.h
+tree.h
+utility.h
+vml.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.9.9
Version #21.0.0
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files28
Total Libraries1
Total Symbols / Types882 / 364
Compatibility99.9%
+

Problem Summary


+ + + + + + + + + + +
SeverityCount
Added Symbols-6
Removed SymbolsHigh1
Problems with
Data Types
High0
Medium0
Low10
Problems with
Symbols
High0
Medium0
Low0
Problems with
Constants
Low2
Other Changes
in Constants
-1
+ +

Added Symbols  6 


+format.h
+lxw_format_get_dxf_index ( lxw_format* format )
+
+utility.h
+lxw_datetime_to_excel_date_epoch ( lxw_datetime* datetime, uint8_t date_1904 )
+lxw_datetime_to_excel_datetime ( lxw_datetime* datetime )
+
+worksheet.h
+worksheet_conditional_format_cell ( lxw_worksheet* worksheet, lxw_row_t row, lxw_col_t col, lxw_conditional_format* conditional_format )
+worksheet_conditional_format_range ( lxw_worksheet* worksheet, lxw_row_t first_row, lxw_col_t first_col, lxw_row_t last_row, lxw_col_t last_col, lxw_conditional_format* conditional_format )
+
+xmlwriter.h
+lxw_has_control_characters ( char const* string )
+
+to the top
+

Removed Symbols  1 


+utility.h
+lxw_datetime_to_excel_date ( lxw_datetime* datetime, uint8_t date_1904 )
+
+to the top
+ +

Problems with Data Types, Low Severity  10 


+format.h
+ +[+] struct lxw_format  4  +
+ + +
+workbook.h
+ +[+] struct lxw_workbook  2  +
+ + +
+worksheet.h
+ +[+] struct lxw_worksheet  4  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  2 


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

Other Changes in Constants  1 


+common.h
+ +[+] LXW_GUID_LENGTH +
+ + +
+to the top
+

Header Files  28 


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

Libraries  1 


+
+libxlsxwriter.so
+
+
to the top
+



+ +
+ + -- cgit