DCompute OpenCL kernels now work

2017-10-07 Thread Nicholas Wilson via Digitalmars-d-announce
I am happy to announce that DCompute will soon[1] support the OpenCL 2.1 runtime. I have tested it locally and it works now :) I wasted a good deal of time wondering why it wasn't and it was a small typo in DerelictCL trying to load OpenCL 2.2 symbols when loading 2.1. That along with OpenCL

Re: compile D to asm.js using ldc --betterC and emcc

2017-10-07 Thread cosinus via Digitalmars-d-announce
On Saturday, 7 October 2017 at 18:27:53 UTC, Suliman wrote: could you make it online? you mean build everything and commit? I've just added the binaries, I can't add the whole chain, its to big.

Re: Trial v0.4.0 and visual-trial v0.1.0 are out

2017-10-07 Thread WebFreak001 via Digitalmars-d-announce
On Monday, 18 September 2017 at 20:50:55 UTC, Szabo Bogdan wrote: Hi! I want to announce that I managed to release a new version of Trial, the DLang test runner. Since my last announcement, I made this changes: - new TAP and VisualTrial reporters - add -r flag to override the default

Re: compile D to asm.js using ldc --betterC and emcc

2017-10-07 Thread Suliman via Digitalmars-d-announce
On Saturday, 7 October 2017 at 17:31:37 UTC, cosinus wrote: I wrote a little working demo that shows how to use D inside firefox. It uses emscripten(emcc) and ldc. https://github.com/cosinus2/dlang-emscripten-demo could you make it online?

compile D to asm.js using ldc --betterC and emcc

2017-10-07 Thread cosinus via Digitalmars-d-announce
I wrote a little working demo that shows how to use D inside firefox. It uses emscripten(emcc) and ldc. https://github.com/cosinus2/dlang-emscripten-demo

Re: Beta 2.076.1

2017-10-07 Thread Eugene Wissner via Digitalmars-d-announce
On Saturday, 7 October 2017 at 12:45:30 UTC, Martin Nowak wrote: On Sunday, 1 October 2017 at 17:36:12 UTC, Marco Leise wrote: Other than that I'm happy with the package, as it provides the man pages, pre-built HTML documentation and a binary to bootstrap dmd on systems that lack a D compiler.

Re: Beta 2.076.1

2017-10-07 Thread Martin Nowak via Digitalmars-d-announce
On Sunday, 1 October 2017 at 17:36:12 UTC, Marco Leise wrote: Other than that I'm happy with the package, as it provides the man pages, pre-built HTML documentation and a binary to bootstrap dmd on systems that lack a D compiler. (The use case being compilation from source for Gentoo Linux.)

Re: Eilmer4 - a Computational Fluid Dynamics code in D

2017-10-07 Thread Martin Nowak via Digitalmars-d-announce
On Friday, 6 October 2017 at 22:16:09 UTC, Peter Jacobs wrote: This note is principally to say thank you to all of the people who have made the D programming language and its ecosystem. Being mechanical engineers, we are occasional but serious programmers. For a number of years, we struggled

Re: Eilmer4 - a Computational Fluid Dynamics code in D

2017-10-07 Thread user1234 via Digitalmars-d-announce
On Friday, 6 October 2017 at 22:16:09 UTC, Peter Jacobs wrote: Eilmer is a simulation code for studying high-speed compressible flows. Early versions were written in C and then C++. Version 4 is a complete rewrite in D, with Lua for configuration and run-time scripting. Code and