Re: LDC 1.21.0

2020-04-25 Thread Russel Winder via Digitalmars-d-announce
On Fri, 2020-04-24 at 11:19 -0700, H. S. Teoh via Digitalmars-d- announce wrote: […] > > Awesome! > > Many thanks to the LDC team for the hard work to bring this awesome > compiler to us! Agreed. Very much agreed. Hopefully the Debian D packaging folks can be speedy getting this new version of

Re: LDC 1.21.0

2020-04-24 Thread H. S. Teoh via Digitalmars-d-announce
On Thu, Apr 23, 2020 at 05:53:05PM +, kinke via Digitalmars-d-announce wrote: > Glad to announce an exciting LDC 1.21 release - some highlights: > > * Based on D 2.091.1+; LLVM upgraded to v10.0.0. [...] Nice! > * Android improvements, incl. an important fix for x86 architectures, >

Re: LDC 1.21.0

2020-04-24 Thread Paulo Pinto via Digitalmars-d-announce
On Friday, 24 April 2020 at 06:58:52 UTC, Sebastiaan Koppe wrote: On Friday, 24 April 2020 at 06:13:09 UTC, Paulo Pinto wrote: Great work! What is the status of WebAssembly support beyond betterC? Almost there. I originally planned to complete it last February. It turned out to be a bit

Re: LDC 1.21.0

2020-04-24 Thread Greatsam4sure via Digitalmars-d-announce
On Friday, 24 April 2020 at 04:28:00 UTC, zoujiaqing wrote: On Thursday, 23 April 2020 at 17:53:05 UTC, kinke wrote: [...] Thanks! Use LDC writing mobile app :) I am interested in mobile app using D. Pls can you post a link on how to start. I wiwill really appreciate it

Re: LDC 1.21.0

2020-04-24 Thread Sebastiaan Koppe via Digitalmars-d-announce
On Friday, 24 April 2020 at 06:13:09 UTC, Paulo Pinto wrote: Great work! What is the status of WebAssembly support beyond betterC? Almost there. I originally planned to complete it last February. It turned out to be a bit more work because I didn't consider I would need to port parts of

Re: LDC 1.21.0

2020-04-24 Thread Paulo Pinto via Digitalmars-d-announce
On Thursday, 23 April 2020 at 17:53:05 UTC, kinke wrote: Glad to announce an exciting LDC 1.21 release - some highlights: * Based on D 2.091.1+; LLVM upgraded to v10.0.0. * Experimental iOS/arm64 support - all druntime/Phobos unittests pass, thanks Jacob! The prebuilt macOS package supports

Re: LDC 1.21.0

2020-04-23 Thread zoujiaqing via Digitalmars-d-announce
On Thursday, 23 April 2020 at 17:53:05 UTC, kinke wrote: Glad to announce an exciting LDC 1.21 release - some highlights: * Based on D 2.091.1+; LLVM upgraded to v10.0.0. * Experimental iOS/arm64 support - all druntime/Phobos unittests pass, thanks Jacob! The prebuilt macOS package supports

LDC 1.21.0

2020-04-23 Thread kinke via Digitalmars-d-announce
Glad to announce an exciting LDC 1.21 release - some highlights: * Based on D 2.091.1+; LLVM upgraded to v10.0.0. * Experimental iOS/arm64 support - all druntime/Phobos unittests pass, thanks Jacob! The prebuilt macOS package supports cross-compilation out of the box, just add

Re: LDC 1.21.0-beta1

2020-04-06 Thread zoujiaqing via Digitalmars-d-announce
On Saturday, 21 March 2020 at 12:05:18 UTC, kinke wrote: Glad to announce the first beta for an exciting LDC 1.21 release: * Based on D 2.091.0; LLVM upgraded to v10.0.0-rc4. * Experimental iOS/arm64 support. * Initial support for GCC/GDC-style inline assembly syntax, primarily for

Re: LDC 1.21.0-beta1

2020-03-22 Thread Pezbi Mahn via Digitalmars-d-announce
Sounds dope On Sat, Mar 21, 2020 at 8:10 AM kinke via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: > Glad to announce the first beta for an exciting LDC 1.21 release: > > * Based on D 2.091.0; LLVM upgraded to v10.0.0-rc4. > * Experimental iOS/arm64 support. > * Initial

Re: LDC 1.21.0-beta1

2020-03-22 Thread Peter Jacobs via Digitalmars-d-announce
superficial scan of the source code, I did not find any kdtree module and so was thinking (incorrectly) that it might be a compiler-supplied module. Turns out that it was a module recently added by a colleague. LDC 1.21.0-beta1 was correct to identify it as missing from the build

Re: LDC 1.21.0-beta1

2020-03-22 Thread kinke via Digitalmars-d-announce
On Sunday, 22 March 2020 at 12:00:58 UTC, Peter Jacobs wrote: I am seeing a linker error with this beta. Same compilation works with 1.20.1. Well, thx for giving it a try, but that's hardly useful (just looks like a `kdtree` module not being compiled) - firstly, try to check whether that's

Re: LDC 1.21.0-beta1

2020-03-22 Thread Johan via Digitalmars-d-announce
On Sunday, 22 March 2020 at 12:00:58 UTC, Peter Jacobs wrote: I am seeing a linker error with this beta. Same compilation works with 1.20.1. ldc2 -w -g -d-debug -d-version=flavour_debug -d-version=with_libplot -dip1008 -I.. -I../nm -I../util -I../geom -I../grid_utils -I../extern/gzip

Re: LDC 1.21.0-beta1

2020-03-22 Thread Peter Jacobs via Digitalmars-d-announce
On Saturday, 21 March 2020 at 12:05:18 UTC, kinke wrote: Glad to announce the first beta for an exciting LDC 1.21 release: Please help test, and thanks to all contributors! I am seeing a linker error with this beta. Same compilation works with 1.20.1. ldc2 -w -g -d-debug

LDC 1.21.0-beta1

2020-03-21 Thread kinke via Digitalmars-d-announce
Glad to announce the first beta for an exciting LDC 1.21 release: * Based on D 2.091.0; LLVM upgraded to v10.0.0-rc4. * Experimental iOS/arm64 support. * Initial support for GCC/GDC-style inline assembly syntax, primarily for portability across GDC and LDC (and GCC-style C). * Android