DDMD is now in the master branch

2015-04-08 Thread Daniel Murphy via Digitalmars-d
Several hours ago, Walter merged my DDMD branch into master. This means that an additional 'ddmd' target is available in the makefiles, and the autotester will check that it builds. The make target converts the C++ frontend source to D, and then compiles with the host dmd. The converter is

Re: DDMD is now in the master branch

2015-04-08 Thread Jacob Carlborg via Digitalmars-d
On 2015-04-08 08:26, Daniel Murphy wrote: Several hours ago, Walter merged my DDMD branch into master. This means that an additional 'ddmd' target is available in the makefiles, and the autotester will check that it builds. The make target converts the C++ frontend source to D, and then

Re: DDMD is now in the master branch

2015-04-08 Thread Walter Bright via Digitalmars-d
On 4/8/2015 2:45 AM, Daniel Murphy wrote: The backend is still in C++ and the license is unchanged. And most likely will never change. Also, translating code to another language creates a derived work and does not obviate the copyright or license.

Re: DDMD is now in the master branch

2015-04-08 Thread Daniel Murphy via Digitalmars-d
Martin Nowak wrote in message news:ucmrojmbjdaubdzqj...@forum.dlang.org... That would be great, though being able to compile ddmd with ldc and/or gdc is necessary IMO to make it releasable. What's missing to make that work? Not sure, but they will most likely need to be updated to 2.067.

Re: DDMD is now in the master branch

2015-04-08 Thread Daniel Murphy via Digitalmars-d
bioinfornatics wrote in message news:guokkisbhbhgbvohj...@forum.dlang.org... little question as ddmd generate a code does this means that ddmd backend and frontend is full open source under boost license? The backend is still in C++ and the license is unchanged. And most likely will never

Re: DDMD is now in the master branch

2015-04-08 Thread John Colvin via Digitalmars-d
On Wednesday, 8 April 2015 at 08:20:49 UTC, bioinfornatics wrote: Good news, little question as ddmd generate a code does this means that ddmd backend and frontend is full open source under boost license? regards IIRC ddmd is only the frontend.

Re: DDMD is now in the master branch

2015-04-08 Thread Robert burner Schadek via Digitalmars-d
Congratulations

Re: DDMD is now in the master branch

2015-04-08 Thread bioinfornatics via Digitalmars-d
Good news, little question as ddmd generate a code does this means that ddmd backend and frontend is full open source under boost license? regards

Re: DDMD is now in the master branch

2015-04-08 Thread Martin Nowak via Digitalmars-d
On Wednesday, 8 April 2015 at 06:26:04 UTC, Daniel Murphy wrote: If we're lucky this will happen before the 2.068 release. That would be great, though being able to compile ddmd with ldc and/or gdc is necessary IMO to make it releasable. What's missing to make that work?

Re: DDMD is now in the master branch

2015-04-08 Thread Andrei Alexandrescu via Digitalmars-d
On 4/8/15 2:07 AM, Robert burner Schadek wrote: Congratulations Seconded. Also found this: https://www.reddit.com/r/programming/comments/31splb/ddmd_the_c_to_d_conversion_of_the_reference_d/ -- Andrei

Re: DDMD is now in the master branch

2015-04-08 Thread Andrej Mitrovic via Digitalmars-d
On 4/8/15, Daniel Murphy via Digitalmars-d digitalmars-d@puremagic.com wrote: Several hours ago, Walter merged my DDMD branch into master. I'm so incredibly proud that you've achieved this. The fact that we'll be able to hack on the D compiler in D -- is just beyond words.. I'm speechless.

Re: DDMD is now in the master branch

2015-04-08 Thread Joakim via Digitalmars-d
On Wednesday, 8 April 2015 at 06:26:04 UTC, Daniel Murphy wrote: Several hours ago, Walter merged my DDMD branch into master. This means that an additional 'ddmd' target is available in the makefiles, and the autotester will check that it builds. The make target converts the C++ frontend