Re: LDC 1.20.0

2020-02-17 Thread Guillaume Piolat via Digitalmars-d-announce
On Friday, 14 February 2020 at 22:31:13 UTC, kinke wrote: Glad to announce LDC 1.20: * Based on D 2.090.1+. * Codegen preparations (but druntime/Phobos support still lacking) for * iOS/tvOS/watchOS on AArch64 Wow wow wow!!! Thanks!!!

Re: LDC 1.20.0

2020-02-15 Thread Jacob Carlborg via Digitalmars-d-announce
On 2020-02-15 07:17, zoujiaqing wrote: Thanks LDC team! Thanks Jacob for iOS/tvOS/watchOS on AArch64! Thanks :) -- /Jacob Carlborg

Re: LDC 1.20.0

2020-02-14 Thread zoujiaqing via Digitalmars-d-announce
On Friday, 14 February 2020 at 22:31:13 UTC, kinke wrote: Glad to announce LDC 1.20: * Based on D 2.090.1+. * Codegen preparations (but druntime/Phobos support still lacking) for * iOS/tvOS/watchOS on AArch64 * WASI (WebAssembly System Interface) * Mac: support for embedding

Re: LDC 1.20.0

2020-02-14 Thread H. S. Teoh via Digitalmars-d-announce
On Fri, Feb 14, 2020 at 10:31:13PM +, kinke via Digitalmars-d-announce wrote: > Glad to announce LDC 1.20: Awesome!!! Big thanks again to the LDC team! T -- The easy way is the wrong way, and the hard way is the stupid way. Pick one.

LDC 1.20.0

2020-02-14 Thread kinke via Digitalmars-d-announce
Glad to announce LDC 1.20: * Based on D 2.090.1+. * Codegen preparations (but druntime/Phobos support still lacking) for * iOS/tvOS/watchOS on AArch64 * WASI (WebAssembly System Interface) * Mac: support for embedding `pragma({lib,linkerDirective}, ...)` in object files, e.g.,

Re: LDC 1.20.0-beta1

2020-01-21 Thread zoujiaqing via Digitalmars-d-announce
On Thursday, 16 January 2020 at 21:26:07 UTC, kinke wrote: Glad to announce the first beta for LDC 1.20: * Based on D 2.090.0+ (recent DMD stable). * Mac: support for embedding `pragma({lib,linkerDirective}, ...)` in object files, e.g., `pragma(linkerDirective, "-framework",

LDC 1.20.0-beta1

2020-01-16 Thread kinke via Digitalmars-d-announce
Glad to announce the first beta for LDC 1.20: * Based on D 2.090.0+ (recent DMD stable). * Mac: support for embedding `pragma({lib,linkerDirective}, ...)` in object files, e.g., `pragma(linkerDirective, "-framework", "CoreFoundation");`. * Linux: fix potential stack overflows in GC worker