aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks/MCPKit/Support files
Commit message (Collapse)AuthorAgeFilesLines
* NSNotificationAdditions tweaks:rowanbeentje2011-06-012-51/+37
| | | | | | | | - Remove unused _postNotificationForwarder methods - Clean up and standardise method names and argument names - Correctly cross-thread retain when waitUntilDone: is NO - Attempt to improve compatibility with third-party frameworks such as TCMPortMapper
* - Fix compiler warnings for MCPKit - largely typecast relatedrowanbeentje2011-03-021-9/+30
| | | | | | | | | - Fix further compiler warnings, including a couple of bugs - Disable the -wselector warnings (Multiple definition types for selector) as they're currently unsupported in LLVM - Disable the -wconversion warnings (Prototype conversion) warnings as we usually can't affect protocol declaration - Disable the -wstrict-selector-match (Strict selector matching) due to too many false positives
* Split MCPConnection's delegate methods into it's own protocol.stuconnolly2010-10-202-23/+37
|
* - Ensure start/end query notifications are sent on the main thread to avoid ↵rowanbeentje2010-06-012-0/+111
the interface being updated from the wrong thread on listeners - Add a "Support Files" folder to MCPKit, containing NSNotificationAdditions to support main thread notifications from within MCPKit