using autorelease in apple's CF

2015-05-12 Thread Alexey Perevalov
Hello gnustep developers! I'm interesting in using autorelease pool from apple's CF (http://www.opensource.apple.com/source/CF/, http://www.opensource.apple.com/source/CFNetwork/). In gnustep implementation autorelease message ([(object) autorelease]) for allocated object is sending. I'm

Re: using autorelease in apple's CF

2015-05-12 Thread Luboš Doležel
On 05/12/2015 09:34 AM, Alexey Perevalov wrote: Hello gnustep developers! I'm interesting in using autorelease pool from apple's CF (http://www.opensource.apple.com/source/CF/, http://www.opensource.apple.com/source/CFNetwork/). In gnustep implementation autorelease message ([(object)

Re: GNUstep core release

2015-05-12 Thread Riccardo Mottola
Hi, Fred Kiefer wrote: Richard and I are planing to do a shared release of the GNUstep core modules (at least base, gui, back, maybe make as well) on May 15th. Could you all please test the current code and report any regressions. Up to this date we should all stop to add new features and

Re: using autorelease in apple's CF

2015-05-12 Thread Ivan Vučica
Alexey, To further clarify: - Core Foundation: base libraries exposing a C API that implement strings, arrays, etc. Some free software/open source implementations: Apple's implementation, GNUstep's corebase - Foundation: base libraries exposing an Objective-C API that implement strings, arrays,