digitalmars.D.announce - LDC 1.0.0 has been released!
- Kai Nacke (11/11) Jun 06 2016 Hi everyone,
- rikki cattermole (2/13) Jun 06 2016 Oo ARM, Obj-c and Android support!
- tester (3/14) Jun 06 2016 very nice!
- Guillaume Piolat (18/36) Jun 06 2016 Hi,
- jmh530 (2/5) Jun 06 2016 Add to LDC Readme?
- Daniel N (9/11) Jun 07 2016 1) Download LDC unpack anywhere
- Johan Engelen (5/17) Jun 07 2016 Excellent :-)
- Kai Nacke (5/43) Jun 08 2016 Thanks!
- Russel Winder via Digitalmars-d-announce (18/18) Jun 06 2016 LDC has been splendid for a long while. This release is in some sense
- Basile B. (2/4) Jun 06 2016 Thx ! very happy to read this announce.
- Guillaume Piolat (3/14) Jun 06 2016 Good news all around this release.
- FreeSlave (3/14) Jun 06 2016 Cool! Just checked on osx, Objective-C support works and it's
- Jacob Carlborg (4/6) Jun 07 2016 Have these bugs been reported?
- FreeSlave (3/8) Jun 07 2016 Yes. Look at https://issues.dlang.org/show_bug.cgi?id=16096
- Jacob Carlborg (4/6) Jun 07 2016 Thanks, I'll have a look.
- Jacob Carlborg (4/6) Jun 15 2016 Fixed, unless you already have noticed.
- Radu (2/13) Jun 06 2016 Congrats!
- Martin Nowak (3/6) Jun 06 2016 Congratulations!
- Kai Nacke (4/11) Jun 06 2016 It's done. Thanks for the reminder.
- Dicebot (2/2) Jun 06 2016 NB: update of Arch package is delayed because of
- deadalnix (3/14) Jun 06 2016 What made you say it is 1.0.0 ? In what way is this is a major
- Joakim (5/23) Jun 06 2016 From the forum link he gave, "It is done - the 1.0.0 release of
- Kai Nacke (12/30) Jun 06 2016 LDC is really stable for quite some time. I felt that the 0.xx
- qznc (2/5) Jun 07 2016 Congratulations! I'm happy about this.
- Russel Winder via Digitalmars-d-announce (16/35) Jun 07 2016 Because they wanted to. It is major exactly because they have said it
- Mithun Hunsur (3/14) Jun 06 2016 Congratulations! I'm glad that LDC's reached the fabled 1.0.0
- Dicebot (3/3) Jun 08 2016 Was there anything changed regarding -od / -op / -oq behaviour? I
- Gerald (3/3) Jun 13 2016 Awesome news, just noticed a blurb on the Linux news site
- Kai Nacke (5/8) Jun 13 2016 Yes, we are in the press. :-)
Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, Kai
Jun 06 2016
On 06/06/2016 7:00 PM, Kai Nacke wrote:Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, KaiOo ARM, Obj-c and Android support!
Jun 06 2016
On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, Kaivery nice! how about a howto for windows/VS users?
Jun 06 2016
On Monday, 6 June 2016 at 07:25:49 UTC, tester wrote:On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:Hi, Here is what I've learned: - use VS 2015 preferably, - since a while the stock LDC package work as is, nothing to configure, - use PATH and --compiler=ldc2 or --compiler=path/to/compiler.exe to tell dub where LDC is (separate packages for 32-bit and 64-bit), - to avoid a dependency on the VS 2015 runtime, add the following linker flags: "lflags-windows-ldc": [ "libcmt.lib", "/nodefaultlib:msvcrt.lib", "/nodefaultlib:vcruntime.lib" ], - executables made with LDC are not supported on XP and Vista, but seem to work regardless :)Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, Kaivery nice! how about a howto for windows/VS users?
Jun 06 2016
On Monday, 6 June 2016 at 10:45:39 UTC, Guillaume Piolat wrote:Hi, Here is what I've learned: [snip]Add to LDC Readme?
Jun 06 2016
On Monday, 6 June 2016 at 10:45:39 UTC, Guillaume Piolat wrote:1) Download LDC unpack anywhere 2) Download VisualD install https://github.com/dlang/visuald/releases 3) Setup VisualD to find LDC Tools->Options->Projects and Solutions->Visual D Settings->LDC Directories ... Profit!very nice! how about a howto for windows/VS users?
Jun 07 2016
On Tuesday, 7 June 2016 at 16:54:55 UTC, Daniel N wrote:On Monday, 6 June 2016 at 10:45:39 UTC, Guillaume Piolat wrote:Excellent :-) https://github.com/dlang/visuald/pull/61 (I am just "copy-pasting" there! Please create your own PR with better info! )1) Download LDC unpack anywhere 2) Download VisualD install https://github.com/dlang/visuald/releases 3) Setup VisualD to find LDC Tools->Options->Projects and Solutions->Visual D Settings->LDC Directories ... Profit!very nice! how about a howto for windows/VS users?
Jun 07 2016
On Monday, 6 June 2016 at 10:45:39 UTC, Guillaume Piolat wrote:On Monday, 6 June 2016 at 07:25:49 UTC, tester wrote:Thanks! See https://github.com/ldc-developers/ldc-scripts/pull/1 Regards, KaiOn Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:Hi, Here is what I've learned: - use VS 2015 preferably, - since a while the stock LDC package work as is, nothing to configure, - use PATH and --compiler=ldc2 or --compiler=path/to/compiler.exe to tell dub where LDC is (separate packages for 32-bit and 64-bit), - to avoid a dependency on the VS 2015 runtime, add the following linker flags: "lflags-windows-ldc": [ "libcmt.lib", "/nodefaultlib:msvcrt.lib", "/nodefaultlib:vcruntime.lib" ], - executables made with LDC are not supported on XP and Vista, but seem to work regardless :)Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, Kaivery nice! how about a howto for windows/VS users?
Jun 08 2016
LDC has been splendid for a long while. This release is in some sense nothing special. However, as we all know, moving from 0.x.y to 1.x.y holds a special place in the minds of people not already aware of a product. Now we can promote D in places it had not been promotable before because of the Version 1 effect. Well done to Kai, David, and everyone who has contributed to LDC over the years for making the product. =C2=A0 --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 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
Jun 06 2016
On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC,Thx ! very happy to read this announce.
Jun 06 2016
On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, KaiGood news all around this release. Go LDC!
Jun 06 2016
On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, KaiCool! Just checked on osx, Objective-C support works and it's free from dmd bugs that prevent my project to work with Cocoa.
Jun 06 2016
On 2016-06-06 13:25, FreeSlave wrote:Cool! Just checked on osx, Objective-C support works and it's free from dmd bugs that prevent my project to work with Cocoa.Have these bugs been reported? -- /Jacob Carlborg
Jun 07 2016
On Tuesday, 7 June 2016 at 08:09:53 UTC, Jacob Carlborg wrote:On 2016-06-06 13:25, FreeSlave wrote:Yes. Look at https://issues.dlang.org/show_bug.cgi?id=16096 I don't have such problem with ldc 1.0.0.Cool! Just checked on osx, Objective-C support works and it's free from dmd bugs that prevent my project to work with Cocoa.Have these bugs been reported?
Jun 07 2016
On 2016-06-07 14:59, FreeSlave wrote:Yes. Look at https://issues.dlang.org/show_bug.cgi?id=16096 I don't have such problem with ldc 1.0.0.Thanks, I'll have a look. -- /Jacob Carlborg
Jun 07 2016
On 2016-06-07 14:59, FreeSlave wrote:Yes. Look at https://issues.dlang.org/show_bug.cgi?id=16096 I don't have such problem with ldc 1.0.0.Fixed, unless you already have noticed. -- /Jacob Carlborg
Jun 15 2016
On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, KaiCongrats!
Jun 06 2016
On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download!Congratulations! And please update https://ldc-developers.github.io/LATEST.
Jun 06 2016
On Monday, 6 June 2016 at 13:58:55 UTC, Martin Nowak wrote:On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:It's done. Thanks for the reminder. Regards, KaiHi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download!Congratulations! And please update https://ldc-developers.github.io/LATEST.
Jun 06 2016
NB: update of Arch package is delayed because of https://github.com/ldc-developers/ldc/issues/1544
Jun 06 2016
On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, KaiWhat made you say it is 1.0.0 ? In what way is this is a major milestone ?
Jun 06 2016
On Tuesday, 7 June 2016 at 01:30:53 UTC, deadalnix wrote:On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:From the forum link he gave, "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!"Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, KaiWhat made you say it is 1.0.0 ? In what way is this is a major milestone ?
Jun 06 2016
On Tuesday, 7 June 2016 at 01:30:53 UTC, deadalnix wrote:On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:LDC is really stable for quite some time. I felt that the 0.xx version scheme was no longer appropriate. E.g. many companies still consider a 0.xx version as not production ready. I raised the topic on the newsgroup. Outcome of the discussion was that the first version based on the frontend written in D should be version 1.0. (This is a major milestone.) In this sense there is nothing special about this version. We tried to make it the best LDC version ever - but we have this goal for every LDC release. Regards, KaiHi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, KaiWhat made you say it is 1.0.0 ? In what way is this is a major milestone ?
Jun 06 2016
On Tuesday, 7 June 2016 at 05:46:51 UTC, Kai Nacke wrote:Outcome of the discussion was that the first version based on the frontend written in D should be version 1.0. (This is a major milestone.)Congratulations! I'm happy about this.
Jun 07 2016
On Tue, 2016-06-07 at 01:30 +0000, deadalnix via Digitalmars-d-announce=20 wrote:On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:Because they wanted to. It is major exactly because they have said it is no longer 0.x.y but 1.x.y. Using the usual (albeit fatuous) manager thing that 0.x.y is not ready for production but 1.x.y is: LDC has been production ready for ages, the team have now said that this is so.=C2=A0 --=20 Russel. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D Dr Russel Winder t: +44 20 7585 2200 voip: sip:russel.winder ekiga.n= et 41 Buckmaster Road m: +44 7770 465 077 xmpp: russel winder.org.uk London SW11 1EN, UK w: www.russel.org.uk skype: russel_winderHi everyone, =20 It is a great pleasure to announce that version 1.0.0 of LDC,=C2=A0 the LLVM-based D compiler, is now available for download! =20 The release is based on the 2.070.2 frontend and standard=C2=A0 library and supports LLVM 3.5-3.8. We provide binaries for=C2=A0 Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) =20 As usual, you can find links to the changelog and the binary=C2=A0 packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org =20 Regards, Kai=20 What made you say it is 1.0.0 ? In what way is this is a major=C2=A0 milestone ?
Jun 07 2016
On Monday, 6 June 2016 at 07:00:56 UTC, Kai Nacke wrote:Hi everyone, It is a great pleasure to announce that version 1.0.0 of LDC, the LLVM-based D compiler, is now available for download! The release is based on the 2.070.2 frontend and standard library and supports LLVM 3.5-3.8. We provide binaries for Linux, OX X, Win32 & Win64, Linux/ARM (armv7hf). :-) As usual, you can find links to the changelog and the binary packages over at digitalmars.D.ldc: http://forum.dlang.org/post/lwsnqbravjqbnnryvjkx forum.dlang.org Regards, KaiCongratulations! I'm glad that LDC's reached the fabled 1.0.0 milestone; I'm looking forward to taking it for a spin.
Jun 06 2016
Was there anything changed regarding -od / -op / -oq behaviour? I am getting DCD build errors with new LDC because object files are emitted to a different place it expects.
Jun 08 2016
Awesome news, just noticed a blurb on the Linux news site Phoronix about this as well: http://www.phoronix.com/scan.php?page=news_item&px=LDC-1.0-Released
Jun 13 2016
On Monday, 13 June 2016 at 12:35:57 UTC, Gerald wrote:Awesome news, just noticed a blurb on the Linux news site Phoronix about this as well: http://www.phoronix.com/scan.php?page=news_item&px=LDC-1.0-ReleasedYes, we are in the press. :-) http://llvmweekly.org/issue/128 Regards, Kai
Jun 13 2016