LDC 0.17.0 has been released!

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Feb 14 09:28:08 PST 2016


Hi everyone!

On behalf of the LDC team I am proud to announce the new 0.17.0 
release!
It is based on the 2.068.2 front-end and LLVM 3.5-3.8.

This release is known to work on several Linux architectures, 
Windows 64bit, FreeBSD and Solaris. The compiler now supports 
NetBSD and has improved support for OpenBSD and DragonFly, too - 
though runtime support for these three BSD flavours is still 
missing.
We worked on many internal refactorings, including preparation 
for a Win32 compiler. Thanks to the whole team doing this great 
work.

A special thanks goes to Rainer for the work on the Win32 
compiler. A PREVIEW version of this compiler is also made 
available.

LDC already supports the new LLVM 3.8 release which is scheduled 
for end of February.

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/v0.17.0

Due to an upload issue with GitHub there is no GZip-compressed 
archive for OS X.

MD5 checksums for the release packages:

851fb55e9dcbc349e9901d1d8f92c914 ldc-0.17.0-src.tar.gz
be4c60b07db67f6134ad9494c1777193 ldc2-0.17.0-linux-x86.tar.gz
f2f4838ffd8dddffbc3d2c13b217fb50 ldc2-0.17.0-linux-x86.tar.xz
b10364a8ce2f9b5de9955b6b36863510 ldc2-0.17.0-linux-x86_64.tar.gz
cfdfb48b58bbdd50af4919e99c70cbe6 ldc2-0.17.0-linux-x86_64.tar.xz
9f59a54315ae991148d8b4db1c84b7ff ldc2-0.17.0-osx-x86_64.tar.xz
b299b4160552b091fa7f46f79972c254 ldc2-0.17.0-win32-msvc.zip
9a396820a1de87764765cb6514e87015 ldc2-0.17.0-win64-msvc.zip

Regarding the binaries:
The Linux binaries are built on Ubuntu 12.04 LTS with gcc 4.8.x 
and LLVM 3.7.1. They work on Ubuntu 12.04 LTS (or later) without 
installing additional software.

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

The Win64 MSVC version is built with VS2015 using LLVM 3.7.1 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

The Win32 MSVC version is built with VS2015 using LLVM 3.8.0rc2 
in release mode. It incoporates ldc/pull/1168 and 
druntime/pull/54. Please note that this is a PREVIEW version only.

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!

Onward to 1.0!

Regards,
Kai



More information about the digitalmars-d-ldc mailing list