.. |
objc.xcodeproj
|
standardize all build directories as in project directory
|
2010-04-01 13:01:05 -04:00 |
platform_darwin
|
fix String reference only in app bundle
|
2011-03-30 15:51:21 +02:00 |
platform_linux
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
platform_windows
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
deprecated.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 |
Info.plist
|
(issue 384) Linux/ARM target with slight modification
|
2009-09-15 14:49:44 +00:00 |
message.h
|
- changed OBJCInitializeLookupAndCacheUniqueIdForObject to return forwarding function and modified objc_msg_lookup/objc_msgSend appropriately. Added equivalent OBJCLookupAndCacheUniqueIdForSuper for the super msg send functions which returns the forwarding function.
|
2009-04-24 21:29:33 +00:00 |
objc_cache.h
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_class.h
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_class.m
|
fix compiler warning
|
2011-03-16 10:24:11 +01:00 |
objc_debugHelpers.h
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_debugHelpers.m
|
- split objc_debugHelpers code between Foundation/NSException and objc/ accordingly
|
2010-03-18 16:13:28 +00:00 |
objc_functions.m
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_ivar.m
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_malloc.h
|
- split objc_debugHelpers code between Foundation/NSException and objc/ accordingly
|
2010-03-18 16:13:28 +00:00 |
objc_malloc.m
|
- split objc_debugHelpers code between Foundation/NSException and objc/ accordingly
|
2010-03-18 16:13:28 +00:00 |
objc_method.m
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_msg_lookup.m
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_object.h
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_object.m
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_property.m
|
Merge upstream
|
2010-11-30 09:58:47 +01:00 |
objc_protocol.h
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_protocol.m
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_sel.h
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
objc_sel.m
|
- split objc_debugHelpers code between Foundation/NSException and objc/ accordingly
|
2010-03-18 16:13:28 +00:00 |
objc-auto.h
|
- moved CG* basic types to CFBase.h
|
2009-11-12 18:07:15 +00:00 |
objc-class.h
|
property and protocol functions in the objc runtime
|
2010-10-21 16:00:39 -04:00 |
objc-export.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 |
objc-runtime.h
|
export sel_getName in objc.h, added import in objc-runtime.h
|
2010-03-04 20:41:18 +00:00 |
objc.h
|
export sel_getName in objc.h, added import in objc-runtime.h
|
2010-03-04 20:41:18 +00:00 |
objc.m
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
ObjCArray.h
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
ObjCArray.m
|
- split objc_debugHelpers code between Foundation/NSException and objc/ accordingly
|
2010-03-18 16:13:28 +00:00 |
ObjCDynamicModule.h
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
ObjCDynamicModule.m
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
ObjCException.h
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
ObjCException.m
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
ObjCHashTable.h
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
ObjCHashTable.m
|
- split objc_debugHelpers code between Foundation/NSException and objc/ accordingly
|
2010-03-18 16:13:28 +00:00 |
ObjCModule.h
|
+load for Darwin improved
|
2011-03-15 17:58:41 +01:00 |
ObjCModule.m
|
remove unused code
|
2011-03-15 19:41:52 +01:00 |
Object.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 |
Object.m
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
Protocol.h
|
- changed OBJCInitializeLookupAndCacheUniqueIdForObject to return forwarding function and modified objc_msg_lookup/objc_msgSend appropriately. Added equivalent OBJCLookupAndCacheUniqueIdForSuper for the super msg send functions which returns the forwarding function.
|
2009-04-24 21:29:33 +00:00 |
Protocol.m
|
moved objc/ files out of Foundation and into objc/ project directory
|
2010-03-18 01:31:40 +00:00 |
runtime.h
|
unicode support for bundle paths
|
2010-10-28 23:03:10 -04:00 |