MulleObjC supplies the most basic runtime components like NSObject or NSThread
to build a foundation on top of it. MulleObjC depends on standard C libraries
only (for instance not on <unistd.h>
)
Release Version |
---|
- NSAutoreleasePool - garbage collection
- NSCoder - object serialization
- NSObject - the root class of everything
- NSLock - locking for threading
- NSRecursiveLock - recursive locking for threading
- NSInvocation - method call serialization
- NSMethodSignature - method description
- NSProxy - the other root class of everything :=)
- NSThread - threads
- NSCoding - object serialization
- NSCopying - object copying
- NSFastEnumeration - support for
for ... in
loops - NSLocking - support for
for ... in
loops - NSObject - for objects that don't want to behave like NSObject but can't be them
- MulleObjCClassCluster - enables classes to act as class clusters
- MulleObjCException - enabled a class to act as an exception
- MulleObjCRuntimeObject - documents the minimum required id superset
- MulleObjCSingleton - enables classes to produce singletons
- MulleObjCTaggedPointer - enables classes to use tagged pointers
It does all the interfacing with the mulle-objc runtime. Any library code above MulleObjC ideally, should not be using the mulle-objc runtime directly. Creating a foundation on top of mulle-objc without using MulleObjC is a foolhardy endeavor IMO.
MulleObjC must be compiled with the mulle-clang compiler, or a compiler which supports the metaABI required for the mulle-objc runtime.
Name | Build Status | Release Version |
---|---|---|
mulle-container | ||
mulle-objc-list | ||
mulle-objc-runtime |
This is project is a mulle-sde project. Add it with:
mulle-sde dependency add --objc --github mulle-objc MulleObjC
Executables will need to link with MulleObjC-startup as well.
See mulle-objc-developer for installation instructions.
Parts of this library:
Copyright (c) 2006-2007 Christopher J. W. Lloyd
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
All platforms and compilers supported by mulle-c11 and mulle-thread.
Nat! for Mulle kybernetiK and Codeon GmbH