libs-base/Source/ObjectiveC2
2024-05-30 10:40:52 +01:00
..
blocks_runtime.m declare external block as const void rather than void for consistency and to avoid compiler warning 2020-12-04 04:36:42 -05:00
caps.c minot inttype/stdint tweaks 2013-10-30 03:51:32 +00:00
COPYING
GNUmakefile
Makefile.preamble Support building on Windows with Clang MSVC target 2021-02-03 15:02:27 +01:00
NSBlocks.m
properties.m locking updates (fine grained locking rather than global lock) 2024-05-30 10:40:52 +01:00
README
runtime.c
sync.m

ObjectiveC2 framework implements the new Apple runtime APIs, introduced with
OS X 10.5 on top of the GCC Objective-C runtime.  Its use is now discouraged.
This code has been merged into the GNUstep Objective-C-2.0 runtime, which can
act as a drop-in replacement for GCC libobjc.  You can find the code here:

svn://svn.gna.org/svn/gnustep/libs/libobjc2/trunk