Re: LDC 1.33.0

2023-07-23 Thread d007 via Digitalmars-d-announce
On Sunday, 23 July 2023 at 22:48:35 UTC, Johan wrote: On Sunday, 23 July 2023 at 20:45:08 UTC, kinke wrote: - Experimental: `--plugin` now also accepts semantic analysis plugins (besides LLVM plugins). New tool `ldc-build-plugin` simplifies building such plugins. See an example of a plugin

Re: LDC 1.33.0

2023-07-23 Thread Johan via Digitalmars-d-announce
On Sunday, 23 July 2023 at 20:45:08 UTC, kinke wrote: - Experimental: `--plugin` now also accepts semantic analysis plugins (besides LLVM plugins). New tool `ldc-build-plugin` simplifies building such plugins. See an example of a plugin here: https://github.com/ldc-developers/ldc/blob/94edb

LDC 1.33.0

2023-07-23 Thread kinke via Digitalmars-d-announce
Glad to announce LDC 1.33.0. Major changes: - Based on D 2.103.1. - New CLI option `-femit-local-var-lifetime` to enable stack memory reuse. - C files are now automatically preprocessed using the external C compiler. - Less pedantic checks for conflicting C(++) function declarations ('

Re: LDC 1.33.0-beta2

2023-07-11 Thread Johan via Digitalmars-d-announce
On Sunday, 11 June 2023 at 02:06:31 UTC, kinke wrote: Glad to announce the second beta for LDC 1.33. Major changes since beta1: - New CLI option `-femit-local-var-lifetime` to enable stack memory reuse. For people testing this release, please enable this flag on your projects. It is disab

LDC 1.33.0-beta2

2023-06-10 Thread kinke via Digitalmars-d-announce
Glad to announce the second beta for LDC 1.33. Major changes since beta1: - New CLI option `-femit-local-var-lifetime` to enable stack memory reuse. - C files are now automatically preprocessed using the external C compiler. - Less pedantic checks for conflicting C(++) function declarations (

Re: LDC 1.33.0-beta1

2023-06-02 Thread zoujiaqing via Digitalmars-d-announce
On Saturday, 13 May 2023 at 23:46:44 UTC, kinke wrote: Glad to announce the first beta for LDC 1.33. The single major change for now (since yesterday's v1.32.2) is the bump to D v2.103.1. Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.33.0-beta1 Please

LDC 1.33.0-beta1

2023-05-13 Thread kinke via Digitalmars-d-announce
Glad to announce the first beta for LDC 1.33. The single major change for now (since yesterday's v1.32.2) is the bump to D v2.103.1. Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.33.0-beta1 Please help test, and thanks to all contributors & sponsors!