.. |
platform_darwin
|
Issue #341, enable -Werror-implicit-function-declaration and cleaned up missing prototypes
|
2009-08-06 19:27:34 +00:00 |
platform_linux
|
(issue 384) Linux/ARM target with slight modification
|
2009-09-15 14:49:44 +00:00 |
platform_windows
|
renamed platform_win32 directories to platform_windows
|
2009-06-25 19:33:25 +00:00 |
objc_cache.h
|
More NS(U)Integer cleanup, more stdint conversion
|
2009-06-01 20:04:55 +00:00 |
objc_class.h
|
- Decoding of NIB external name table replacement, allObjects, and NSCustomObject substantially changed to use mostly public API and be compatible with Apple's Foundation. Custom object's are instantiated only after replacement is performed and only done if present in NSIBObjectData's NSNamesKeys (tests indicate they are always in this array).
|
2009-06-11 16:07:01 +00:00 |
objc_class.m
|
(issue 384) Linux/ARM target with slight modification
|
2009-09-15 14:49:44 +00:00 |
objc_debugHelpers.h
|
- exceptions offer stack traces in debug mode (only addresses, no symbols yet)
|
2008-08-31 14:28:38 +00:00 |
objc_debugHelpers.m
|
More NS(U)Integer cleanup, more stdint conversion
|
2009-06-01 20:04:55 +00:00 |
objc_functions.m
|
general reorganization in objc runtime
|
2009-04-09 02:58:45 +00:00 |
objc_ivar.m
|
some file renames in objc runtime
|
2009-04-07 00:31:44 +00:00 |
objc_method.m
|
- add objc_protocol.h/m, objc_property.h/m
|
2009-04-20 18:02:07 +00:00 |
objc_msg_lookup.m
|
More NS(U)Integer cleanup, more stdint conversion
|
2009-06-01 20:04:55 +00:00 |
objc_object.h
|
functions moved, objc-class.m, ObjectiveC.m deleted
|
2009-04-07 00:41:23 +00:00 |
objc_object.m
|
More NS(U)Integer cleanup, more stdint conversion
|
2009-06-01 20:04:55 +00:00 |
objc_property.m
|
added objc_property.m
|
2009-04-21 18:48:23 +00:00 |
objc_protocol.h
|
- mass change of unsigned/int to NSUInteger/NSInteger in Foundation and assorted type changes for 64-bit
|
2009-05-19 17:14:03 +00:00 |
objc_protocol.m
|
- add objc_protocol.h/m, objc_property.h/m
|
2009-04-20 18:02:07 +00:00 |
objc_sel.h
|
general reorganization in objc runtime
|
2009-04-09 02:58:45 +00:00 |
objc_sel.m
|
Issue #332 fix, sel_getUid and sel_registerName have identical implementation
|
2009-07-25 20:45:25 +00:00 |
objc.m
|
First pass at key value coding from issues 6 and 7, addition of objc framework
|
2007-01-02 17:52:07 +00:00 |
ObjCArray.h
|
More NS(U)Integer cleanup, more stdint conversion
|
2009-06-01 20:04:55 +00:00 |
ObjCArray.m
|
More NS(U)Integer cleanup, more stdint conversion
|
2009-06-01 20:04:55 +00:00 |
ObjCDynamicModule.h
|
Updated towards Objective-C 2.0 runtime API and some decoupling of objc runtime from Foundation
|
2009-04-07 00:17:26 +00:00 |
ObjCDynamicModule.m
|
More NS(U)Integer cleanup, more stdint conversion
|
2009-06-01 20:04:55 +00:00 |
ObjCException.h
|
Updated towards Objective-C 2.0 runtime API and some decoupling of objc runtime from Foundation
|
2009-04-07 00:17:26 +00:00 |
ObjCException.m
|
More NS(U)Integer conversion, missing va_end's
|
2009-05-21 15:44:14 +00:00 |
ObjCHashTable.h
|
More NS(U)Integer cleanup, more stdint conversion
|
2009-06-01 20:04:55 +00:00 |
ObjCHashTable.m
|
More NS(U)Integer cleanup, more stdint conversion
|
2009-06-01 20:04:55 +00:00 |
ObjCModule.h
|
- fix objc-class.h/Protocol.h from previous commit
|
2009-04-24 01:57:32 +00:00 |
ObjCModule.m
|
Issue #341, enable -Werror-implicit-function-declaration and cleaned up missing prototypes
|
2009-08-06 19:27:34 +00:00 |
Object.m
|
Updated towards Objective-C 2.0 runtime API and some decoupling of objc runtime from Foundation
|
2009-04-07 00:17:26 +00:00 |
Protocol.m
|
- add objc_protocol.h/m, objc_property.h/m
|
2009-04-20 18:02:07 +00:00 |