All Projects â†’ mulle-objc â†’ MulleObjC

mulle-objc / MulleObjC

Licence: other
💎 A collection of Objective-C root classes for mulle-objc

Programming Languages

objective c
16641 projects - #2 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to MulleObjC

Attrs
Python Classes Without Boilerplate
Stars: ✭ 3,786 (+7472%)
Mutual labels:  classes
tailwind-cascade
Override TailwindCSS classes for component composition
Stars: ✭ 28 (-44%)
Mutual labels:  classes
The-Java-Workshop
A New, Interactive Approach to Learning Java
Stars: ✭ 65 (+30%)
Mutual labels:  classes
postcss-typed-css-classes
PostCSS plugin that generates typed entities from CSS classes for chosen programming language.
Stars: ✭ 12 (-76%)
Mutual labels:  classes
claxed
Classes with the same style of Styled-Components
Stars: ✭ 17 (-66%)
Mutual labels:  classes
jvm-dump-proxy
A proxy DLL for Windows to dump JVM classes at JNI level
Stars: ✭ 53 (+6%)
Mutual labels:  classes
Heir
Helper functions for prototypical inheritance in JavaScript
Stars: ✭ 61 (+22%)
Mutual labels:  classes
ta-json
Type-aware JSON serializer/parser
Stars: ✭ 67 (+34%)
Mutual labels:  classes
spruceup
Spruce up CSS classes
Stars: ✭ 12 (-76%)
Mutual labels:  classes
openmoji-awesome
CSS classes to easily integrate Openmoji in your website!
Stars: ✭ 19 (-62%)
Mutual labels:  classes
SoftUni-Software-Engineering
SoftUni- Software Engineering
Stars: ✭ 47 (-6%)
Mutual labels:  classes
react-native-use-styles
A classy approach to manage your react native styles.
Stars: ✭ 66 (+32%)
Mutual labels:  classes
HostsFileManagement
Hosts file management on Windows systems using PowerShell classes
Stars: ✭ 25 (-50%)
Mutual labels:  classes
lua-classy
Class-based OO library for Lua
Stars: ✭ 28 (-44%)
Mutual labels:  classes
mulle-objc-developer
🎩 mulle-objc developer kit for mulle-sde
Stars: ✭ 13 (-74%)
Mutual labels:  mulle-objc

MulleObjC

💎 A collection of Objective-C root classes for mulle-objc

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 and for instance not on <unistd.h>.

Release Version
Tag Build Status

Classes

  • NSAutoreleasePool - garbage collection
  • NSObject - the root class of everything
  • NSInvocation - method call serialization
  • NSMethodSignature - method description
  • NSProxy - the other root class of everything :=)
  • NSThread - threads

Protocol and Protocolclasses

  • 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

Functions

  • mulle_printf and variants

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.

Required Libraries and Tools

Libraries and Tools

Name Build Status Release Version
mulle-container Build Status Mulle kybernetiK tag Build Status
mulle-objc-list Build Status Mulle kybernetiK tag Build Status
mulle-objc-runtime Build Status Mulle kybernetiK tag Build Status

You are here

Overview

Add

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.

Install

See mulle-objc-developer for installation instructions.

Acknowledgements

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.

Platforms and Compilers

All platforms and compilers supported by mulle-c11 and mulle-thread.

Author

Nat! for Mulle kybernetiK and Codeon GmbH

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].