darling-cocotron/objc
Tasuku SUENAGA a.k.a. gunyarakun 4cd6b1b0f0 fix invalid return statement
2015-10-16 13:04:25 -10:00
..
objc.xcodeproj in the *.xcodeproj files, set indent and tab width to 4 and use tabs to 0, so file editing within the respective projects will honour these settings instead of any custom user settings 2015-10-05 08:11:19 -03:00
platform_darwin Reformat entire project using newer style 2015-05-23 20:15:45 -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 Reformat entire project using newer style 2015-05-23 20:15:45 -04:00
dyld.c fix Linux build 2015-05-31 01:04:20 -04:00
dyld.h reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
Info.plist (issue 384) Linux/ARM target with slight modification 2009-09-15 14:49:44 +00:00
message.h Reformat entire project using newer style 2015-05-23 20:15:45 -04:00
objc_arc.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_arc.h reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_association.m merge 6cc54d3 development-arts 2015-04-23 23:09:54 -04:00
objc_cache.h Reformat entire project using newer style 2015-05-23 20:15:45 -04:00
objc_class.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_class.h Reformat entire project using newer style 2015-05-23 20:15:45 -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_exception.m fix invalid return statement 2015-10-16 13:04:25 -10:00
objc_functions.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_ivar.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_lock.h reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_log.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_log.h reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_malloc.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_malloc.h Reformat entire project using newer style 2015-05-23 20:15:45 -04:00
objc_method.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_msg_lookup.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_object.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -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_property.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_protocol.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_protocol.h reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_sel.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_sel.h reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_tls.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc_tls.h reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc-auto.h - moved CG* basic types to CFBase.h 2009-11-12 18:07:15 +00:00
objc-class.h reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
objc-export.h Reformat entire project using newer style 2015-05-23 20:15:45 -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 Reformat entire project using newer style 2015-05-23 20:15:45 -04:00
objc.m moved objc/ files out of Foundation and into objc/ project directory 2010-03-18 01:31:40 +00:00
ObjCArray.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
ObjCArray.h Reformat entire project using newer style 2015-05-23 20:15:45 -04:00
ObjCDynamicModule.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
ObjCDynamicModule.h reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
ObjCHashTable.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
ObjCHashTable.h reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
ObjCModule.c reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
ObjCModule.h Reformat entire project using newer style 2015-05-23 20:15:45 -04:00
Object.h Reformat entire project using newer style 2015-05-23 20:15:45 -04:00
Object.m implement dummy _frameLengthForSelector on Object 2013-08-15 10:10:14 +02:00
Protocol.h Reformat entire project using newer style 2015-05-23 20:15:45 -04:00
Protocol.m reorganize exceptions/autorelease for future ARC work, reclassify objc runtime as .c (instead of .m) 2015-05-31 00:53:55 -04:00
runtime.h Reformat entire project using newer style 2015-05-23 20:15:45 -04:00