From michel.fortin at michelf.com Thu Jan 10 22:16:45 2008 From: michel.fortin at michelf.com (Michel Fortin) Date: Thu, 10 Jan 2008 22:16:45 -0500 Subject: [d-objc] [ANN] D/Objective-C Bridge 0.2 Message-ID: <386E983E-9CDF-46A1-B040-176839AD5F4D@michelf.com> I'm announcing version 0.2 of the D/Objective-C Bridge. The major improvement are: * Now compiles and work correctly on Macs with Intel processors. * Reduced the number of functions involved in the the function/method call bridge to reduce the noise when looking at the call stack from the debugger. * Dramatically reduced the size of the templates that need to be instanciated at import time. As a result, compiling a module that include the Cocoa class wrappers (including compiling the wrapper themselves) is much faster now. * Added wrappers for many classes from the Cocoa framework (many of them are still incomplete or subject to change). Here's a direct link to the project and download page: Michel Fortin michel.fortin at michelf.com http://michelf.com/ From michel.fortin at michelf.com Thu Jan 10 22:33:18 2008 From: michel.fortin at michelf.com (Michel Fortin) Date: Thu, 10 Jan 2008 22:33:18 -0500 Subject: Note to subscribers Message-ID: I had to recreate today the D-ObjC list from scratch to fix a problem with the archive not working. I added back all previous subscribers, but if you had custom settings, or a password, those have been lost in the process. If you wish to set (again) your settings or password, please use the [Change Options form][1] on the mailing list page. Sincerely sorry for the inconvenience. [1]: http://lists.michelf.com/mailman/listinfo/d-objc#change-options Michel Fortin michel.fortin at michelf.com http://michelf.com/