Binary compatibility report for the cgicc library between 3.2.4 and 3.2.5 versions on x86
Test Info
Library Name | cgicc |
Version #1 | 3.2.4 |
Version #2 | 3.2.5 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 24 |
Total Shared Libraries | 1 |
Total Symbols / Types | 299 / 145 |
Verdict | Compatible |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 21 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 4 |
Problems with Constants | Low | 0 |
Added Symbols (21)
HTTPXHTMLHeader.h,
libcgicc.so.5.0.2
namespace cgicc
HTTPXHTMLHeader::HTTPXHTMLHeader [in-charge] ( )
[symbol: _ZN5cgicc15HTTPXHTMLHeaderC1Ev]
HTTPXHTMLHeader::HTTPXHTMLHeader [not-in-charge] ( )
[symbol: _ZN5cgicc15HTTPXHTMLHeaderC2Ev]
HTTPXHTMLHeader::~HTTPXHTMLHeader [in-charge-deleting] ( )
[symbol: _ZN5cgicc15HTTPXHTMLHeaderD0Ev]
HTTPXHTMLHeader::~HTTPXHTMLHeader [in-charge] ( )
[symbol: _ZN5cgicc15HTTPXHTMLHeaderD1Ev]
HTTPXHTMLHeader::~HTTPXHTMLHeader [not-in-charge] ( )
[symbol: _ZN5cgicc15HTTPXHTMLHeaderD2Ev]
XHTMLDoctype.h,
libcgicc.so.5.0.2
namespace cgicc
XHTMLDoctype::render ( std::ostream& out ) const
[symbol: _ZNK5cgicc12XHTMLDoctype6renderERSo]
XHTMLDoctype::XHTMLDoctype [in-charge] ( XHTMLDoctype::EDocumentType type )
[symbol: _ZN5cgicc12XHTMLDoctypeC1ENS0_13EDocumentTypeE]
XHTMLDoctype::XHTMLDoctype [not-in-charge] ( XHTMLDoctype::EDocumentType type )
[symbol: _ZN5cgicc12XHTMLDoctypeC2ENS0_13EDocumentTypeE]
XHTMLDoctype::~XHTMLDoctype [in-charge-deleting] ( )
[symbol: _ZN5cgicc12XHTMLDoctypeD0Ev]
XHTMLDoctype::~XHTMLDoctype [in-charge] ( )
[symbol: _ZN5cgicc12XHTMLDoctypeD1Ev]
XHTMLDoctype::~XHTMLDoctype [not-in-charge] ( )
[symbol: _ZN5cgicc12XHTMLDoctypeD2Ev]
XMLPI.h,
libcgicc.so.5.0.2
namespace cgicc
XMLPI::operator = ( XMLPI const& element )
[symbol: _ZN5cgicc5XMLPIaSERKS0_]
XMLPI::render ( std::ostream& out ) const
[symbol: _ZNK5cgicc5XMLPI6renderERSo]
XMLPI::set ( std::string const& name )
[symbol: _ZN5cgicc5XMLPI3setERKSs]
XMLPI::set ( std::string const& name, std::string const& value )
[symbol: _ZN5cgicc5XMLPI3setERKSsS2_]
XMLPI::setAttributes ( HTMLAttributeList const& attributes )
[symbol: _ZN5cgicc5XMLPI13setAttributesERKNS_17HTMLAttributeListE]
XMLPI::XMLPI [in-charge] ( std::string name )
[symbol: _ZN5cgicc5XMLPIC1ESs]
XMLPI::XMLPI [not-in-charge] ( std::string name )
[symbol: _ZN5cgicc5XMLPIC2ESs]
XMLPI::~XMLPI [in-charge-deleting] ( )
[symbol: _ZN5cgicc5XMLPID0Ev]
XMLPI::~XMLPI [in-charge] ( )
[symbol: _ZN5cgicc5XMLPID1Ev]
XMLPI::~XMLPI [not-in-charge] ( )
[symbol: _ZN5cgicc5XMLPID2Ev]
to the top
Problems with Symbols, Low Severity (4)
CgiUtils.h,
libcgicc.so.5.0.2
namespace cgicc
[+] extractBetween ( std::string const& data, std::string const& separator ) (2)
changed to:extractBetween ( std::string const& datas, std::string const& separators )
[symbol: _ZN5cgicc14extractBetweenERKSsS1_]
| Change | Effect |
---|
1 | 1st parameter data has been renamed to datas. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter separator has been renamed to separators. | Renaming of a parameter may indicate a change in its semantic meaning. |
[+] stringsAreEqual ( std::string const& s1, std::string const& s2, size_t n ) (2)
changed to:stringsAreEqual ( std::string const& ss1, std::string const& ss2, size_t n )
[symbol: _ZN5cgicc15stringsAreEqualERKSsS1_j]
| Change | Effect |
---|
1 | 1st parameter s1 has been renamed to ss1. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | 2nd parameter s2 has been renamed to ss2. | Renaming of a parameter may indicate a change in its semantic meaning. |
to the top
Header Files (24)
Cgicc.h
CgiDefs.h
CgiEnvironment.h
CgiInput.h
CgiUtils.h
FormEntry.h
FormFile.h
HTMLAtomicElement.h
HTMLAttribute.h
HTMLAttributeList.h
HTMLBooleanElement.h
HTMLClasses.h
HTMLDoctype.h
HTMLElement.h
HTMLElementList.h
HTTPContentHeader.h
HTTPCookie.h
HTTPHeader.h
HTTPHTMLHeader.h
HTTPPlainHeader.h
HTTPRedirectHeader.h
HTTPResponseHeader.h
HTTPStatusHeader.h
MStreamable.h
to the top
Shared Libraries (1)
libcgicc.so.5.0.2
to the top