www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - LDC 1.14.0

reply kinke <noone nowhere.com> writes:
Glad to announce LDC 1.14:

* Based on D 2.084.1.
* Linking WebAssembly doesn't require an integrated LLD linker 
anymore (e.g., also working with distro packages and wasm-ld 
linker).
* 32-bit LTO-able druntime/Phobos newly bundled with prebuilt 
Windows packages.
* AddressSanitizer support for fibers.
* Various fixes.

Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.14.0

Thanks to all contributors!
Feb 17 2019
next sibling parent aberba <karabutaworld gmail.com> writes:
On Sunday, 17 February 2019 at 15:46:01 UTC, kinke wrote:
 Glad to announce LDC 1.14:

 * Based on D 2.084.1.
 * Linking WebAssembly doesn't require an integrated LLD linker 
 anymore (e.g., also working with distro packages and wasm-ld 
 linker).
 * 32-bit LTO-able druntime/Phobos newly bundled with prebuilt 
 Windows packages.
 * AddressSanitizer support for fibers.
 * Various fixes.

 Full release log and downloads: 
 https://github.com/ldc-developers/ldc/releases/tag/v1.14.0

 Thanks to all contributors!
Work on WebAssembly is very well appreciated. Big thanks to all contributors
Feb 18 2019
prev sibling next sibling parent Guillaume Piolat <first.last gmail.com> writes:
On Sunday, 17 February 2019 at 15:46:01 UTC, kinke wrote:
 Glad to announce LDC 1.14:

 * Based on D 2.084.1.
 * Linking WebAssembly doesn't require an integrated LLD linker 
 anymore (e.g., also working with distro packages and wasm-ld 
 linker).
 * 32-bit LTO-able druntime/Phobos newly bundled with prebuilt 
 Windows packages.
 * AddressSanitizer support for fibers.
 * Various fixes.

 Full release log and downloads: 
 https://github.com/ldc-developers/ldc/releases/tag/v1.14.0

 Thanks to all contributors!
Thank you! Great release as always :)
Feb 18 2019
prev sibling next sibling parent Radu <void null.pt> writes:
On Sunday, 17 February 2019 at 15:46:01 UTC, kinke wrote:
 Glad to announce LDC 1.14:

 * Based on D 2.084.1.
 * Linking WebAssembly doesn't require an integrated LLD linker 
 anymore (e.g., also working with distro packages and wasm-ld 
 linker).
 * 32-bit LTO-able druntime/Phobos newly bundled with prebuilt 
 Windows packages.
 * AddressSanitizer support for fibers.
 * Various fixes.

 Full release log and downloads: 
 https://github.com/ldc-developers/ldc/releases/tag/v1.14.0

 Thanks to all contributors!
Awesome! Thank you!
Feb 18 2019
prev sibling parent zoujiaqing <zoujiaqing gmail.com> writes:
On Sunday, 17 February 2019 at 15:46:01 UTC, kinke wrote:
 Glad to announce LDC 1.14:

 * Based on D 2.084.1.
 * Linking WebAssembly doesn't require an integrated LLD linker 
 anymore (e.g., also working with distro packages and wasm-ld 
 linker).
 * 32-bit LTO-able druntime/Phobos newly bundled with prebuilt 
 Windows packages.
 * AddressSanitizer support for fibers.
 * Various fixes.

 Full release log and downloads: 
 https://github.com/ldc-developers/ldc/releases/tag/v1.14.0

 Thanks to all contributors!
Thanks for your work! How to upgrade benchmark for it? https://github.com/kostya/benchmarks
Feb 21 2019