Skip to content

Instantly share code, notes, and snippets.

@discnl
Created May 24, 2015 22:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save discnl/905d859b99b041c11f8a to your computer and use it in GitHub Desktop.
Save discnl/905d859b99b041c11f8a to your computer and use it in GitHub Desktop.
Comparing actual ABI with the expected ABI (loading it from "expected_abi")...
=========================================================
WARNING: Possible binary-incompatible changes were found:
=========================================================
--- expected_abi 2015-05-25 01:53:35.000000000 +0400
+++ actual_abi 2015-05-25 01:53:45.000000000 +0400
@@ -20455,6 +20455,7 @@
_OBJC_IVAR_$_wxNSTableDataSource.impl
_OBJC_IVAR_$_wxNSTextField.fieldEditor
_OBJC_IVAR_$_wxNSTextFieldEditor.lastKeyDownEvent
+_OBJC_IVAR_$_wxNSTextFieldEditor.textField
_OBJC_IVAR_$_wxNSToolBarButton.impl
_OBJC_IVAR_$_wxNSToolbar.toolbarDelegate
_OBJC_IVAR_$_wxNSToolbarDelegate.m_isSelectable
@@ -27756,10 +27757,12 @@
__ZN17wxWidgetCocoaImpl15draggingEnteredEPvP6NSViewS0_
__ZN17wxWidgetCocoaImpl15draggingUpdatedEPvP6NSViewS0_
__ZN17wxWidgetCocoaImpl16DoHandleKeyEventEP7NSEvent
+__ZN17wxWidgetCocoaImpl16DoNotifyFocusSetEv
__ZN17wxWidgetCocoaImpl16RemoveFromParentEv
__ZN17wxWidgetCocoaImpl16SetDefaultButtonEb
__ZN17wxWidgetCocoaImpl16SetupCoordinatesERiS0_P7NSEvent
__ZN17wxWidgetCocoaImpl17DoHandleCharEventEP7NSEventP8NSString
+__ZN17wxWidgetCocoaImpl17DoNotifyFocusLostEv
__ZN17wxWidgetCocoaImpl17SetBitmapPositionE11wxDirection
__ZN17wxWidgetCocoaImpl17SetDrawingEnabledEb
__ZN17wxWidgetCocoaImpl18DoHandleMouseEventEP7NSEvent
@@ -29618,6 +29621,7 @@
__ZN20wxNSTextFieldControl20SetInternalSelectionEll
__ZN20wxNSTextFieldControl20becomeFirstResponderEP6NSViewPv
__ZN20wxNSTextFieldControl20resignFirstResponderEP6NSViewPv
+__ZN20wxNSTextFieldControl33UpdateInternalSelectionFromEditorEP19wxNSTextFieldEditor
__ZN20wxNSTextFieldControl3CutEv
__ZN20wxNSTextFieldControl4CopyEv
__ZN20wxNSTextFieldControl4InitEP6NSView
@@ -31074,6 +31078,7 @@
__ZN25wxNonOwnedWindowCocoaImpl21GetNextFirstResponderEv
__ZN25wxNonOwnedWindowCocoaImpl21ShowWithoutActivatingEv
__ZN25wxNonOwnedWindowCocoaImpl22SetRepresentedFilenameERK8wxString
+__ZN25wxNonOwnedWindowCocoaImpl23GetFormerFirstResponderEv
__ZN25wxNonOwnedWindowCocoaImpl4ShowEb
__ZN25wxNonOwnedWindowCocoaImpl5LowerEv
__ZN25wxNonOwnedWindowCocoaImpl5RaiseEv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment