| r74 |
Source path:
svn/
trunk/ Foundation/ GTMStackTrace.h
|
|
|
Change log
- GTMStackTrace works on 10.5+ (and iPhone) using NSThread to build the call stack. - Added GTM_EXTERN that makes it easier to mix and match objc and objc++ code. - Added GTMHotKeysTextField for display and editing of hot key settings. - Added GTMCarbonEvent for dealing with Carbon Events and HotKeys in a ObjC like ...
| Go to: |
Project members,
sign in to write a code review
Older revisions
r66
by thomasvl
on Nov 04, 2008
Diff
- Added has ability to check if a script has an open handler to GTMNSAppleScript+Handler. - GTMStackTrace support for building a trace from the call stack in an ...
r64
by thomasvl
on Oct 22, 2008
Diff
- GTM_INLINE will make sure a function gets inlined, and provides a consistent way for all GTM code to do it. ...
r50
by thomasvl
on Aug 12, 2008
Diff
- Added GTMNSMakeUncollectable for forcing objects to survive in a GC world. - Added GTMCFAutorelease to make the ...