0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix design issue of invoking intercepted methods on AOPAspect class that would cause the intercepted methods to fail if using self or _cmd (as they contained different context). Now intercepted method is restored for the time of invocation but this can introduce issues between threads which should be fixed in upcoming commits. More... almost 12 years ago
Add readme file. More... about 12 years ago
Add license information. More... about 12 years ago
Support classes that already have a forwardingTargetForSelector method implemented (Actually every class inherit it from NSObject). Refactor code by removing AOPMethod. Now code is a bit ugly, but beautiful. More... about 12 years ago
Rename forwardingTargetForSelector method to avoid the extra call on the AOPAspect class. More... about 12 years ago
Add assertions. Add comments. More... about 12 years ago
Add a serial queue to synchronize critical parts (increase thread safety). Remove old code. More... about 12 years ago
Remove unnecessary block copies. Add comments. Continue work on thread safety. More... about 12 years ago
Add multiple interceptor support. Add interceptor deregistration. Start making it thread safe. More... about 12 years ago
Add first version More... about 12 years ago