darling-cocotron/objc
2015-05-16 11:07:53 -04:00
..
objc.xcodeproj overhaul of targets and configurations, move from multiple targets to single targets and multiple configurations 2015-05-16 11:07:53 -04:00
platform_darwin overhaul of targets and configurations, move from multiple targets to single targets and multiple configurations 2015-05-16 11:07:53 -04:00
platform_linux InstallCDT added, fixes Issue #439. Experimental broken x86_64 FreeBSD support 2011-06-03 23:57:20 -04:00
platform_windows overhaul of targets and configurations, move from multiple targets to single targets and multiple configurations 2015-05-16 11:07:53 -04: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 merge 6cc54d3 development-arts 2015-04-23 23:09:54 -04: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 merge tobias1-cocotron-clang 2015-04-30 22:51:01 -04: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 align code with main repo 2012-02-15 18:28:03 +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 implement dummy _frameLengthForSelector on Object 2013-08-15 10:10:14 +02: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 fix objc header for C++ 2015-04-30 22:56:51 -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 some fixes 2012-06-26 18:29:01 +02: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 improve hash function used for objc message dispatch 2012-10-29 09:19:07 +00:00
ObjCHashTable.m - split objc_debugHelpers code between Foundation/NSException and objc/ accordingly 2010-03-18 16:13:28 +00:00
ObjCModule.h merge 6cc54d3 development-arts 2015-04-23 23:09:54 -04:00
ObjCModule.m merge glennganz-cocotron1-clang 2015-04-30 22:32:28 -04:00
Object.h fix a pile of clang warnings 2013-08-04 01:53:06 -04:00
Object.m implement dummy _frameLengthForSelector on Object 2013-08-15 10:10:14 +02: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