Re: LDC 1.28.0

2021-10-21 Thread james.p.leblanc via Digitalmars-d-announce
On Tuesday, 19 October 2021 at 23:37:22 UTC, kinke wrote: Glad to announce LDC 1.28 - some highlights: Thanks to all contributors & sponsors! Dear Kinke and Team, Thanks all for the work here! Great D asset for us all!

Re: LDC 1.28.0

2021-10-20 Thread workman via Digitalmars-d-announce
On Tuesday, 19 October 2021 at 23:37:22 UTC, kinke wrote: Glad to announce LDC 1.28 - some highlights: * Based on D 2.098.0+ (yesterday's stable). * Dynamic casts across binary boundaries (DLLs etc.) now work. * Windows: `-dllimport=defaultLibsOnly` doesn't require `-linkonce-templates`

Re: LDC 1.28.0

2021-10-20 Thread Guillaume Piolat via Digitalmars-d-announce
On Tuesday, 19 October 2021 at 23:37:22 UTC, kinke wrote: Glad to announce LDC 1.28 - some highlights: Thanks! 

Re: LDC 1.28.0

2021-10-20 Thread workman via Digitalmars-d-announce
On Tuesday, 19 October 2021 at 23:37:22 UTC, kinke wrote: Glad to announce LDC 1.28 - some highlights: * Based on D 2.098.0+ (yesterday's stable). * Dynamic casts across binary boundaries (DLLs etc.) now work. * Windows: `-dllimport=defaultLibsOnly` doesn't require `-linkonce-templates`

Re: LDC 1.28.0

2021-10-19 Thread Imperatorn via Digitalmars-d-announce
On Tuesday, 19 October 2021 at 23:37:22 UTC, kinke wrote: Glad to announce LDC 1.28 - some highlights: * Based on D 2.098.0+ (yesterday's stable). * Dynamic casts across binary boundaries (DLLs etc.) now work. * Windows: `-dllimport=defaultLibsOnly` doesn't require `-linkonce-templates`

Re: LDC 1.28.0

2021-10-19 Thread H. S. Teoh via Digitalmars-d-announce
On Tue, Oct 19, 2021 at 11:37:22PM +, kinke via Digitalmars-d-announce wrote: > Glad to announce LDC 1.28 - some highlights: > > * Based on D 2.098.0+ (yesterday's stable). > * Dynamic casts across binary boundaries (DLLs etc.) now work. > * Windows: `-dllimport=defaultLibsOnly` doesn't

LDC 1.28.0

2021-10-19 Thread kinke via Digitalmars-d-announce
Glad to announce LDC 1.28 - some highlights: * Based on D 2.098.0+ (yesterday's stable). * Dynamic casts across binary boundaries (DLLs etc.) now work. * Windows: `-dllimport=defaultLibsOnly` doesn't require `-linkonce-templates` anymore. * dcompute: Basic support for OpenCL image I/O. Full

Re: LDC 1.28.0-beta1

2021-10-02 Thread workman via Digitalmars-d-announce
On Saturday, 25 September 2021 at 21:30:49 UTC, kinke wrote: Glad to announce the first beta for LDC 1.28 - some highlights: * Based on D 2.098.0-beta.2+ (today's stable). * Dynamic casts across binary boundaries (DLLs etc.) now work. * Windows: `-dllimport=defaultLibsOnly` doesn't require

LDC 1.28.0-beta1

2021-09-25 Thread kinke via Digitalmars-d-announce
Glad to announce the first beta for LDC 1.28 - some highlights: * Based on D 2.098.0-beta.2+ (today's stable). * Dynamic casts across binary boundaries (DLLs etc.) now work. * Windows: `-dllimport=defaultLibsOnly` doesn't require `-linkonce-templates` anymore. Full release log and downloads: