digitalmars.D.ldc - LDC 0.16.1 has been released!
- Kai Nacke (38/38) Oct 28 2015 Hi everyone!
Hi everyone! On behalf of the LDC team I am proud to announce the final LDC 0.16.1 release! It is based on the 2.067.1 front-end and LLVM 3.1-3.7 (OS X: no support for 3.3). This is a bugfix only release. There are some improvements for the Win64 compiler. 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.16.1 MD5 checksums for the release packages: be7c7cf80d087e9f0bcbccc8ec6bcba3 ldc-0.16.1-src.tar.gz 24b62b955ee6a0e06c6605299b75e290 ldc2-0.16.1-linux-x86.tar.gz d8cb93eaa67d4366dbb9c6e7801d28fd ldc2-0.16.1-linux-x86.tar.xz a44c8fb061768b751e3121a8942b23a4 ldc2-0.16.1-linux-x86_64.tar.gz d8232a1ebd2dbc4bae7278c7f912577f ldc2-0.16.1-linux-x86_64.tar.xz 423352e480faa9a9cbfe6f259ec07b1a ldc2-0.16.1-osx-x86_64.tar.gz 6ec72291114a42403b4cc08e88c251ab ldc2-0.16.1-osx-x86_64.tar.xz 415768d358da92f552b54b655064f0b5 ldc2-0.16.1-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.0. 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 in release mode. The distribution now contains a precompiled libcurl 7.40.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
Oct 28 2015