Jump to page: 1 2 3
Thread overview
LDC 1.0.0 has been released!
Jun 06, 2016
Kai Nacke
Jun 06, 2016
rikki cattermole
Jun 06, 2016
tester
Jun 06, 2016
Guillaume Piolat
Jun 06, 2016
jmh530
Jun 07, 2016
Daniel N
Jun 07, 2016
Johan Engelen
Jun 09, 2016
Kai Nacke
Jun 06, 2016
Russel Winder
Jun 06, 2016
Basile B.
Jun 06, 2016
Guillaume Piolat
Jun 06, 2016
FreeSlave
Jun 07, 2016
Jacob Carlborg
Jun 07, 2016
FreeSlave
Jun 07, 2016
Jacob Carlborg
Jun 15, 2016
Jacob Carlborg
Jun 06, 2016
Radu
Jun 06, 2016
Martin Nowak
Jun 07, 2016
Kai Nacke
Jun 06, 2016
Dicebot
Jun 07, 2016
deadalnix
Jun 07, 2016
Joakim
Jun 07, 2016
Kai Nacke
Jun 07, 2016
qznc
Jun 07, 2016
Russel Winder
Jun 07, 2016
Mithun Hunsur
Jun 08, 2016
Dicebot
Jun 13, 2016
Gerald
Jun 14, 2016
Kai Nacke
June 06, 2016
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

June 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,
> Kai

Oo ARM, Obj-c and Android support!

June 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,
> Kai


very nice!
how about a howto for windows/VS users?
June 06, 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.

-- 
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
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.


June 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,
> Kai

Good news all around this release.
Go LDC!
June 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 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
>
>
> very nice!
> how about a howto for windows/VS users?

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 :)
June 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,
> Kai

Cool! Just checked on osx, Objective-C support works and it's free from dmd bugs that prevent my project to work with Cocoa.
June 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,
> Kai

Congrats!
June 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.

« First   ‹ Prev
1 2 3