-
Notifications
You must be signed in to change notification settings - Fork 284
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Preliminary code for emulation of the objc2 runtime weak reference fe…
…ature
- Loading branch information
Showing
11 changed files
with
472 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
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 | ||
OS X 10.5 (and later) on top of the GCC Objective-C runtime. Much code has | ||
been merged into the GNUstep Objective-C-2.0 runtime, which is used when | ||
compiling with clang (svn://svn.gna.org/svn/gnustep/libs/libobjc2/trunk). | ||
Somewhat recent versions of the GNU runtime implement much of the newer Apple | ||
APIs. |
Oops, something went wrong.