From 43d430b3e7e0b91a4e9ea5136e90125004d73c66 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 7 Feb 2018 12:33:47 +0100 Subject: v0.4.4 --- compat_reports/0.4.3_to_0.4.4/compat_report.html | 557 +++++++++++++++++++++++ 1 file changed, 557 insertions(+) create mode 100644 compat_reports/0.4.3_to_0.4.4/compat_report.html (limited to 'compat_reports') diff --git a/compat_reports/0.4.3_to_0.4.4/compat_report.html b/compat_reports/0.4.3_to_0.4.4/compat_report.html new file mode 100644 index 0000000..9c4f7e1 --- /dev/null +++ b/compat_reports/0.4.3_to_0.4.4/compat_report.html @@ -0,0 +1,557 @@ + + + + + + + + +libmustache: 0.4.3 to 0.4.4 compatibility report + + + +

API compatibility report for the libmustache library between 0.4.3 and 0.4.4 versions on x86_64

+ +
+
+ Binary
Compatibility
+ Source
Compatibility
+
+

Test Info


+ + + + + + + +
Library Namelibmustache
Version #10.4.3
Version #20.4.4
Archx86_64
GCC Version7
SubjectBinary Compatibility
+

Test Results


+ + + + + + +
Total Header Files12
Total Libraries1
Total Symbols / Types17 / 18
Compatibility100%
+

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  12 


+
+compiler.hpp
+data.hpp
+exception.hpp
+lambda.hpp
+mustache.hpp
+mustache_config.h
+node.hpp
+renderer.hpp
+stack.hpp
+tokenizer.hpp
+utils.hpp
+vm.hpp
+
+
to the top
+

Libraries  1 


+
+libmustache.so.4.0.0
+
+
to the top
+


+

Test Info


+ + + + + + +
Library Namelibmustache
Version #10.4.3
Version #20.4.4
Archx86_64
SubjectSource Compatibility
+

Test Results


+ + + + + + +
Total Header Files12
Total Libraries1
Total Symbols / Types57 / 42
Compatibility100%
+

Problem Summary


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

Problems with Constants, Low Severity  3 


+mustache_config.h
+ +[+] MUSTACHE_PACKAGE_STRING +
+ + + +[+] MUSTACHE_PACKAGE_VERSION +
+ + + +[+] MUSTACHE_VERSION +
+ + +
+to the top
+

Header Files  12 


+
+compiler.hpp
+data.hpp
+exception.hpp
+lambda.hpp
+mustache.hpp
+mustache_config.h
+node.hpp
+renderer.hpp
+stack.hpp
+tokenizer.hpp
+utils.hpp
+vm.hpp
+
+
to the top
+

Libraries  1 


+
+libmustache.so.4.0.0
+
+
to the top
+



+ +
+ + -- cgit