From de3590a3ae2a3c0a3fcd2bb523889a3b7fa422be Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 18 Nov 2019 10:27:54 +0100 Subject: v0.8.8 --- compat_reports/0.8.6_to_0.8.7/compat_report.html | 1756 ++++++++++++++++++++++ 1 file changed, 1756 insertions(+) create mode 100644 compat_reports/0.8.6_to_0.8.7/compat_report.html (limited to 'compat_reports/0.8.6_to_0.8.7/compat_report.html') diff --git a/compat_reports/0.8.6_to_0.8.7/compat_report.html b/compat_reports/0.8.6_to_0.8.7/compat_report.html new file mode 100644 index 0000000..af0b540 --- /dev/null +++ b/compat_reports/0.8.6_to_0.8.7/compat_report.html @@ -0,0 +1,1756 @@ + + + + + + + + + +libxlsxwriter: 0.8.6 to 0.8.7 compatibility report + + + +

API compatibility report for the libxlsxwriter library between 0.8.6 and 0.8.7 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.8.6
Version #20.8.7
Archx86_64
GCC Version8
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types398 / 248
Compatibility83.8%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium20
Low11
Problems with
Symbols
High4
Medium1
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-5
Other Changes
in Constants
-1
+ +

Added Symbols  3 


+workbook.h, libxlsxwriter.so
+workbook_add_vba_project ( lxw_workbook* workbook, char const* filename )
+workbook_set_vba_name ( lxw_workbook* workbook, char const* name )
+
+worksheet.h, libxlsxwriter.so
+worksheet_set_vba_name ( lxw_worksheet* worksheet, char const* name )
+
+to the top
+ +

Problems with Symbols, High Severity  4 


+worksheet.h, libxlsxwriter.so
+ +[+] lxw_worksheet_prepare_chart ( lxw_worksheet* worksheet, uint16_t chart_ref_id, uint16_t drawing_id, lxw_image_options* image_data, uint8_t is_chartsheet )  2  +
+ + +[+] lxw_worksheet_prepare_image ( lxw_worksheet* worksheet, uint16_t image_ref_id, uint16_t drawing_id, lxw_image_options* image_data )  2  +
+ +
+to the top
+ +

Problems with Data Types, Medium Severity  20 


+common.h
+ +[+] enum lxw_error  13  +
+ + +
+workbook.h
+ +[+] struct lxw_workbook  1  +
+ + +
+worksheet.h
+ +[+] struct lxw_worksheet  6  +
+ + +
+to the top
+ +

Problems with Symbols, Medium Severity  1 


+packager.h, libxlsxwriter.so
+ +[+] lxw_packager_new ( char const* filename, char* tmpdir )  1  +
+ +
+to the top
+ +

Problems with Data Types, Low Severity  11 


+common.h
+ +[+] enum lxw_error  3  +
+ + +
+packager.h
+ +[+] struct lxw_packager  2  +
+ + +
+workbook.h
+ +[+] struct lxw_workbook  3  +
+ + + +[+] struct lxw_workbook_options  2  +
+ + +
+worksheet.h
+ +[+] struct lxw_worksheet  1  +
+ + +
+to the top
+ +

Other Changes in Data Types  5 


+common.h
+ +[+] enum lxw_error  5  +
+ + +
+to the top
+ +

Other Changes in Constants  1 


+content_types.h
+ +[+] LXW_APP_MSEXCEL +
+ + +
+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.6
Version #20.8.7
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types856 / 331
Compatibility92.8%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-3
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low5
Problems with
Symbols
High0
Medium1
Low4
Problems with
Constants
Low1
Other Changes
in Data Types
-25
Other Changes
in Constants
-2
+ +

Added Symbols  3 


+workbook.h
+workbook_add_vba_project ( lxw_workbook* workbook, char const* filename )
+workbook_set_vba_name ( lxw_workbook* workbook, char const* name )
+
+worksheet.h
+worksheet_set_vba_name ( lxw_worksheet* worksheet, char const* name )
+
+to the top
+ +

Problems with Data Types, Medium Severity  1 


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

Problems with Symbols, Medium Severity  1 


+packager.h
+ +[+] lxw_packager_new ( char const* filename, char* tmpdir )  1  +
+ +
+to the top
+ +

Problems with Data Types, Low Severity  5 


+packager.h
+ +[+] struct lxw_packager  1  +
+ + +
+workbook.h
+ +[+] struct lxw_workbook  2  +
+ + + +[+] struct lxw_workbook_options  1  +
+ + +
+worksheet.h
+ +[+] struct lxw_worksheet  1  +
+ + +
+to the top
+ +

Problems with Symbols, Low Severity  4 


+worksheet.h
+ +[+] lxw_worksheet_prepare_chart ( lxw_worksheet* worksheet, uint16_t chart_ref_id, uint16_t drawing_id, lxw_image_options* image_data, uint8_t is_chartsheet )  2  +
+ + +[+] lxw_worksheet_prepare_image ( lxw_worksheet* worksheet, uint16_t image_ref_id, uint16_t drawing_id, lxw_image_options* image_data )  2  +
+ +
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  25 


+common.h
+ +[+] enum lxw_error  21  +
+ + +
+worksheet.h
+ +[+] struct lxw_worksheet  4  +
+ + +
+to the top
+ +

Other Changes in Constants  2 


+content_types.h
+ +[+] LXW_APP_MSEXCEL +
+ + +
+utility.h
+ +[+] lxw_strcasecmp +
+ + +
+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