Binary compatibility report for the libOgreBites.so object between 1.12.13 and 13.6.4 versions on x86_64

Test Info


Module NamelibOgreBites
Version #11.12.13
Version #213.6.4
Archx86_64
GCC Version9.4.0

Test Results


Total Header Files54
Total Source Files9
Total Objects1
Total Symbols / Types212 / 122
Compatibility 49.3%

Problem Summary


SeverityCount
Added Symbols-41
Removed SymbolsHigh40
Problems with
Data Types
High4
Medium14
Low105
Problems with
Symbols
High38
Medium0
Low1
Problems with
Constants
Low0
Other Changes
in Data Types
-1

Added Symbols  41 


OgreApplicationContext.h, libOgreBites.so.13.6
namespace OgreBites
ApplicationContextSDL::getDisplayDPI ( ) const

OgreTrays.h, libOgreBites.so.13.6
namespace OgreBites
Button::Button [C1] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width )
Button::Button [C2] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width )
Button::setCaption ( std::__cxx11::basic_string<char>const& caption )
CheckBox::CheckBox [C1] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width )
CheckBox::CheckBox [C2] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width )
CheckBox::setCaption ( std::__cxx11::basic_string<char>const& caption )
Label::Label [C1] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width )
Label::Label [C2] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width )
ParamsPanel::getParamValue ( std::__cxx11::basic_string<char>const& paramName )
ParamsPanel::getParamValue ( unsigned int index )
ParamsPanel::setParamValue ( std::__cxx11::basic_string<char>const& paramName, std::__cxx11::basic_string<char>const& paramValue )
ProgressBar::ProgressBar [C1] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real commentBoxWidth )
ProgressBar::ProgressBar [C2] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real commentBoxWidth )
SelectMenu::containsItem ( std::__cxx11::basic_string<char>const& item )
SelectMenu::getSelectedItem ( )
SelectMenu::removeItem ( std::__cxx11::basic_string<char>const& item )
SelectMenu::selectItem ( std::__cxx11::basic_string<char>const& item, bool notifyListener )
SelectMenu::SelectMenu [C1] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real boxWidth, size_t maxItemsShown )
SelectMenu::SelectMenu [C2] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real boxWidth, size_t maxItemsShown )
SelectMenu::setCaption ( std::__cxx11::basic_string<char>const& caption )
Slider::setCaption ( std::__cxx11::basic_string<char>const& caption )
Slider::Slider [C1] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )
Slider::Slider [C2] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )
TextBox::setText ( std::__cxx11::basic_string<char>const& text )
TextBox::TextBox [C1] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real height )
TextBox::TextBox [C2] ( Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real height )
TrayManager::createCheckBox ( enum TrayLocation trayLoc, Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width )
TrayManager::createLabel ( enum TrayLocation trayLoc, Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width )
TrayManager::createLongSelectMenu ( enum TrayLocation trayLoc, Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real boxWidth, unsigned int maxItemsShown, Ogre::StringVector const& items )
TrayManager::createLongSelectMenu ( enum TrayLocation trayLoc, Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real boxWidth, unsigned int maxItemsShown, Ogre::StringVector const& items )
TrayManager::createLongSlider ( enum TrayLocation trayLoc, Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )
TrayManager::createLongSlider ( enum TrayLocation trayLoc, Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )
TrayManager::createProgressBar ( enum TrayLocation trayLoc, Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real commentBoxWidth )
TrayManager::createTextBox ( enum TrayLocation trayLoc, Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real height )
TrayManager::createThickSelectMenu ( enum TrayLocation trayLoc, Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, unsigned int maxItemsShown, Ogre::StringVector const& items )
TrayManager::createThickSlider ( enum TrayLocation trayLoc, Ogre::String const& name, std::__cxx11::basic_string<char>const& caption, Ogre::Real width, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )
TrayManager::showOkDialog ( std::__cxx11::basic_string<char>const& caption, std::__cxx11::basic_string<char>const& message )
TrayManager::showYesNoDialog ( std::__cxx11::basic_string<char>const& caption, std::__cxx11::basic_string<char>const& question )
Widget::fitCaptionToArea ( std::__cxx11::basic_string<char>const& caption, Ogre::TextAreaOverlayElement* area, Ogre::Real maxWidth ) [static]
Widget::getCaptionWidth ( std::__cxx11::basic_string<char>const& caption, Ogre::TextAreaOverlayElement* area ) [static]

to the top

Removed Symbols  40 


OgreTrays.h, libOgreBites.so.1.12.13
namespace OgreBites
Button::Button [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )
Button::Button [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )
Button::setCaption ( Ogre::UTFString const& caption )
CheckBox::CheckBox [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )
CheckBox::CheckBox [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )
CheckBox::setCaption ( Ogre::UTFString const& caption )
Label::Label [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )
Label::Label [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )
ParamsPanel::getParamValue ( Ogre::UTFString const& paramName )
ParamsPanel::getParamValue ( unsigned int index )
ParamsPanel::setParamValue ( Ogre::UTFString const& paramName, Ogre::UTFString const& paramValue )
ProgressBar::ProgressBar [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real commentBoxWidth )
ProgressBar::ProgressBar [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real commentBoxWidth )
SelectMenu::containsItem ( Ogre::UTFString const& item )
SelectMenu::getSelectedItem ( )
SelectMenu::removeItem ( Ogre::UTFString const& item )
SelectMenu::selectItem ( Ogre::UTFString const& item, bool notifyListener )
SelectMenu::SelectMenu [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real boxWidth, size_t maxItemsShown )
SelectMenu::SelectMenu [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real boxWidth, size_t maxItemsShown )
SelectMenu::setCaption ( Ogre::UTFString const& caption )
Slider::setCaption ( Ogre::UTFString const& caption )
Slider::Slider [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )
Slider::Slider [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )
TextBox::setText ( Ogre::UTFString const& text )
TextBox::TextBox [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real height )
TextBox::TextBox [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real height )
TrayManager::createCheckBox ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )
TrayManager::createLabel ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )
TrayManager::createLongSelectMenu ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real boxWidth, unsigned int maxItemsShown, Ogre::StringVector const& items )
TrayManager::createLongSelectMenu ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real boxWidth, unsigned int maxItemsShown, Ogre::StringVector const& items )
TrayManager::createLongSlider ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )
TrayManager::createLongSlider ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )
TrayManager::createProgressBar ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real commentBoxWidth )
TrayManager::createTextBox ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real height )
TrayManager::createThickSelectMenu ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, unsigned int maxItemsShown, Ogre::StringVector const& items )
TrayManager::createThickSlider ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )
TrayManager::showOkDialog ( Ogre::UTFString const& caption, Ogre::UTFString const& message )
TrayManager::showYesNoDialog ( Ogre::UTFString const& caption, Ogre::UTFString const& question )
Widget::fitCaptionToArea ( Ogre::UTFString const& caption, Ogre::TextAreaOverlayElement* area, Ogre::Real maxWidth ) [static]
Widget::getCaptionWidth ( Ogre::UTFString const& caption, Ogre::TextAreaOverlayElement* area ) [static]

to the top

Problems with Data Types, High Severity  4 


OgreRoot.h
namespace Ogre
[+] class Root  1 

OgreShaderGenerator.h
namespace Ogre::RTShader
[+] class ShaderGenerator  3 

to the top

Problems with Symbols, High Severity  38 


OgreTrays.h, libOgreBites.so.1.12.13
namespace OgreBites
[+] Button::Button [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )  1 
[+] Button::Button [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )  1 
[+] Button::setCaption ( Ogre::UTFString const& caption )  1 
[+] CheckBox::CheckBox [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )  1 
[+] CheckBox::CheckBox [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )  1 
[+] CheckBox::setCaption ( Ogre::UTFString const& caption )  1 
[+] Label::Label [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )  1 
[+] Label::Label [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )  1 
[+] ParamsPanel::getParamValue ( Ogre::UTFString const& paramName )  1 
[+] ParamsPanel::setParamValue ( Ogre::UTFString const& paramName, Ogre::UTFString const& paramValue )  1 
[+] ProgressBar::ProgressBar [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real commentBoxWidth )  1 
[+] ProgressBar::ProgressBar [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real commentBoxWidth )  1 
[+] SelectMenu::containsItem ( Ogre::UTFString const& item )  1 
[+] SelectMenu::removeItem ( Ogre::UTFString const& item )  1 
[+] SelectMenu::selectItem ( Ogre::UTFString const& item, bool notifyListener )  1 
[+] SelectMenu::SelectMenu [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real boxWidth, size_t maxItemsShown )  1 
[+] SelectMenu::SelectMenu [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real boxWidth, size_t maxItemsShown )  1 
[+] SelectMenu::setCaption ( Ogre::UTFString const& caption )  1 
[+] Slider::setCaption ( Ogre::UTFString const& caption )  1 
[+] Slider::Slider [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )  1 
[+] Slider::Slider [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )  1 
[+] TextBox::setText ( Ogre::UTFString const& text )  1 
[+] TextBox::TextBox [C1] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real height )  1 
[+] TextBox::TextBox [C2] ( Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real height )  1 
[+] TrayManager::createCheckBox ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )  1 
[+] TrayManager::createLabel ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width )  1 
[+] TrayManager::createLongSelectMenu ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real boxWidth, unsigned int maxItemsShown, Ogre::StringVector const& items )  1 
[+] TrayManager::createLongSelectMenu ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real boxWidth, unsigned int maxItemsShown, Ogre::StringVector const& items )  1 
[+] TrayManager::createLongSlider ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )  1 
[+] TrayManager::createLongSlider ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real trackWidth, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )  1 
[+] TrayManager::createProgressBar ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real commentBoxWidth )  1 
[+] TrayManager::createTextBox ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real height )  1 
[+] TrayManager::createThickSelectMenu ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, unsigned int maxItemsShown, Ogre::StringVector const& items )  1 
[+] TrayManager::createThickSlider ( enum TrayLocation trayLoc, Ogre::String const& name, Ogre::UTFString const& caption, Ogre::Real width, Ogre::Real valueBoxWidth, Ogre::Real minValue, Ogre::Real maxValue, unsigned int snaps )  1 
[+] TrayManager::showOkDialog ( Ogre::UTFString const& caption, Ogre::UTFString const& message )  1 
[+] TrayManager::showYesNoDialog ( Ogre::UTFString const& caption, Ogre::UTFString const& question )  1 
[+] Widget::fitCaptionToArea ( Ogre::UTFString const& caption, Ogre::TextAreaOverlayElement* area, Ogre::Real maxWidth ) [static]  1 
[+] Widget::getCaptionWidth ( Ogre::UTFString const& caption, Ogre::TextAreaOverlayElement* area ) [static]  1 

to the top

Problems with Data Types, Medium Severity  14 


OgreApplicationContextBase.h
namespace OgreBites
[+] class ApplicationContextBase  1 

OgreOverlayElement.h
namespace Ogre
[+] typedef DisplayString  1 

OgreRoot.h
namespace Ogre
[+] class Root  1 

OgreTechnique.h
namespace Ogre
[+] class Technique  10 

OgreTrays.h
namespace OgreBites
[+] class TextBox  1 

to the top

Problems with Data Types, Low Severity  105 


OgreCommon.h
namespace Ogre
[+] typedef String  1 

OgreOverlayElement.h
namespace Ogre
[+] typedef DisplayString  1 

OgrePlatform.h
namespace Ogre
[+] typedef uint32  1 

OgreRay.h
namespace Ogre
[+] class Ray  2 

OgreRoot.h
namespace Ogre
[+] class Root  56 

OgreShaderGenerator.h
namespace Ogre::RTShader
[+] class ShaderGenerator  27 

OgreTechnique.h
namespace Ogre
[+] class Technique  16 

OgreTrays.h
namespace OgreBites
[+] class TextBox  1 

to the top

Problems with Symbols, Low Severity  1 


OgreMovableObject.h
namespace Ogre
[+] MovableObjectFactory::createInstanceImpl ( String const& p1, NameValuePairList const* p2 )  1 

to the top

Other Changes in Data Types  1 


OgreApplicationContext.h
namespace OgreBites
[+] class ApplicationContextSDL  1 

to the top

Header Files  54 


OgreAdvancedRenderControls.h
OgreAny.h
OgreApplicationContext.h
OgreApplicationContextBase.h
OgreBitesConfigDialog.h
OgreBlendMode.h
OgreCameraMan.h
OgreColourValue.h
OgreCommon.h
OgreConfigDialog.h
OgreController.h
OgreControllerManager.h
OgreFileSystemLayer.h
OgreFrameListener.h
OgreInput.h
OgreLight.h
OgreLog.h
OgreLogManager.h
OgreMaterialManager.h
OgreMath.h
OgreMatrix4.h
OgreMemoryAllocatorConfig.h
OgreMovableObject.h
OgreNode.h
OgreOverlayElement.h
OgrePass.h
OgrePlatform.h
OgrePlugin.h
OgrePrerequisites.h
OgreProfiler.h
OgreRay.h
OgreRenderSystemCapabilities.h
OgreResourceGroupManager.h
OgreRoot.h
OgreSceneManager.h
OgreSceneManagerEnumerator.h
OgreSGTechniqueResolverListener.h
OgreShaderGenerator.h
OgreShaderPrerequisites.h
OgreShaderProgramManager.h
OgreShaderProgramWriter.h
OgreSharedPtr.h
OgreSingleton.h
OgreStaticPluginLoader.h
OgreStringVector.h
OgreTechnique.h
OgreTextAreaOverlayElement.h
OgreTextureUnitState.h
OgreTimer.h
OgreTrays.h
OgreUserObjectBindings.h
OgreUTFString.h
OgreVector.h
OgreWindowEventUtilities.h

to the top

Source Files  9 


OgreAdvancedRenderControls.cpp
OgreApplicationContextBase.cpp
OgreApplicationContextSDL.cpp
OgreBitesConfigDialog.cpp
OgreCameraMan.cpp
OgreSGTechniqueResolverListener.cpp
OgreStaticPluginLoader.cpp
OgreTrays.cpp
OgreWindowEventUtilities.cpp

to the top

Objects  1 


libOgreBites.so.1.12.13

to the top