Thread overview | ||||||||
---|---|---|---|---|---|---|---|---|
|
June 06, 2016 LDC 1.0.0 has been released! | ||||
---|---|---|---|---|
| ||||
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 |
June 06, 2016 Re: LDC 1.0.0 has been released! | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kai Nacke Attachments:
| We like this. Many thanks to Kai, David, and all who have contributed over the years. Having a "not DMD" compiler that is up to date (sorry GDC) is a huge win for marketing D. On Mon, 2016-06-06 at 06:59 +0000, Kai Nacke via digitalmars-d-ldc wrote: > 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 > -- Russel. ============================================================================= Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder@ekiga.net 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel@winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder |
June 06, 2016 Re: LDC 1.0.0 has been released! | ||||
---|---|---|---|---|
| ||||
Posted in reply to Kai Nacke | On Monday, 6 June 2016 at 06:59:12 UTC, Kai Nacke wrote: > 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! >[...] Cool! To gain more attraction, an official press release from the D Foundation should be send out to all IT-magazines. I got my first hint to D via this announcement of D compiling with D: http://www.heise.de/developer/meldung/Programmiersprache-D-Compiler-ist-jetzt-selbst-in-D-geschrieben-2869589.html Regards mt. |
June 07, 2016 Re: LDC 1.0.0 has been released! | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Tschierschke | On Monday, 6 June 2016 at 11:35:11 UTC, Martin Tschierschke wrote:
> On Monday, 6 June 2016 at 06:59:12 UTC, Kai Nacke wrote:
>> 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!
>>[...]
> Cool!
>
> To gain more attraction, an official press release from the D Foundation
> should be send out to all IT-magazines.
>
> I got my first hint to D via this announcement of
> D compiling with D: http://www.heise.de/developer/meldung/Programmiersprache-D-Compiler-ist-jetzt-selbst-in-D-geschrieben-2869589.html
>
> Regards mt.
:-) I always give the Heise Newsticker a hint about new releases. But it looks like LDC is not yet as interesting as other software packages.
Regards,
Kai
|
June 07, 2016 Re: LDC 1.0.0 has been released! | ||||
---|---|---|---|---|
| ||||
Posted in reply to Martin Tschierschke Attachments:
| On Mon, 2016-06-06 at 11:35 +0000, Martin Tschierschke via digitalmars- d-ldc wrote: > […] > > To gain more attraction, an official press release from the D > Foundation > should be send out to all IT-magazines. > D Foundation should indeed be issuing a press release on this to all the IT press worldwide. -- Russel. ============================================================================= Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder@ekiga.net 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel@winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winder |
June 24, 2016 Re: LDC 1.0.0 has been released! | ||||
---|---|---|---|---|
| ||||
Posted in reply to Russel Winder | On Tuesday, 7 June 2016 at 11:21:46 UTC, Russel Winder wrote:
> On Mon, 2016-06-06 at 11:35 +0000, Martin Tschierschke via digitalmars- d-ldc wrote:
>> […]
>>
>> To gain more attraction, an official press release from the D
>> Foundation
>> should be send out to all IT-magazines.
>>
>
> D Foundation should indeed be issuing a press release on this to all the IT press worldwide.
The problem is that the D Foundation currently only contains Ali, Andrei and Walter. As you can imagine, they don't have much time for such things and it's already impressive to see Andrei in reddit from time to time. Hence you should definitely push this up to the general NG, but the short gist is: help them! Write the press release yourself and send it off to the press. Alternatively send it over to A/W for approval.
|
Copyright © 1999-2021 by the D Language Foundation