Re: Windows Bindings v1.1

2021-02-21 Thread Jacob Carlborg via Digitalmars-d-announce
On 2021-02-20 15:03, Rumbu wrote: - new attributes (currently ignored): RetVal, NullNullTerminated, NotNullTerminated Regarding the ignored attributes. You could always output these as UDAs. It would not add any semantic meaning, but could serve as documentation. In theory, it would be possibl

LDC 1.25.0

2021-02-21 Thread kinke via Digitalmars-d-announce
Glad to announce LDC 1.25 - some highlights: - Based on D 2.095.1. - LLVM for prebuilt packages bumped to v11.0.1; support added for LLVM 11.1 and upcoming 12.0. - Profile/trace LDC invocations via --ftime-trace. - New Windows installer and native 'Apple silicon' package. - New experimental tem

Re: LDC 1.25.0

2021-02-21 Thread Dennis via Digitalmars-d-announce
Great stuff, thanks! On Sunday, 21 February 2021 at 18:26:38 UTC, kinke wrote: - Profile/trace LDC invocations via --ftime-trace. Is there more info on this? I tried it on a simple file, it generates a large json file. Can this be inspected to reduce compile times? The changelog and pull req

Re: LDC 1.25.0

2021-02-21 Thread Steven Schveighoffer via Digitalmars-d-announce
On 2/21/21 1:26 PM, kinke wrote: Glad to announce LDC 1.25 - some highlights: - Based on D 2.095.1. - LLVM for prebuilt packages bumped to v11.0.1; support added for LLVM 11.1 and upcoming 12.0. - Profile/trace LDC invocations via --ftime-trace. - New Windows installer and native 'Apple silico

Re: LDC 1.25.0

2021-02-21 Thread kinke via Digitalmars-d-announce
On Sunday, 21 February 2021 at 21:58:48 UTC, Dennis wrote: On Sunday, 21 February 2021 at 18:26:38 UTC, kinke wrote: - Profile/trace LDC invocations via --ftime-trace. Is there more info on this? I tried it on a simple file, it generates a large json file. Can this be inspected to reduce comp

Re: LDC 1.25.0

2021-02-21 Thread kinke via Digitalmars-d-announce
On Monday, 22 February 2021 at 02:32:22 UTC, Steven Schveighoffer wrote: This is cool! Can you describe what it means? The option name isn't telling me anything obvious. Please see the changelog for more details. That's a first -- I haven't seen a 2.095.1 announcement yet (just the beta) Hm