From d229c590c6d69aa2f9e53de16eeea07b051223c6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 2 Oct 2018 08:21:53 +0200 Subject: v0.8.3 --- compat_reports/0.8.2_to_0.8.3/compat_report.html | 1920 ++++++++++++++++++++++ 1 file changed, 1920 insertions(+) create mode 100644 compat_reports/0.8.2_to_0.8.3/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/0.8.2_to_0.8.3/compat_report.html b/compat_reports/0.8.2_to_0.8.3/compat_report.html new file mode 100644 index 0000000..7c3dd9f --- /dev/null +++ b/compat_reports/0.8.2_to_0.8.3/compat_report.html @@ -0,0 +1,1920 @@ + + + + + + + + + +libxlsxwriter: 0.8.2 to 0.8.3 compatibility report + + + +

API compatibility report for the libxlsxwriter library between 0.8.2 and 0.8.3 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibxlsxwriter
Version #10.8.2
Version #20.8.3
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types387 / 245
Compatibility84.4%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-14
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium22
Low4
Problems with
Symbols
High0
Medium1
Low0
Problems with
Constants
Low0
Other Changes
in Data Types
-2
Other Changes
in Constants
-14
+ +

Added Symbols  14 


+chartsheet.h, libxlsxwriter.so
+chartsheet_set_footer ( lxw_chartsheet* chartsheet, char const* string )
+chartsheet_set_footer_opt ( lxw_chartsheet* chartsheet, char const* string, lxw_header_footer_options* options )
+chartsheet_set_header ( lxw_chartsheet* chartsheet, char const* string )
+chartsheet_set_header_opt ( lxw_chartsheet* chartsheet, char const* string, lxw_header_footer_options* options )
+chartsheet_set_landscape ( lxw_chartsheet* chartsheet )
+chartsheet_set_margins ( lxw_chartsheet* chartsheet, double left, double right, double top, double bottom )
+chartsheet_set_paper ( lxw_chartsheet* chartsheet, uint8_t paper_type )
+chartsheet_set_portrait ( lxw_chartsheet* chartsheet )
+
+styles.h, libxlsxwriter.so
+lxw_styles_write_rich_font ( lxw_styles* lxw_styles, lxw_format* format )
+lxw_styles_write_string_fragment ( lxw_styles* self, char* string )
+
+worksheet.h, libxlsxwriter.so
+lxw_worksheet_write_header_footer ( lxw_worksheet* worksheet )
+lxw_worksheet_write_page_setup ( lxw_worksheet* worksheet )
+worksheet_write_rich_string ( lxw_worksheet* worksheet, lxw_row_t row, lxw_col_t col, lxw_rich_string_tuple** rich_string, lxw_format* format )
+
+xmlwriter.h, libxlsxwriter.so
+lxw_xml_rich_si_element ( FILE* xmlfile, char const* string )
+
+to the top
+ +

Problems with Data Types, Medium Severity  22 


+common.h
+ +[+] enum lxw_error  14  +
+ + +
+shared_strings.h
+ +[+] struct sst_element  1  +
+ + +
+worksheet.h
+ +[+] enum cell_types  7  +
+ + +
+to the top
+ +

Problems with Symbols, Medium Severity  1 


+shared_strings.h, libxlsxwriter.so
+ +[+] lxw_get_sst_index ( lxw_sst* sst, char const* string )  1  +
+ +
+to the top
+ +

Problems with Data Types, Low Severity  4 


+common.h
+ +[+] enum lxw_error  3  +
+ + +
+shared_strings.h
+ +[+] struct sst_element  1  +
+ + +
+to the top
+ +

Other Changes in Data Types  2 


+common.h
+ +[+] enum lxw_error  1  +
+ + +
+worksheet.h
+ +[+] enum cell_types  1  +
+ + +
+to the top
+ +

Other Changes in Constants  14 


+common.h
+ +[+] LXW_LANDSCAPE +
+ + + +[+] LXW_PORTRAIT +
+ + +
+ctype.h
+ +[+] _ISalnum +
+ + + +[+] _ISalpha +
+ + + +[+] _ISblank +
+ + + +[+] _IScntrl +
+ + + +[+] _ISdigit +
+ + + +[+] _ISgraph +
+ + + +[+] _ISlower +
+ + + +[+] _ISprint +
+ + + +[+] _ISpunct +
+ + + +[+] _ISspace +
+ + + +[+] _ISupper +
+ + + +[+] _ISxdigit +
+ + +
+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.2
Version #20.8.3
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files25
Total Libraries1
Total Symbols / Types814 / 325
Compatibility99.9%
+

Problem Summary


+ + + + + + + + + + + +
SeverityCount
Added Symbols-52
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium0
Low1
Problems with
Symbols
High0
Medium1
Low0
Problems with
Constants
Low1
Other Changes
in Data Types
-26
Other Changes
in Constants
-14
+ +

Added Symbols  52 


+chartsheet.h
+chartsheet_set_footer ( lxw_chartsheet* chartsheet, char const* string )
+chartsheet_set_footer_opt ( lxw_chartsheet* chartsheet, char const* string, lxw_header_footer_options* options )
+chartsheet_set_header ( lxw_chartsheet* chartsheet, char const* string )
+chartsheet_set_header_opt ( lxw_chartsheet* chartsheet, char const* string, lxw_header_footer_options* options )
+chartsheet_set_landscape ( lxw_chartsheet* chartsheet )
+chartsheet_set_margins ( lxw_chartsheet* chartsheet, double left, double right, double top, double bottom )
+chartsheet_set_paper ( lxw_chartsheet* chartsheet, uint8_t paper_type )
+chartsheet_set_portrait ( lxw_chartsheet* chartsheet )
+
+ctype.h
+__ctype_b_loc ( )
+__ctype_tolower_loc ( )
+__ctype_toupper_loc ( )
+__tolower_l ( int __c, locale_t __l )
+__toupper_l ( int __c, locale_t __l )
+_tolower ( int p1 )
+_toupper ( int p1 )
+isalnum ( int p1 )
+isalnum_l ( int p1, locale_t p2 )
+isalpha ( int p1 )
+isalpha_l ( int p1, locale_t p2 )
+isascii ( int __c )
+isblank ( int p1 )
+isblank_l ( int p1, locale_t p2 )
+iscntrl ( int p1 )
+iscntrl_l ( int p1, locale_t p2 )
+isctype ( int __c, int __mask )
+isdigit ( int p1 )
+isdigit_l ( int p1, locale_t p2 )
+isgraph ( int p1 )
+isgraph_l ( int p1, locale_t p2 )
+islower ( int p1 )
+islower_l ( int p1, locale_t p2 )
+isprint ( int p1 )
+isprint_l ( int p1, locale_t p2 )
+ispunct ( int p1 )
+ispunct_l ( int p1, locale_t p2 )
+isspace ( int p1 )
+isspace_l ( int p1, locale_t p2 )
+isupper ( int p1 )
+isupper_l ( int p1, locale_t p2 )
+isxdigit ( int p1 )
+isxdigit_l ( int p1, locale_t p2 )
+toascii ( int __c )
+tolower ( int __c )
+tolower_l ( int __c, locale_t __l )
+toupper ( int __c )
+toupper_l ( int __c, locale_t __l )
+
+styles.h
+lxw_styles_write_rich_font ( lxw_styles* lxw_styles, lxw_format* format )
+lxw_styles_write_string_fragment ( lxw_styles* self, char* string )
+
+worksheet.h
+lxw_worksheet_write_header_footer ( lxw_worksheet* worksheet )
+lxw_worksheet_write_page_setup ( lxw_worksheet* worksheet )
+worksheet_write_rich_string ( lxw_worksheet* worksheet, lxw_row_t row, lxw_col_t col, lxw_rich_string_tuple** rich_string, lxw_format* format )
+
+xmlwriter.h
+lxw_xml_rich_si_element ( FILE* xmlfile, char const* string )
+
+to the top
+ +

Problems with Symbols, Medium Severity  1 


+shared_strings.h
+ +[+] lxw_get_sst_index ( lxw_sst* sst, char const* string )  1  +
+ +
+to the top
+ +

Problems with Data Types, Low Severity  1 


+shared_strings.h
+ +[+] struct sst_element  1  +
+ + +
+to the top
+ +

Problems with Constants, Low Severity  1 


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

Other Changes in Data Types  26 


+common.h
+ +[+] enum lxw_error  18  +
+ + +
+worksheet.h
+ +[+] enum cell_types  8  +
+ + +
+to the top
+ +

Other Changes in Constants  14 


+common.h
+ +[+] LXW_LANDSCAPE +
+ + + +[+] LXW_PORTRAIT +
+ + +
+ctype.h
+ +[+] _ISalnum +
+ + + +[+] _ISalpha +
+ + + +[+] _ISblank +
+ + + +[+] _IScntrl +
+ + + +[+] _ISdigit +
+ + + +[+] _ISgraph +
+ + + +[+] _ISlower +
+ + + +[+] _ISprint +
+ + + +[+] _ISpunct +
+ + + +[+] _ISspace +
+ + + +[+] _ISupper +
+ + + +[+] _ISxdigit +
+ + +
+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