Re: D for Xcode 1.2

2010-04-09 Thread asd
Michel Fortin Wrote: > Ideally, there would be a build setting for choosing the default > compiler, just like Xcode let you choose between GCC 4.0, GCC 4.2, > GCC-LLVM and Clang. But I haven't been able to make something similar. Cocotron does it. Maybe you could see how they're doing it? http

Re: D for Xcode 1.2

2010-04-02 Thread Jacob Carlborg
Replying from the newsgroup, I have know idea how it will work, Thunderbird refuses to show this message for some reason. Michel Fortin Wrote: > On 2010-04-02 04:40:11 -0400, Jacob Carlborg said: > > > I had no idea that DMD2 supported the -noboundscheck flag. > > It's quite new, it disables

Re: D for Xcode 1.2

2010-04-02 Thread Michel Fortin
On 2010-04-02 04:40:11 -0400, Jacob Carlborg said: I had no idea that DMD2 supported the -noboundscheck flag. It's quite new, it disables bound checking in @safe function (safe functions normally keep bound checks in release mode). It's not really gone. You can add a build rule in each t

Re: D for Xcode 1.2

2010-04-02 Thread Jacob Carlborg
On 4/2/10 03:35, Michel Fortin wrote: On 2010-04-01 15:24:59 -0400, Jacob Carlborg said: I've download the new version of your plugin and have tested it and have few comments. The first thing I noticed when I compiled a project was that it tries to pass the '-noboundscheck' flag to DMD, which

Re: D for Xcode 1.2

2010-04-01 Thread Michel Fortin
On 2010-04-01 15:24:59 -0400, Jacob Carlborg said: I've download the new version of your plugin and have tested it and have few comments. The first thing I noticed when I compiled a project was that it tries to pass the '-noboundscheck' flag to DMD, which it doesn't support. Yes it does, b

Re: D for Xcode 1.2

2010-04-01 Thread Jacob Carlborg
On 3/22/10 14:30, Michel Fortin wrote: It's been a while since DMD has been available on Mac OS X, but I haven't made an official release of D for Xcode to support DMD. Today I'm fixing that. So D for Xcode 2.1 now supports DMD. It comes with an installer package that does the following: * Inst

Re: D for Xcode 1.2

2010-03-23 Thread Michel Fortin
On 2010-03-23 14:38:17 -0400, Wayne Anderson said: I too, initially, misinterpreted the language and checked the version of my copy of XCode to see if it was 1.2. I would suggest "D plugin, version 1.2, for Xcode" or "version 1.2 of the D Plugin for Xcode" Not having "plugin" in the name le

Re: D for Xcode 1.2

2010-03-23 Thread Nick Sabalausky
"Wayne Anderson" wrote in message news:hob1qp$6f...@digitalmars.com... > Michel Fortin Wrote: > >> On 2010-03-22 17:19:02 -0400, Bernard Helyer said: >> >> > On 23/03/10 10:03, Michel Fortin wrote: >> >> >> >> Yeah, I know. But writin

Re: D for Xcode 1.2

2010-03-23 Thread Wayne Anderson
Michel Fortin Wrote: > On 2010-03-22 17:19:02 -0400, Bernard Helyer said: > > > On 23/03/10 10:03, Michel Fortin wrote: > >> > >> Yeah, I know. But writing "(D for Xcode) 1.2" doesn't look good. Any > >> suggestion? > > > >

Re: D for Xcode 1.2

2010-03-22 Thread Michel Fortin
On 2010-03-22 17:19:02 -0400, Bernard Helyer said: On 23/03/10 10:03, Michel Fortin wrote: Yeah, I know. But writing "(D for Xcode) 1.2" doesn't look good. Any suggestion? D for Xcode, 1.2 Good idea. Thanks. -- Michel Fortin michel.for...@michelf.com http://michelf.com/

Re: D for Xcode 1.2

2010-03-22 Thread Bernard Helyer
On 23/03/10 10:03, Michel Fortin wrote: Yeah, I know. But writing "(D for Xcode) 1.2" doesn't look good. Any suggestion? D for Xcode, 1.2

Re: D for Xcode 1.2

2010-03-22 Thread Michel Fortin
On 2010-03-22 14:41:45 -0400, Nekuromento said: Great! Thank you for your efforts! Btw, is there any progress with your D to Objective-C bridge ? Well, I made the necessary changes to make it compile with DMD, and I think I got it to work on Leopard, but right now it's crashing on Snow Leo

Re: D for Xcode 1.2

2010-03-22 Thread Michel Fortin
On 2010-03-22 14:51:31 -0400, Jacob Carlborg said: On 2010-03-22 14.30, Michel Fortin wrote: More details and some screenshots on the website: <http://michelf.com/projects/d-for-xcode/> Very nice. Two things: 1. It's possible to misinterpret that the version number in "

Re: D for Xcode 1.2

2010-03-22 Thread Jacob Carlborg
ode. It's using DMD 2.x by default, but there is no problem installing both versions at the same time and changing the default. More details and some screenshots on the website: <http://michelf.com/projects/d-for-xcode/> Very nice. Two things: 1. It's possible to misinterpret th

Re: D for Xcode 1.2

2010-03-22 Thread Nekuromento
Great! Thank you for your efforts! Btw, is there any progress with your D to Objective-C bridge ?

Re: D for Xcode 1.2

2010-03-22 Thread Nekuromento
Great! Thank you for your efforts! Btw, is there any progress with your D to Objective-C bridge ?

D for Xcode 1.2

2010-03-22 Thread Michel Fortin
It's been a while since DMD has been available on Mac OS X, but I haven't made an official release of D for Xcode to support DMD. Today I'm fixing that. So D for Xcode 2.1 now supports DMD. It comes with an installer package that does the following: * Install D plugin for Xcode * Install X