-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added new types
NSUIntegerAtomic
and NSIntegerAtomic
to facilit…
…ate @Property code * experimental and *untested* `MulleProxy` class added * added NSAutoreleasePool debugging facility to dump contents into CSV format for postprocessing with sqlite or scripts * method `-[NSThread mulleDetach]` no longer exists! * new NSThread methods `-mulleInitWithObjectFunction:object:` for convenient ownership transfer even when using C functions * improved the teardown code of NSThread and improved the detached case * added various `Instance` functions, where previously `Object` was used exlusively to properly differentiate Class and Instance code * improved and simplified tracing with `MULLE_OBJC_TRACE_ZOMBIE` and `MULLE_OBJC_TRACE_LEAK`, which eliminates the need to use he finer grained variables a lot of times * added `MulleObjCObjectIsInstance` and a host of other introspection functions dealing with Class and Instance distinctions
- Loading branch information
Your Name
committed
Dec 8, 2024
1 parent
ad0f259
commit 4db6a22
Showing
104 changed files
with
3,881 additions
and
391 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.