Binary compatibility report for the jlibcpp library  between 0.9.2 and 1.0.0 versions on x86

Test Info


Library Namejlibcpp
Version #10.9.2
Version #21.0.0
CPU Architecturex86
GCC Version4.6.1

Test Results


Total Header Files273
Total Shared Libraries1
Total Symbols / Types4013 / 1592
VerdictIncompatible
(16.26%)

Problem Summary


SeverityCount
Added Symbols-82
Removed SymbolsHigh58
Problems with
Data Types
High44
Medium12
Low46
Problems with
Symbols
High26
Medium0
Low53
Problems with
Constants
Low0
Other Changes-0

Added Symbols (82)


jcomponent.h, libjlibcpp-1.0.so
namespace jgui
Component::PaintBorderBackground Graphics* g )
Component::PaintBorderEdges Graphics* g )

jgraphics.h, libjlibcpp-1.0.so
namespace jgui
Graphics::DrawBezierCurve jpoint_t* p, int npoints, int interpolation )
Graphics::DrawChord int xcp, int ycp, int rxp, int ryp, double arc0, double arc1 )
Graphics::DrawEllipse int xcp, int ycp, int rxp, int ryp )
Graphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y )
Graphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int w, int h )
Graphics::DrawImage ( OffScreenImage* img, int x, int y )
Graphics::DrawImage ( OffScreenImage* img, int x, int y, int w, int h )
Graphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y )
Graphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int w, int h )
Graphics::DrawImage std::string img, int x, int y )
Graphics::DrawImage std::string img, int x, int y, int w, int h )
Graphics::DrawPie int xcp, int ycp, int rxp, int ryp, double arc0, double arc1 )
Graphics::DrawRoundRectangle int xp, int yp, int wp, int hp, int dx, int dy )
Graphics::FillChord int xcp, int ycp, int rxp, int ryp, double arc0, double arc1 )
Graphics::FillEllipse int xcp, int ycp, int rxp, int ryp )
Graphics::FillPie int xcp, int ycp, int rxp, int ryp, double arc0, double arc1 )
Graphics::FillRoundRectangle int xp, int yp, int wp, int hp, int dx, int dy )
Graphics::GetLineJoin ( )
Graphics::Graphics [in-charge] void* s, bool offscreen )
Graphics::Graphics [not-in-charge] void* s, bool offscreen )
Graphics::SetAntiAliasEnabled bool b )
Graphics::SetLineJoin jline_join_t t )

jlistbox.h, libjlibcpp-1.0.so
namespace jgui
ListBox::GetStoneSize ( )
ListBox::SetStoneSize int size )

jmarquee.h, libjlibcpp-1.0.so
namespace jgui
Marquee::SetStep int i )

jnullgraphics.h, libjlibcpp-1.0.so
namespace jgui
NullGraphics::DrawBezierCurve jpoint_t* p, int npoints, int interpolation )
NullGraphics::DrawChord int xcp, int ycp, int rxp, int ryp, double arc0, double arc1 )
NullGraphics::DrawEllipse int xcp, int ycp, int rxp, int ryp )
NullGraphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y )
NullGraphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int w, int h )
NullGraphics::DrawImage ( OffScreenImage* img, int x, int y )
NullGraphics::DrawImage ( OffScreenImage* img, int x, int y, int w, int h )
NullGraphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y )
NullGraphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int w, int h )
NullGraphics::DrawImage std::string img, int x, int y )
NullGraphics::DrawImage std::string img, int x, int y, int w, int h )
NullGraphics::DrawPie int xcp, int ycp, int rxp, int ryp, double arc0, double arc1 )
NullGraphics::DrawRoundRectangle int xp, int yp, int wp, int hp, int dx, int dy )
NullGraphics::FillChord int xcp, int ycp, int rxp, int ryp, double arc0, double arc1 )
NullGraphics::FillEllipse int xcp, int ycp, int rxp, int ryp )
NullGraphics::FillGradientRectangle int x, int y, int w, int h, jcolor_t scolor, jcolor_t dcolor, bool horizontal )
NullGraphics::FillPie int xcp, int ycp, int rxp, int ryp, double arc0, double arc1 )
NullGraphics::FillRoundRectangle int xp, int yp, int wp, int hp, int dx, int dy )
NullGraphics::GetBlittingFlags ( )
NullGraphics::GetDrawingFlags ( )
NullGraphics::GetFont ( )
NullGraphics::GetLineJoin ( )
NullGraphics::GetPorterDuffFlags ( )
NullGraphics::Lock ( )
NullGraphics::SetAntiAliasEnabled bool b )
NullGraphics::SetColor jcolor_t c )
NullGraphics::SetLineJoin jline_join_t t )
NullGraphics::SetRGB int xp, int yp, uint32_t rgb )
NullGraphics::Unlock ( )

jprogressbar.h, libjlibcpp-1.0.so
namespace jgui
ProgressBar::GetValue ( )
ProgressBar::SetValue double i )

jslider.h, libjlibcpp-1.0.so
namespace jgui
Slider::GetStoneSize ( )

jslidercomponent.h, libjlibcpp-1.0.so
namespace jgui
SliderComponent::DispatchAdjustmentEvent AdjustmentEvent* event )
SliderComponent::GetAdjustmentListeners ( )
SliderComponent::GetMajorTickSpacing ( )
SliderComponent::GetMaximum ( )
SliderComponent::GetMinimum ( )
SliderComponent::GetMinorTickSpacing ( )
SliderComponent::GetOrientation ( )
SliderComponent::GetValue ( )
SliderComponent::RegisterAdjustmentListener AdjustmentListener* listener )
SliderComponent::RemoveAdjustmentListener AdjustmentListener* listener )
SliderComponent::SetMajorTickSpacing int i )
SliderComponent::SetMaximum int i )
SliderComponent::SetMinimum int i )
SliderComponent::SetMinorTickSpacing int i )
SliderComponent::SetOrientation jscroll_orientation_t type )
SliderComponent::SetRange int minimum, int maximum )
SliderComponent::SetValue int i )
SliderComponent::SliderComponent [in-charge] int x, int y, int width, int height )
SliderComponent::SliderComponent [not-in-charge] int x, int y, int width, int height )
SliderComponent::~SliderComponent [in-charge-deleting] ( )
SliderComponent::~SliderComponent [in-charge] ( )
SliderComponent::~SliderComponent [not-in-charge] ( )

jwindow.h, libjlibcpp-1.0.so
namespace jgui
Window::Paint Graphics* g )

to the top

Removed Symbols (58)


jcomponent.h, libjlibcpp-1.0.so
namespace jgui
Component::FillRectangle Graphics* g, int x, int y, int width, int height )
Component::PaintEdges Graphics* g )

jgraphics.h, libjlibcpp-1.0.so
namespace jgui
Graphics::DrawBezierCurve ( jpoint_t* points, int n_points )
Graphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int alpha )
Graphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha )
Graphics::DrawImage ( OffScreenImage* img, int x, int y, int alpha )
Graphics::DrawImage ( OffScreenImage* img, int x, int y, int w, int h, int alpha )
Graphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int alpha )
Graphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha )
Graphics::DrawImage std::string img, int x, int y, int alpha )
Graphics::DrawImage std::string img, int x, int y, int w, int h, int alpha )
Graphics::DrawRoundRectangle int x, int y, int w, int h, int raio )
Graphics::FillRoundRectangle int x, int y, int w, int h, int raio )
Graphics::GetLineType ( )
Graphics::Graphics [in-charge] void* s )
Graphics::Graphics [not-in-charge] void* s )
Graphics::SetLineType jline_type_t t )

jnullgraphics.h, libjlibcpp-1.0.so
namespace jgui
NullGraphics::DrawBezierCurve ( jpoint_t* points, int n_points )
NullGraphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int alpha )
NullGraphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha )
NullGraphics::DrawImage ( OffScreenImage* img, int x, int y, int alpha )
NullGraphics::DrawImage ( OffScreenImage* img, int x, int y, int w, int h, int alpha )
NullGraphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int alpha )
NullGraphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha )
NullGraphics::DrawImage std::string img, int x, int y, int alpha )
NullGraphics::DrawImage std::string img, int x, int y, int w, int h, int alpha )
NullGraphics::DrawRoundRectangle int x, int y, int w, int h, int raio )
NullGraphics::FillGradientRectangle int x, int y, int w, int h, int sr, int sg, int sb, int sa, int dr, int dg, int db, int da, bool horizontal )
NullGraphics::FillRoundRectangle int x, int y, int w, int h, int raio )
NullGraphics::GetLineType ( )
NullGraphics::SetLineType jline_type_t t )
NullGraphics::SetRGB int xp, int yp, int rgb )

jprogressbar.h, libjlibcpp-1.0.so
namespace jgui
ProgressBar::GetPosition ( )
ProgressBar::SetPosition double i )

jscrollbar.h, libjlibcpp-1.0.so
namespace jgui
ScrollBar::DispatchAdjustmentEvent AdjustmentEvent* event )
ScrollBar::GetAdjustmentListeners ( )
ScrollBar::GetMajorTickSpacing ( )
ScrollBar::GetMinorTickSpacing ( )
ScrollBar::GetOrientation ( )
ScrollBar::GetPosition ( )
ScrollBar::RegisterAdjustmentListener AdjustmentListener* listener )
ScrollBar::RemoveAdjustmentListener AdjustmentListener* listener )
ScrollBar::SetMajorTickSpacing double i )
ScrollBar::SetMinorTickSpacing double i )
ScrollBar::SetOrientation jscroll_orientation_t type )
ScrollBar::SetPosition double i )

jslider.h, libjlibcpp-1.0.so
namespace jgui
Slider::DispatchAdjustmentEvent AdjustmentEvent* event )
Slider::GetAdjustmentListeners ( )
Slider::GetMajorTickSpacing ( )
Slider::GetMinorTickSpacing ( )
Slider::GetPosition ( )
Slider::RegisterAdjustmentListener AdjustmentListener* listener )
Slider::RemoveAdjustmentListener AdjustmentListener* listener )
Slider::SetMajorTickSpacing double i )
Slider::SetMinorTickSpacing double i )
Slider::SetOrientation jscroll_orientation_t type )
Slider::SetPosition double i )

stdexcept, libjlibcpp-1.0.so
namespace std
vtable for out_of_range [data]

to the top

Problems with Data Types, High Severity (44)


jcomponent.h
namespace jgui
[+] class Component (2)

jgraphics.h
namespace jgui
[+] class Graphics (24)

jlistbox.h
namespace jgui
[+] class ListBox (3)

jmarquee.h
namespace jgui
[+] class Marquee (1)

jnullgraphics.h
namespace jgui
[+] class NullGraphics (1)

jscrollbar.h
namespace jgui
[+] class ScrollBar (7)

jslider.h
namespace jgui
[+] class Slider (6)

to the top

Problems with Symbols, High Severity (26)


jgraphics.h, libjlibcpp-1.0.so
namespace jgui
[+] Graphics::DrawBezierCurve ( jpoint_t* points, int n_points ) (1)
[+] Graphics::DrawImage ( OffScreenImage* img, int x, int y, int alpha ) (1)
[+] Graphics::DrawImage ( OffScreenImage* img, int x, int y, int w, int h, int alpha ) (1)
[+] Graphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int alpha ) (1)
[+] Graphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha ) (1)
[+] Graphics::DrawImage std::string img, int x, int y, int alpha ) (1)
[+] Graphics::DrawImage std::string img, int x, int y, int w, int h, int alpha ) (1)
[+] Graphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int alpha ) (1)
[+] Graphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha ) (1)
[+] Graphics::DrawRoundRectangle int x, int y, int w, int h, int raio ) (1)
[+] Graphics::FillRoundRectangle int x, int y, int w, int h, int raio ) (1)
[+] Graphics::Graphics [in-charge] void* s ) (1)
[+] Graphics::Graphics [not-in-charge] void* s ) (1)

jnullgraphics.h, libjlibcpp-1.0.so
namespace jgui
[+] NullGraphics::DrawBezierCurve ( jpoint_t* points, int n_points ) (1)
[+] NullGraphics::DrawImage ( OffScreenImage* img, int x, int y, int alpha ) (1)
[+] NullGraphics::DrawImage ( OffScreenImage* img, int x, int y, int w, int h, int alpha ) (1)
[+] NullGraphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int alpha ) (1)
[+] NullGraphics::DrawImage ( OffScreenImage* img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha ) (1)
[+] NullGraphics::DrawImage std::string img, int x, int y, int alpha ) (1)
[+] NullGraphics::DrawImage std::string img, int x, int y, int w, int h, int alpha ) (1)
[+] NullGraphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int alpha ) (1)
[+] NullGraphics::DrawImage std::string img, int sx, int sy, int sw, int sh, int x, int y, int w, int h, int alpha ) (1)
[+] NullGraphics::DrawRoundRectangle int x, int y, int w, int h, int raio ) (1)
[+] NullGraphics::FillGradientRectangle int x, int y, int w, int h, int sr, int sg, int sb, int sa, int dr, int dg, int db, int da, bool horizontal ) (1)
[+] NullGraphics::FillRoundRectangle int x, int y, int w, int h, int raio ) (1)
[+] NullGraphics::SetRGB int xp, int yp, int rgb ) (1)

to the top

Problems with Data Types, Medium Severity (12)


jcanvas.h
namespace jgui
[+] class Canvas (1)

jcomponent.h
namespace jgui
[+] class Component (1)

jframe.h
namespace jgui
[+] class Frame (1)

jgraphics.h
namespace jgui
[+] class Graphics (4)

jnullgraphics.h
namespace jgui
[+] class NullGraphics (1)

jpanel.h
namespace jgui
[+] class Panel (1)

jprogressbar.h
namespace jgui
[+] class ProgressBar (2)

jtextfield.h
namespace jgui
[+] class TextField (1)

to the top

Problems with Data Types, Low Severity (46)


jgraphics.h
namespace jgui
[+] class Graphics (1)

jlistbox.h
namespace jgui
[+] class ListBox (4)

jmouseevent.h
namespace jgui
[+] enum jmouse_button_t (5)

jnullgraphics.h
namespace jgui
[+] class NullGraphics (9)

jprogressbar.h
namespace jgui
[+] class ProgressBar (3)

jscrollbar.h
namespace jgui
[+] class ScrollBar (8)

jslider.h
namespace jgui
[+] class Slider (15)

jwindow.h
namespace jgui
[+] class Window (1)

to the top

Problems with Symbols, Low Severity (53)


jgraphics.h, libjlibcpp-1.0.so
namespace jgui
[+] Graphics::DrawArc int xcp, int ycp, int rxp, int ryp, double start_angle, double end_angle ) (2)
[+] Graphics::DrawBevelRectangle int x, int y, int w, int h, int dx, int dy ) (4)
[+] Graphics::DrawCircle int xp, int yp, int raio ) (1)
[+] Graphics::DrawRectangle int x, int y, int w, int h ) (4)
[+] Graphics::DrawString std::string s, int x, int y ) (1)
[+] Graphics::DrawString ( std::string full_text, int x, int y, int width, int height, jhorizontal_align_t halign, jvertical_align_t valign, bool clipped ) (1)
[+] Graphics::FillArc int xcp, int ycp, int rxp, int ryp, double start_angle, double end_angle ) (2)
[+] Graphics::FillBevelRectangle int x, int y, int w, int h, int dx, int dy ) (4)
[+] Graphics::FillCircle int xp, int yp, int raio ) (1)
[+] Graphics::FillRectangle int x, int y, int w, int h ) (4)

jnullgraphics.h, libjlibcpp-1.0.so
namespace jgui
[+] NullGraphics::DrawArc int xcp, int ycp, int rxp, int ryp, double start_angle, double end_angle ) (2)
[+] NullGraphics::DrawBevelRectangle int x, int y, int w, int h, int dx, int dy ) (4)
[+] NullGraphics::DrawCircle int xp, int yp, int raio ) (1)
[+] NullGraphics::DrawRectangle int x, int y, int w, int h ) (4)
[+] NullGraphics::DrawString std::string s, int x, int y ) (1)
[+] NullGraphics::DrawString ( std::string full_text, int x, int y, int width, int height, jhorizontal_align_t halign, jvertical_align_t valign, bool clipped ) (1)
[+] NullGraphics::FillArc int xcp, int ycp, int rxp, int ryp, double start_angle, double end_angle ) (2)
[+] NullGraphics::FillBevelRectangle int x, int y, int w, int h, int dx, int dy ) (4)
[+] NullGraphics::FillCircle int xp, int yp, int raio ) (1)
[+] NullGraphics::FillRectangle int x, int y, int w, int h ) (4)
[+] NullGraphics::SetColor uint32_t color ) (1)
[+] NullGraphics::SetRGB uint32_t* rgb, int x, int y, int w, int h, int scanline ) (4)

to the top

Header Files (273)


jaccesscontroller.h
jadaptationfield.h
jadjustmentevent.h
jadjustmentlistener.h
janimation.h
jaudio.h
jautolock.h
jbase64.h
jbiginteger.h
jbitinputstream.h
jbitmap.h
jbitoutputstream.h
jbitstream.h
jborder.h
jborderlayout.h
jbufferedimage.h
jbufferedreader.h
jbufferexception.h
jbutton.h
jbuttonevent.h
jbuttonlistener.h
jcalendar.h
jcalendardialogbox.h
jcalendarevent.h
jcalendarlistener.h
jcanvas.h
jcardlayout.h
jchannel.h
jcharset.h
jcheckbutton.h
jcheckbuttonevent.h
jcheckbuttongroup.h
jcheckbuttonlistener.h
jcombobox.h
jcommonlib.h
jcompileexception.h
jcomplex.h
jcomponent.h
jcomponentevent.h
jcomponentlistener.h
jcondition.h
jconnection.h
jconnectionpipe.h
jconsolehandler.h
jcontainer.h
jcontainerevent.h
jcontainerlistener.h
jcoordinatelayout.h
jcpu.h
jcrc32.h
jdatagramsocket.h
jdatainputstream.h
jdataoutputstream.h
jdate.h
jdebug.h
jdevice.h
jdevicebuilder.h
jdisplay.h
jdynamiclink.h
jevent.h
jeventobject.h
jexception.h
jfifoexception.h
jfile.h
jfileaccesscontroller.h
jfilechooserdialogbox.h
jfileexception.h
jfilehandler.h
jfileinputstream.h
jfileoutputstream.h
jflowlayout.h
jfocusevent.h
jfocuslistener.h
jfont.h
jformatter.h
jframe.h
jframeinputlistener.h
jgc.h
jgfxhandler.h
jgif.h
jgraphics.h
jgridbaglayout.h
jgridlayout.h
jgroup.h
jguilib.h
jhandler.h
jharddisk.h
jhtmlparser.h
jhttp.h
jhttprequester.h
jicon.h
jillegalargumentexception.h
jillegalstateexception.h
jimage.h
jimagebutton.h
jimageexception.h
jimagelib.h
jindexedbuffer.h
jinetaddress.h
jinputdialogbox.h
jinputmanager.h
jinputstream.h
jinvalidargumentexception.h
jioexception.h
jiolib.h
jitemcomponent.h
jjpg.h
jjson.h
jkeyboard.h
jkeyboardevent.h
jkeyboardlistener.h
jkeyevent.h
jkeylistener.h
jlabel.h
jlayout.h
jlistbox.h
jlistener.h
jlogger.h
jloggerexception.h
jloggerlib.h
jloggermanager.h
jlogrecord.h
jmarquee.h
jmath.h
jmathlib.h
jmatrix.h
jmd5.h
jmedia.h
jmemory.h
jmemoryexception.h
jmemoryhandler.h
jmemoryinputstream.h
jmemorymap.h
jmemoryoutputstream.h
jmenu.h
jmenugroup.h
jmessagedialogbox.h
jmessageexception.h
jmessagequeue.h
jmonitor.h
jmotherboard.h
jmouseevent.h
jmouselistener.h
jmpegexception.h
jmpeglib.h
jmulticastsocket.h
jmutex.h
jmutexexception.h
jnetwork.h
jnullgraphics.h
jnulllayout.h
jnullpointerexception.h
jobject.h
jobjectinputstream.h
jobjectoutputstream.h
jobservable.h
jobserver.h
joffscreenimage.h
joptions.h
joutofboundsexception.h
joutputstream.h
jpanel.h
jphysiclib.h
jpipe.h
jpipeexception.h
jpng.h
jpointer.h
jpolicies.h
jppm.h
jprintstream.h
jprivateprocess.h
jprocess.h
jprocessexception.h
jprocessinputstream.h
jprocessoutputstream.h
jprogramassociationsection.h
jprogramassociationtable.h
jprogramelementarystreamsection.h
jprogrammapsection.h
jprogramsysteminformationsection.h
jprogramsysteminformationtable.h
jprogressbar.h
jproperties.h
jrandom.h
jrawsocket.h
jregexp.h
jresourceclient.h
jresourceexception.h
jresourcelib.h
jresourceproxy.h
jresourceserver.h
jresourcestatusevent.h
jresourcestatuslistener.h
jrunnable.h
jruntimeexception.h
jrwlock.h
jschedule.h
jscrollbar.h
jscrollpane.h
jsection.h
jsecurityexception.h
jsecuritylib.h
jsecuritymanager.h
jselectevent.h
jselectlistener.h
jsemaphore.h
jsemaphoreexception.h
jsemaphoretimeoutexception.h
jserializable.h
jserversocket.h
jsha1.h
jsharedfifo.h
jsharedlib.h
jsharedmemory.h
jsharedsemaphore.h
jsimpleformatter.h
jslider.h
jsocket.h
jsocketexception.h
jsockethandler.h
jsocketinputstream.h
jsocketlib.h
jsocketoption.h
jsocketoptionexception.h
jsocketoutputstream.h
jsocketstreamexception.h
jsockettimeoutexception.h
jspin.h
jspinlock.h
jsslserversocket.h
jsslsocket.h
jsslsocketinputstream.h
jsslsocketoutputstream.h
jstreamhandler.h
jstringtokenizer.h
jstringutils.h
jsystem.h
jsystemexception.h
jtable.h
jtextarea.h
jtextcomponent.h
jtextdialogbox.h
jtextevent.h
jtextfield.h
jtextlistener.h
jtheme.h
jthemeevent.h
jthemelistener.h
jthememanager.h
jthread.h
jthreadexception.h
jthreadgroup.h
jthreadlib.h
jthreadpool.h
jtimer.h
jtooglebutton.h
jtransportstreampacket.h
jtree.h
jtypes.h
junit.h
junknownhostexception.h
jurl.h
juser.h
juuid.h
jvideo.h
jwatch.h
jwindow.h
jwindowevent.h
jwindowlistener.h
jwindowmanager.h
jxmlformatter.h
jxmlparser.h
jyesnodialogbox.h

to the top

Shared Libraries (1)


libjlibcpp-1.0.so

to the top




Generated on Wed Jan 18 17:57:18 2012 for jlibcpp by ABI Compliance Checker 1.96.5  
A tool for checking backward binary compatibility of a shared C/C++ library API