LDC 0.14.0 released!

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Fri Aug 15 07:48:40 PDT 2014


Hi everyone!

The LDC release 0.14.0 is here! It is based on the 2.065.0 
front-end and LLVM 3.1-3.4.2 (OS X: LLVM 3.2/3.4.2 only).

This release contains some exciting new features like shared 
libraries and link-time stripping of dead code on Linux!
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.14.0

MD5 checksums for the release packages:

00000c3dcd2ae9aa4d02c754e2e68b6b ldc-0.14.0-src.tar.gz
f4f74d80c8e086a67ccd64097c8ced6d ldc2-0.14.0-linux-x86_64.tar.gz
0c0dbe062fbb2bbc6bcf0e05fa64781a ldc2-0.14.0-linux-x86_64.tar.xz
c7cfff216a10a9c76efb6b859394af4c ldc2-0.14.0-linux-x86.tar.gz
0456bf4fec7ad693d0a99d52ede22f87 ldc2-0.14.0-linux-x86.tar.xz
8fcada15be800679890117b3e9fb8c73 ldc2-0.14.0-mingw-x86.7z
1aeb695a540bdc38fddbcbde0077e551 ldc2-0.14.0-mingw-x86.zip
500af22966095164a6ed029c1734219f ldc2-0.14.0-osx-x86_64.tar.gz
8e73cc81b2d6ce540214009305d6e227 ldc2-0.14.0-osx-x86_64.tar.xz

As always, the Win32/MinGW packages require a recent version of 
the mingw-w64 toolchain, see the (new) README file for details.

There is no Win64/MSVC package yet. Nevertheless the 
implementation had made a huge step forward thanks to the help 
from Trass3r. He also provides an experimental version Win64 MSVC 
version at https://github.com/Trass3r/ldc/releases.

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