Re: Premake officially gains D support

2016-01-18 Thread Russel Winder via Digitalmars-d
On Mon, 2016-01-18 at 14:02 +, rsw0x via Digitalmars-d wrote: > […] > > Isn't CLion just regular opensource JetBrains' IDE with a  > proprietary C++ extension? Yes and no. As with all JetBrains product, it is all based on the same Kotlin/Java implemented engine. However there are (apparently

Re: Premake officially gains D support

2016-01-18 Thread Russel Winder via Digitalmars-d
On Mon, 2016-01-18 at 11:14 +, Dragos Carp via Digitalmars-d wrote: > […] > cmake-d is still active, just not so much used. > I'll try to address any issue that arise. Splendid. I'll see if it is possible to integrate this with Kingsley's IDEA D plugin into CLion. It would be really good if

Re: Premake officially gains D support

2016-01-18 Thread rsw0x via Digitalmars-d
On Monday, 18 January 2016 at 13:31:09 UTC, Russel Winder wrote: On Mon, 2016-01-18 at 11:14 +, Dragos Carp via Digitalmars-d wrote: […] cmake-d is still active, just not so much used. I'll try to address any issue that arise. Splendid. I'll see if it is possible to integrate this with

Re: Premake officially gains D support

2016-01-18 Thread Dragos Carp via Digitalmars-d
On Saturday, 16 January 2016 at 16:43:35 UTC, Russel Winder wrote: On Fri, 2016-01-15 at 21:13 +, Dibyendu Majumdar via Digitalmars-d wrote: […] Hi - Thanks for this; I currently use CMake for C/C++ projects, but due to lack of support for D in CMake, planning to migrate to premake.

Re: Premake officially gains D support

2016-01-17 Thread Manu via Digitalmars-d
On 17 January 2016 at 10:18, Dibyendu Majumdar via Digitalmars-d wrote: > On Friday, 15 January 2016 at 21:13:22 UTC, Dibyendu Majumdar wrote: >> >> On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: >>> >>> Perhaps of interest, I have been maintaining D support in

Re: Premake officially gains D support

2016-01-16 Thread Dibyendu Majumdar via Digitalmars-d
On Friday, 15 January 2016 at 21:13:22 UTC, Dibyendu Majumdar wrote: On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: Perhaps of interest, I have been maintaining D support in Premake for years (as an extension). It was finally merged into mainline... so Premake now officially supports D

Re: Premake officially gains D support

2016-01-16 Thread Mike Parker via Digitalmars-d
On Sunday, 17 January 2016 at 03:56:11 UTC, Mike Parker wrote: On Sunday, 17 January 2016 at 00:18:37 UTC, Dibyendu Majumdar wrote: Unfortunately I find that premake doesn't support DMD correctly on Windows 64-bit - it attempts to use the D linker rather than the MS Linker. Regards I can

Re: Premake officially gains D support

2016-01-16 Thread Mike Parker via Digitalmars-d
On Sunday, 17 January 2016 at 00:18:37 UTC, Dibyendu Majumdar wrote: Unfortunately I find that premake doesn't support DMD correctly on Windows 64-bit - it attempts to use the D linker rather than the MS Linker. Regards I can reproduce this. Specifying architecture "x64" apparently does

Re: Premake officially gains D support

2016-01-16 Thread Russel Winder via Digitalmars-d
On Fri, 2016-01-15 at 21:13 +, Dibyendu Majumdar via Digitalmars-d wrote: […] > > Hi - Thanks for this; I currently use CMake for C/C++ projects,  > but due to lack of support for D in CMake, planning to migrate to  > premake. Is this project totally dead? (It's what's left of the CMakeD2 on

Re: Premake officially gains D support

2016-01-15 Thread Dibyendu Majumdar via Digitalmars-d
On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: Perhaps of interest, I have been maintaining D support in Premake for years (as an extension). It was finally merged into mainline... so Premake now officially supports D out-of-the-box. Huzzah! Curious to know if anyone here uses Premake,

Re: Premake officially gains D support

2015-06-04 Thread Jacob Carlborg via Digitalmars-d
On 2015-06-02 12:39, Manu via Digitalmars-d wrote: My impression of scons; it depends on the python runtime, which is a massive distribution. It turns me off for this reason alone, since python is rarely found on a windows machine. I'm wondering if there's a version where python is bundled,

Re: Premake officially gains D support

2015-06-04 Thread ponce via Digitalmars-d
On Tuesday, 2 June 2015 at 13:13:31 UTC, Mike Parker wrote: On 6/2/2015 5:22 PM, Manu via Digitalmars-d wrote: Curious to know if anyone here uses Premake, or cares...? I used it for my C stuff, and would be still if I did C anymore. I think it's great that you've gotten D into the

Re: Premake officially gains D support

2015-06-03 Thread Atila Neves via Digitalmars-d
On Tuesday, 2 June 2015 at 20:51:36 UTC, weaselcat wrote: On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: Curious to know if anyone here uses Premake, or cares...? would care more if it had ninja support, ninja is vastly superior to makefiles when using a meta buildtool system.

Re: Premake officially gains D support

2015-06-03 Thread Manu via Digitalmars-d
On 3 June 2015 at 06:51, weaselcat via Digitalmars-d digitalmars-d@puremagic.com wrote: On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: Curious to know if anyone here uses Premake, or cares...? would care more if it had ninja support, ninja is vastly superior to makefiles when using a

Re: Premake officially gains D support

2015-06-03 Thread weaselcat via Digitalmars-d
On Wednesday, 3 June 2015 at 06:00:42 UTC, Atila Neves wrote: On Tuesday, 2 June 2015 at 20:51:36 UTC, weaselcat wrote: On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: Curious to know if anyone here uses Premake, or cares...? would care more if it had ninja support, ninja is vastly

Re: Premake officially gains D support

2015-06-02 Thread extrawurst via Digitalmars-d
On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: Perhaps of interest, I have been maintaining D support in Premake for years (as an extension). It was finally merged into mainline... so Premake now officially supports D out-of-the-box. Huzzah! What is Premake I hear you ask? It's a project

Re: Premake officially gains D support

2015-06-02 Thread Manu via Digitalmars-d
On 2 June 2015 at 18:22, Manu turkey...@gmail.com wrote: Perhaps of interest, I have been maintaining D support in Premake for years (as an extension). It was finally merged into mainline... so Premake now officially supports D out-of-the-box. Huzzah! What is Premake I hear you ask? It's a

Re: Premake officially gains D support

2015-06-02 Thread Rikki Cattermole via Digitalmars-d
On 2/06/2015 8:22 p.m., Manu via Digitalmars-d wrote: Perhaps of interest, I have been maintaining D support in Premake for years (as an extension). It was finally merged into mainline... so Premake now officially supports D out-of-the-box. Huzzah! Yay!

Re: Premake officially gains D support

2015-06-02 Thread Manu via Digitalmars-d
On 2 June 2015 at 18:28, extrawurst via Digitalmars-d digitalmars-d@puremagic.com wrote: On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: Perhaps of interest, I have been maintaining D support in Premake for years (as an extension). It was finally merged into mainline... so Premake now

Premake officially gains D support

2015-06-02 Thread Manu via Digitalmars-d
Perhaps of interest, I have been maintaining D support in Premake for years (as an extension). It was finally merged into mainline... so Premake now officially supports D out-of-the-box. Huzzah! What is Premake I hear you ask? It's a project gen, more-or-less like cmake and friends, except that

Re: Premake officially gains D support

2015-06-02 Thread weaselcat via Digitalmars-d
On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: Curious to know if anyone here uses Premake, or cares...? would care more if it had ninja support, ninja is vastly superior to makefiles when using a meta buildtool system. premake's use of lua trounces the awful cmake DSL.

Re: Premake officially gains D support

2015-06-02 Thread Andrei Alexandrescu via Digitalmars-d
On 6/2/15 1:22 AM, Manu via Digitalmars-d wrote: Perhaps of interest, I have been maintaining D support in Premake for years (as an extension). It was finally merged into mainline... so Premake now officially supports D out-of-the-box. Huzzah! Great work. Thanks, Manu! -- Andrei

Re: Premake officially gains D support

2015-06-02 Thread Jonathan M Davis via Digitalmars-d
On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: Curious to know if anyone here uses Premake, or cares...? I've never heard of premake, but having support for D in more tools is pretty much always a good thing, and there are bound to be some folks who really care. So, this is definitely

Re: Premake officially gains D support

2015-06-02 Thread Manu via Digitalmars-d
On 2 June 2015 at 20:23, via Digitalmars-d digitalmars-d@puremagic.com wrote: On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: Curious to know if anyone here uses Premake, or cares...? How does CMake compare to SCons? Does it support automatic caching of build artifacts like SCons

Re: Premake officially gains D support

2015-06-02 Thread via Digitalmars-d
On Tuesday, 2 June 2015 at 08:23:08 UTC, Manu wrote: Curious to know if anyone here uses Premake, or cares...? How does CMake compare to SCons? Does it support automatic caching of build artifacts like SCons does?

Re: Premake officially gains D support

2015-06-02 Thread Mike Parker via Digitalmars-d
On 6/2/2015 5:22 PM, Manu via Digitalmars-d wrote: Curious to know if anyone here uses Premake, or cares...? I used it for my C stuff, and would be still if I did C anymore. I think it's great that you've gotten D into the mainline. I can see a big benefit to using Premake to manage

Re: Premake officially gains D support

2015-06-02 Thread Atila Neves via Digitalmars-d
Curious to know if anyone here uses Premake, or cares...? I would care, if I hadn't written a meta build system very much like that in D: http://forum.dlang.org/thread/ranqlmrjornlvopsu...@forum.dlang.org#post-ranqlmrjornlvopsuris:40forum.dlang.org Atila