darling-cocotron/objc
Christopher Lloyd ffacaaa6a2 merge 6ea2f71
2015-03-30 22:39:24 -04:00
..
objc.xcodeproj fix Darwin 64bit Foundation build 2013-04-07 22:12:55 -04:00
platform_darwin Support for stock runtime 2012-01-13 12:32:20 +01: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 fix a pile of clang warnings 2013-08-04 01:53:06 -04:00
objc_association.m More fixes - hopefully fixed for real now 2013-05-24 17:54:32 +02: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 hand merge of changes in Glenn Ganz's clang clone, fix warnings 2012-02-11 14:37:55 -05:00
objc_class.m Fixed class_addMethod (was previously rendered useless by the introduction of typed selectors) 2013-12-07 23:00:22 -05:00
objc_debugHelpers.h Support for stock runtime 2012-01-13 12:32:20 +01: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 fix a pile of clang warnings 2013-08-04 01:53:06 -04: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 fix cache lookup 2013-05-30 22:38:11 -04: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 fix a pile of clang warnings 2013-08-04 01:53:06 -04:00
objc_property.m OpenGLView/Context/CGL fixes to not use child windows 2010-11-08 13:08:06 -05: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 Support for The Stupidest Idea Ever Introduced To The GNU Objective-C Runtime AKA Typed Selectors, which somehow got carried over to clang too. 2013-05-28 23:59:15 -04:00
objc_sel.m Support for The Stupidest Idea Ever Introduced To The GNU Objective-C Runtime AKA Typed Selectors, which somehow got carried over to clang too. 2013-05-28 23:59:15 -04: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 add feature macro 2013-05-28 18:00:52 -04: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 fix a pile of clang warnings 2013-08-04 01:53:06 -04:00
ObjCModule.m fix a pile of clang warnings 2013-08-04 01:53:06 -04:00
Object.h fix a pile of clang warnings 2013-08-04 01:53:06 -04: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 Support for The Stupidest Idea Ever Introduced To The GNU Objective-C Runtime AKA Typed Selectors, which somehow got carried over to clang too. 2013-05-28 23:59:15 -04:00
runtime.h Add support for objc_setAssociation + friends - from https://code.google.com/r/development-arts + some deadlock fix when releasing associations 2013-05-20 16:40:23 +02:00