Thread overview
LDC 1.3.0
Jul 09, 2017
kinke
Jul 16, 2017
Alonso Cárdenas
July 09, 2017
Hi everyone,

LDC 1.3.0, the LLVM-based D compiler, is available for download!
This release is based on the 2.073.2 frontend and standard library and supports LLVM 3.5-4.0.

Some of the new features since v1.2:

* Improved cross-compilation abilities
  * Generate static libs for all targets
  * Experimental integration of LLD, the LLVM cross-linker
    (still limited to Windows/MSVC targets)
  * More LLVM targets enabled for the prebuilt packages
* Includes first experimental version of DCompute for OpenCL/CUDA targets
* Support for Visual Studio 2017
* Bundled with static and shared runtime libraries (Linux and OSX)
* Bundled with rdmd, ddemangle and dustmite in addition to dub

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

Regards,
kinke
July 10, 2017
On Sunday, 9 July 2017 at 21:33:17 UTC, kinke wrote:
> LDC 1.3.0, the LLVM-based D compiler, is available for download!
> This release is based on the 2.073.2 frontend and standard library and supports LLVM 3.5-4.0.

Congratulations all! :-)

The ldc2 snap package has been updated to 1.3.0 as well.
July 16, 2017
On Sunday, 9 July 2017 at 21:33:17 UTC, kinke wrote:
> * Bundled with static and shared runtime libraries (Linux and OSX)

Also, ldc 1.3.0 is available for FreeBSD from ports tree

http://www.freshports.org/lang/ldc/

Greetings