Hi Everyone, I've just moved the RuntimeAbstraction code to Frameworks/ObjectiveC2 and connected it to the default build. This framework provides:
- Apple's Objective-C 2 runtime interface. - Efficient support for @synchronized - Support for declared properties (not yet property introspection) for code compiled with clang. Over the next few months, I would like to move all of the code in EtoileFoundation and friends that calls GNU Objective-C runtime functions directly over to using this framework, so please test it. If you want to use the runtime functions, you currently have to do: #import <ObjectiveC2/runtime.h> This is (or, should be) equivalent to doing this on OS X: #import <objc/runtime.h> Have fun! David _______________________________________________ Etoile-dev mailing list Etoile-dev@gna.org https://mail.gna.org/listinfo/etoile-dev