Re: What is the current status of D build systems?

2015-07-31 Thread lobo via Digitalmars-d
On Friday, 31 July 2015 at 23:59:07 UTC, Yuxuan Shui wrote: On Friday, 31 July 2015 at 22:40:25 UTC, Trent Forkert wrote: On Friday, 31 July 2015 at 00:13:42 UTC, Yuxuan Shui wrote: [...] Oh hey, that's me! [...] I've got a handful of work-in-progress changes I've yet to push publicly,

Re: What is the current status of D build systems?

2015-07-31 Thread Atila Neves via Digitalmars-d
On Friday, 31 July 2015 at 00:13:42 UTC, Yuxuan Shui wrote: Hi, I'm working on a project that mixes both C and D code, and does code generation as well. [...] I'll get that bug fixed soon. I planned on doing it today but ran out of time. Atila

Re: What is the current status of D build systems?

2015-07-31 Thread Steven Dwy via Digitalmars-d
On Friday, 31 July 2015 at 00:13:42 UTC, Yuxuan Shui wrote: I have come across cmake-d and a modified version of cmake (https://github.com/trentforkert/cmake). I haven't tested them yet, because neither of them is updated recently, and I don't know if I should invest time in them. I'm not

Re: What is the current status of D build systems?

2015-07-31 Thread Trent Forkert via Digitalmars-d
On Friday, 31 July 2015 at 00:13:42 UTC, Yuxuan Shui wrote: I have come across cmake-d and a modified version of cmake (https://github.com/trentforkert/cmake). Oh hey, that's me! I haven't tested them yet, because neither of them is updated recently, and I don't know if I should invest time

Re: What is the current status of D build systems?

2015-07-31 Thread Manu via Digitalmars-d
On 31 July 2015 at 13:20, Yuxuan Shui via Digitalmars-d digitalmars-d@puremagic.com wrote: On Friday, 31 July 2015 at 02:00:41 UTC, Mike Parker wrote: On Friday, 31 July 2015 at 00:13:42 UTC, Yuxuan Shui wrote: are there any other build systems I should look into? Premake [1] supports

Re: What is the current status of D build systems?

2015-07-31 Thread Yuxuan Shui via Digitalmars-d
On Friday, 31 July 2015 at 22:40:25 UTC, Trent Forkert wrote: On Friday, 31 July 2015 at 00:13:42 UTC, Yuxuan Shui wrote: [...] Oh hey, that's me! [...] I've got a handful of work-in-progress changes I've yet to push publicly, and even more I've yet to commit. (Yes, I have weird work

What is the current status of D build systems?

2015-07-30 Thread Yuxuan Shui via Digitalmars-d
Hi, I'm working on a project that mixes both C and D code, and does code generation as well. I've been using a shell script to hack this together, since I can't figure out how to do this with dub. Now I'm looking for a proper build system for building this project. reggae

Re: What is the current status of D build systems?

2015-07-30 Thread Yuxuan Shui via Digitalmars-d
On Friday, 31 July 2015 at 02:00:41 UTC, Mike Parker wrote: On Friday, 31 July 2015 at 00:13:42 UTC, Yuxuan Shui wrote: are there any other build systems I should look into? Premake [1] supports mixing languages in the same build script. It's not a build tool itself, but can generate

Re: What is the current status of D build systems?

2015-07-30 Thread Mike Parker via Digitalmars-d
On Friday, 31 July 2015 at 00:13:42 UTC, Yuxuan Shui wrote: are there any other build systems I should look into? Premake [1] supports mixing languages in the same build script. It's not a build tool itself, but can generate makefiles and IDE projects. Manu [2] maintains extensions for D