LDC 1.0.0 has been released!

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Jun 5 23:59:12 PDT 2016


Hi everyone!

It is done - the 1.0.0 release of LDC is available!
There is nothing special about this release - as usual, the LDC 
team tried to make this the best LDC release ever!
It is based on the 2.070.2 front-end and supports LLVM 3.5-3.8.

A big thank to the team and all of our users! Whithout you this 
great release would not be possible!

This is not the end: I am already preparing an 1.1 release. Stay 
tuned!

Be sure to read the change log at the GitHub release page which 
also has the package download links:
https://github.com/ldc-developers/ldc/releases/tag/v1.0.0

MD5 checksums for the release packages:

bbad92c16ced1affa03027f7ed19a418  ldc-1.0.0-src.tar.gz
1d4063c9f1872465249eb1f675f661a3  ldc2-1.0.0-linux-armv7hf.tar.xz
5f746789959e054be529511c26abbd74  ldc2-1.0.0-linux-x86.tar.xz
0d522b48fd817470e9aebc5e1ac17b2c  ldc2-1.0.0-linux-x86_64.tar.xz
99135fb66e4a1137771d45d6f6980c9d  ldc2-1.0.0-osx-x86_64.tar.xz
eb87f72358d31e1821d79fab81aa070e  ldc2-1.0.0-win32-msvc.zip
6a7aed3577ef2eca00a055f30b4737a5  ldc2-1.0.0-win64-msvc.zip

Regarding the binaries:
The Linux x86/x86_64 binaries are built on Ubuntu 12.04 LTS with 
gcc 4.8.x, ldc2 1.0.0 and LLVM 3.8.0. They work on Ubuntu 12.04 
LTS (or later) without installing additional software.
The Linux armv7hf binary is built on Gentoo/ARM with gcc 4.9.x, 
ldc2 1.0.0 and LLVM 3.8.0.

The OS X binaries are built with LLVM 3.8.0 on OS X 10.10.

The Win32 and Win64 MSVC versions are built with VS2015 (update 
2) using ldc2 1.0.0 and LLVM trunk in release mode. The 
distribution now contains a precompiled libcurl 7.46.0 from 
http://d.darktech.org/libcurl.html. For any other VisualStudio 
version you need to rebuild the library.
You find the build script here: 
https://github.com/ldc-developers/ldc-scripts/blob/master/ldc2-win64/RELEASE.proj

Please be sure to report any bugs at 
https://github.com/ldc-developers/ldc/issues, and feel free to 
drop by at the digitalmars.D.ldc forums 
(http://forum.dlang.org/group/digitalmars.D.ldc) for any 
questions or comments.

Thanks to everybody involved in making this happen!

Regards,
Kai



More information about the digitalmars-d-ldc mailing list