Home
Further to r47: updated workaround for <rdar://...
Removed long-dead code. Clean things up a bit b...
Changed some NULL to nil as per usual Cocoa con...
Removed an ARC-unfriendly CFSTR/NSString* cast.
Removed workarounds for pre-10.5 SDKs.
Changed a comment that made an ARC-unfriendly s...
Tagged a deprecated old API with DEPRECATED_ATT...
Replaced all #include with #import
Cover the superclass designated initializers an...
Added compiler error if using older than 10.7 SDK
Updated workaround for <rdar://14095332> (from ...
Fixed minor spelling error: occured -> occurred.
Added workaround for <rdar://14095332>.
Changed trivial readTimout accessor to @systhes...
Tag designated initializers with NS_DESIGNATED_...
Renamed ivars (that Xcode’s refactor tool misse...
Changed AMSerialDelegate to be a proper @protoc...
Add LSMinimumSystemVersion in Info.plist, set t...
Updated MainMenu.nib from it's antique format t...
Renamed all ivars to start with underscore, as ...
enabled some more warnings and removed some obs...
Fixed a few warnings about signedness inconsist...
Make AppController.m ARC-compatible (and still ...
Suppress clang's -Warc-performSelector-leaks wa...
Fixed clang warning about enum not handled in s...
Wrapped GC-only workaround in __OBJC_GC__.
Fixed copy-paste where there were two declarati...
Fixed clang warning about suspicious int to boo...