0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
replaced arg5 with name5 (#7) More... almost 5 years ago
Merge pull request #5 from EliaCereda/patch-1 More... over 8 years ago
Added a missing semicolon in CaptainHook.h More... about 9 years ago
Merge pull request #4 from Qusic/patch-1 More... about 9 years ago
Remove duplicated inline attribute More... about 9 years ago
Merge pull request #3 from CrazyMonster/patch-1 More... about 11 years ago
Added space in the sig array for the \0. More... about 11 years ago
Merge pull request #2 from aricha/master More... about 11 years ago
Removed unnecessary semicolons in do-while macros More... over 11 years ago
Use CHOptimizedMethod in property method declarations, wrapped primitive setters and getters in a do-while loop, and removed an unnecessary if check More... over 11 years ago
Added dynamic property declaration macros, based on associated objects. Includes some convenience macros to simplify use of associated objects as dynamic properties. More... over 11 years ago
Merge pull request #1 from EliaCereda/patch-1 More... over 11 years ago
Fixed !__has_feature(objc_arc) issue (typo?) More... over 11 years ago
Support ancient preprocessors that don't have __has_feature More... about 12 years ago
Support ARC More... over 12 years ago
Fix CHScopeReleased More... almost 14 years ago
Use standard autorelease pool class instead of private NSPush/PopAutoreleasePool More... almost 14 years ago
Optimized methods are now safer More... about 14 years ago
Merge branch 'master' of github.com:rpetrich/CaptainHook More... about 14 years ago
Removed unnecessary comparisons against the class (emit less code that will be faster in the common case) More... about 14 years ago
Add CHOptimizedMethod variants (that emit code optimized for the hook type) More... about 14 years ago
Fix CHMethod4 and CHDeclareMethod4 More... about 14 years ago
Added support for methods with between six and nine parameters More... over 14 years ago
Merge branch 'master' of github.com:rpetrich/CaptainHook More... over 14 years ago
Removed deprecated CHAddHook# and CHAddClassHook# macros More... over 14 years ago
Make CHIvar emit a constant alignment, rather than a call to log2 More... over 14 years ago
Merge branch 'master' of github.com:rpetrich/CaptainHook More... over 14 years ago
Fix CHDeclareMethod; CHLoadClass now returns id instead of void More... over 14 years ago
Fix class hooks More... over 14 years ago
Added alternate syntax for dealing with parameter count: CHMethod(#, ...), CHHook(#, ...), CHSuper(#, ...), etc More... over 14 years ago