Re: LDC 1.3.0

2017-07-16 Thread Alonso Cárdenas via Digitalmars-d-announce

On Sunday, 9 July 2017 at 21:33:17 UTC, kinke wrote:
* Bundled with static and shared runtime libraries (Linux and 
OSX)


Also, ldc 1.3.0 is available for FreeBSD from ports tree

http://www.freshports.org/lang/ldc/

Greetings


Re: LDC 1.3.0

2017-07-10 Thread Joseph Rushton Wakeling via Digitalmars-d-announce

On Sunday, 9 July 2017 at 21:33:17 UTC, kinke wrote:

LDC 1.3.0, the LLVM-based D compiler, is available for download!
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


Congratulations all! :-)

The ldc2 snap package has been updated to 1.3.0 as well.


LDC 1.3.0

2017-07-09 Thread kinke via Digitalmars-d-announce

Hi everyone,

LDC 1.3.0, the LLVM-based D compiler, is available for download!
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


Some of the new features since v1.2:

* Improved cross-compilation abilities
  * Generate static libs for all targets
  * Experimental integration of LLD, the LLVM cross-linker
(still limited to Windows/MSVC targets)
  * More LLVM targets enabled for the prebuilt packages
* Includes first experimental version of DCompute for OpenCL/CUDA 
targets

* Support for Visual Studio 2017
* Bundled with static and shared runtime libraries (Linux and OSX)
* Bundled with rdmd, ddemangle and dustmite in addition to dub

Full release log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.3.0


Regards,
kinke


Re: LDC 1.3.0-beta2

2017-06-13 Thread kinke via Digitalmars-d-announce

On Tuesday, 13 June 2017 at 16:29:24 UTC, Luís Marques wrote:
I look forward to LDC using the current frontend: I had to 
revert my use of -dip1000 because LDC 1.3.0-beta2 complains 
about Phobos errors when used with that option.


2.074.1 integration is as good as complete; you may build 
https://github.com/ldc-developers/ldc/pull/2076 if you can't 
wait. ;)


Re: LDC 1.3.0-beta2

2017-06-13 Thread Luís Marques via Digitalmars-d-announce

On Monday, 12 June 2017 at 17:49:46 UTC, kinke wrote:
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


Nice job.

I look forward to LDC using the current frontend: I had to revert 
my use of -dip1000 because LDC 1.3.0-beta2 complains about Phobos 
errors when used with that option.


Re: LDC 1.3.0-beta2

2017-06-13 Thread kinke via Digitalmars-d-announce

On Tuesday, 13 June 2017 at 09:27:42 UTC, Oleg B wrote:
You plain build armhf version, like for 1.1.0? Or will it never 
happen again?


It will happen again I assume, but we don't have the capacity at 
the moment.


Re: LDC 1.3.0-beta2

2017-06-13 Thread Oleg B via Digitalmars-d-announce

On Monday, 12 June 2017 at 17:49:46 UTC, kinke wrote:

Hi everyone,

LDC 1.3.0-beta2, the LLVM-based D compiler, is available for 
download!
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


It's been a while since beta1, so besides numerous fixes there 
are also new features.


Change log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.3.0-beta2


Regards,
kinke


You plain build armhf version, like for 1.1.0? Or will it never 
happen again?


Re: LDC 1.3.0-beta2

2017-06-12 Thread Joseph Rushton Wakeling via Digitalmars-d-announce

On Monday, 12 June 2017 at 17:49:46 UTC, kinke wrote:
LDC 1.3.0-beta2, the LLVM-based D compiler, is available for 
download!
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


A snap package for this, using the LLVM 4.0.0 backend, is 
available in the 1.3/beta release channel.  New users can install 
this with:


sudo snap install --classic --channel=1.3/beta ldc2

while existing users can switch to it with

sudo snap refresh --classic --channel=1.3/beta ldc2


Re: LDC 1.3.0-beta2

2017-06-12 Thread Wulfklaue via Digitalmars-d-announce

On Monday, 12 June 2017 at 17:49:46 UTC, kinke wrote:

Hi everyone,

LDC 1.3.0-beta2, the LLVM-based D compiler, is available for 
download!
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


It's been a while since beta1, so besides numerous fixes there 
are also new features.


Change log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.3.0-beta2


Regards,
kinke


Nice job. Its good to see LLVM support progressing.


LDC 1.3.0-beta2

2017-06-12 Thread kinke via Digitalmars-d-announce

Hi everyone,

LDC 1.3.0-beta2, the LLVM-based D compiler, is available for 
download!
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


It's been a while since beta1, so besides numerous fixes there 
are also new features.


Change log and downloads: 
https://github.com/ldc-developers/ldc/releases/tag/v1.3.0-beta2


Regards,
kinke


Re: LDC 1.3.0-beta1 has been released!

2017-05-05 Thread 9il via Digitalmars-d-announce

On Friday, 5 May 2017 at 12:44:25 UTC, John Colvin wrote:

On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:

Hi everyone,

LDC 1.3.0-beta1, the LLVM-based D compiler, is available for 
download!
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, 
now bundled with DUB. :-)


It is the first release ever made at DConf. Feedback is highly 
welcome - just talk to me!


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/hzdleysafdckzgarp...@forum.dlang.org

Regards,
Kai


available on homebrew: `brew install ldc --devel`


Thanks!


Re: LDC 1.3.0-beta1 has been released!

2017-05-05 Thread John Colvin via Digitalmars-d-announce

On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:

Hi everyone,

LDC 1.3.0-beta1, the LLVM-based D compiler, is available for 
download!
This release is based on the 2.073.2 frontend and standard 
library and supports LLVM 3.5-4.0.


We provide binaries for Linux, OX X, FreeBSD, Win32 & Win64, 
now bundled with DUB. :-)


It is the first release ever made at DConf. Feedback is highly 
welcome - just talk to me!


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/hzdleysafdckzgarp...@forum.dlang.org

Regards,
Kai


available on homebrew: `brew install ldc --devel`


Re: LDC 1.3.0-beta1 has been released!

2017-05-05 Thread Joseph Rushton Wakeling via Digitalmars-d-announce

On Friday, 5 May 2017 at 10:16:41 UTC, Kai Nacke wrote:
As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/hzdleysafdckzgarp...@forum.dlang.org


In addition, the snap package can be installed on Linux distros 
that support it  using:


sudo snap install --classic --channel=1.3/beta ldc2

or, if you already have a version installed:

sudo snap refresh --channel=1.3/beta ldc2

:-)