Re: GDC ARM beta #1 (with binary releases!)

2014-03-24 Thread Dejan Lekic
Hi all, I am back from a winter holiday. Just wanted to say this - I have been building working GDC on my ODROID-U2 for a month or so, and haven't seen any problems there so far. ARM support is pretty good I would say. GDC guys have done some amazing work, and I am eternally grateful for

Re: GDC ARM beta #1 (with binary releases!)

2014-03-24 Thread Iain Buclaw
On 23 March 2014 23:05, Johannes Pfau nos...@example.com wrote: Am Sun, 23 Mar 2014 20:20:09 + schrieb Iain Buclaw ibuc...@gdcproject.org: On 17 March 2014 14:05, Johannes Pfau nos...@example.com wrote: I'm happy to announce the first GDC ARM beta on behalf of the GDC team :)

Re: GDC ARM beta #1 (with binary releases!)

2014-03-24 Thread Iain Buclaw
On 24 March 2014 09:15, Dejan Lekic dejan.le...@gmail.com wrote: Hi all, I am back from a winter holiday. Just wanted to say this - I have been building working GDC on my ODROID-U2 for a month or so, and haven't seen any problems there so far. ARM support is pretty good I would say. GDC guys

Re: Happy Tenth Birthday, GDC!

2014-03-24 Thread Dejan Lekic
On Sunday, 23 March 2014 at 02:06:13 UTC, Andrei Alexandrescu wrote: Hello everyone, Today GDC celebrates 10 years of existence. Please join me in expressing sincere congratulations to everyone who contributed to the project. I would like to emphasize that GDC is a key component of D's

Re: Happy Tenth Birthday, GDC!

2014-03-24 Thread Jordi Sayol
El 23/03/14 03:05, Andrei Alexandrescu ha escrit: Hello everyone, Today GDC celebrates 10 years of existence. Please join me in expressing sincere congratulations to everyone who contributed to the project. I would like to emphasize that GDC is a key component of D's present and

Re: DDT 0.10.0 released - featuring DUB support.

2014-03-24 Thread Bruno Medeiros
On 18/03/2014 22:27, Jay Norwood wrote: On Friday, 14 March 2014 at 15:44:24 UTC, Bruno Medeiros wrote: A new version of DDT - D Development tools is out. This has really nice source browsing... much better than the VisualD. I end up using both because the debugging support is still better in

Re: Article: Functional image processing in D

2014-03-24 Thread ponce
On Monday, 24 March 2014 at 01:36:26 UTC, finalpatch wrote: On Friday, 21 March 2014 at 11:16:31 UTC, Andrea Fontana wrote: Very interesting! Do you know http://www.antigrain.com/ ? It is (was?) a very efficent c++ 2d library, heavily based on templates. Something like this in D with

Re: DDT 0.10.0 released - featuring DUB support.

2014-03-24 Thread Casper Færgemand
Is the install guide on github up to date?

d.godbolt.org now has modern gdc

2014-03-24 Thread John Colvin
For those who don't know, d.godbolt.org is an online compiler-disassembler for d, a sibling of http://gcc.godbolt.org/ For a long time it only had gdc 4.6.3, but it now has the latest binary release. Ldc may arrive as well, in time. Thanks to Matt Godbolt who was very responsive and fast in

Re: d.godbolt.org now has modern gdc

2014-03-24 Thread Dicebot
On Monday, 24 March 2014 at 16:04:17 UTC, John Colvin wrote: For those who don't know, d.godbolt.org is an online compiler-disassembler for d, a sibling of http://gcc.godbolt.org/ For a long time it only had gdc 4.6.3, but it now has the latest binary release. Ldc may arrive as well, in

Re: DDT 0.10.0 released - featuring DUB support.

2014-03-24 Thread Bruno Medeiros
On 24/03/2014 15:13, Casper Færgemand shortt...@hotmail.com wrote: Is the install guide on github up to date? Yes, all documentation should be up to date, including the installation guide. -- Bruno Medeiros https://twitter.com/brunodomedeiros

Re: Experimental win32 OMF linker written in D now on github

2014-03-24 Thread Alexander Bothe
On Sunday, 23 March 2014 at 20:33:15 UTC, Daniel Murphy wrote: So a couple of years ago I had too much free time and wrote a linker. It's now on github: https://github.com/yebblies/ylink Pros: - Written in D - Not written in assembly - Not written before I was born - Boost license - Usually

Dragging Gunroar into 2014

2014-03-24 Thread Ben Boeckel
[ Originally posted to Reddit: https://pay.reddit.com/r/d_language/comments/217fas/dragging_gunroar_into_2014/. ] I got an itch recently and started to port my favorite game from ABA Games[1] to 2014: gunroar[1]. Currently, it has been ported to using Derelict3 rather than Kenta Cho's manual

Re: Dragging Gunroar into 2014

2014-03-24 Thread Iain Buclaw
On 24 March 2014 18:35, Ben Boeckel mathstuf+dl...@gmail.com wrote: [ Originally posted to Reddit: https://pay.reddit.com/r/d_language/comments/217fas/dragging_gunroar_into_2014/. ] I got an itch recently and started to port my favorite game from ABA Games[1] to 2014: gunroar[1]. Currently,

Re: Dragging Gunroar into 2014

2014-03-24 Thread Ben Boeckel
On Monday, 24 March 2014 at 21:16:22 UTC, Iain Buclaw wrote: GDC will work as-is since it's GCC-compatible here). GDC can also output dependencies in GNU/Make format, which is useful for incremental builds. :-) Yep ;) . The thing that is broken is Ninja + LDC without patches and Make + LDC

Re: Experimental win32 OMF linker written in D now on github

2014-03-24 Thread Nick Sabalausky
On 3/23/2014 4:33 PM, Daniel Murphy wrote: So a couple of years ago I had too much free time and wrote a linker. It's now on github: https://github.com/yebblies/ylink Nifty! I love this Pro: - Usually produces working executables :)

Re: Happy Tenth Birthday, GDC!

2014-03-24 Thread deadalnix
On Sunday, 23 March 2014 at 02:06:13 UTC, Andrei Alexandrescu wrote: Hello everyone, Today GDC celebrates 10 years of existence. Please join me in expressing sincere congratulations to everyone who contributed to the project. I would like to emphasize that GDC is a key component of D's

Re: 1st draft of complete class-based std.random successor

2014-03-24 Thread Joseph Rushton Wakeling
On Thursday, 20 March 2014 at 00:09:51 UTC, bearophile wrote: Do you have a simple but very fast function that generates uniforms in [0.0, 1.0]? :-) On that note: https://github.com/D-Programming-Language/phobos/pull/2050 Hope you don't mind me jumping ahead of your existing PR on this --

Re: 1st draft of complete class-based std.random successor

2014-03-24 Thread bearophile
Joseph Rushton Wakeling: Hope you don't mind me jumping ahead of your existing PR on this -- it's been inactive so I didn't know if you were planning on following up. I don't mind, I am happy :-) Thank you for adding a sorely needed function. The useless patch I opened should be closed.

Re: Experimental win32 OMF linker written in D now on github

2014-03-24 Thread Asman01
On Monday, 24 March 2014 at 22:30:45 UTC, Nick Sabalausky wrote: On 3/23/2014 4:33 PM, Daniel Murphy wrote: So a couple of years ago I had too much free time and wrote a linker. It's now on github: https://github.com/yebblies/ylink Nifty! I love this Pro: - Usually produces working

Re: Experimental win32 OMF linker written in D now on github

2014-03-24 Thread Jack Applegame
On Tuesday, 25 March 2014 at 02:24:39 UTC, Asman01 wrote: On Monday, 24 March 2014 at 22:30:45 UTC, Nick Sabalausky wrote: On 3/23/2014 4:33 PM, Daniel Murphy wrote: So a couple of years ago I had too much free time and wrote a linker. It's now on github: https://github.com/yebblies/ylink