Re: Digger 1.0

2014-09-20 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 19 September 2014 at 01:36:54 UTC, Vladimir Panteleev wrote: Windows binaries: https://github.com/CyberShadow/Digger/releases/tag/1.0 Yet another release ruined by a DMD -inline wrong-code bug :( Reuploaded new .zip file without -inline.

Re: 438-byte "Hello, world" Win32 EXE in D

2014-09-20 Thread Vladimir Panteleev via Digitalmars-d-announce
On Tuesday, 9 September 2014 at 20:07:33 UTC, Trass3r wrote: And how do ldc and gdc do? =) LDC doesn't do very well. It generates more verbose code, even with -Oz. I'll try GDC next. In other news, I switched from makefiles to a dedicated build tool, as their limitations were becoming cons

DMD v2.066.1-rc2

2014-09-20 Thread Andrew Edwards via Digitalmars-d-announce
The second release candidate for v2.066.1 is now available for testing. Binaries may be obtained at http://wiki.dlang.org/Beta_Testing/. Happy testing.

Re: DMD v2.066.1-rc2

2014-09-20 Thread bearophile via Digitalmars-d-announce
Andrew Edwards: The second release candidate for v2.066.1 is now available for testing. Binaries may be obtained at http://wiki.dlang.org/Beta_Testing/. Happy testing. In the site there is a link named "DMD v2.067.0-b1". Perhaps it should be named "DMD v2.067.0-a1" because it's an alpha vers

OpenSimplex Noise ported to D

2014-09-20 Thread Brian Schott via Digitalmars-d-announce
Some of you may have noticed this article posted to /r/programming: http://uniblock.tumblr.com/post/97868843242/noise. I ported the algorithm to D and uploaded it here: https://github.com/Hackerpilot/OpenSimplexNoise-D