August 05, 2014
On Tuesday, 5 August 2014 at 13:36:48 UTC, John Colvin wrote:
> Have you considered creating dlang-*-prerelease/latest packages? It would be nice to be able to grab these alphas/betas/rcs through the arch repos or the AUR.
> If they defaulted to the latest release when there isn't any pre-release available that would be even better.

Well there is https://aur.archlinux.org/packages/ldc-git/ , I usually don't expect alpha/beta to last long enough for this to actually matter :) But that does not cost me anything, will add soon.
August 06, 2014
> Yes,Now it's 1248kb.but on ldc0.12.1, it's only 319kb.

An MSVC version of 0.12? With the EH patch?

Well, this is Hello World:
http://thecybershadow.net/d/mapview/view.php?id=53e10e9fd2704
August 08, 2014
On Wednesday, 6 August 2014 at 09:27:29 UTC, Trass3r wrote:
> An MSVC version of 0.12? With the EH patch?

A binary distribution was created by tae hoo based on an early version of the SEH patches, see
http://forum.dlang.org/thread/wrzsaoppngemvqikusac@forum.dlang.org

I also distributed an early version but I think it was based on 0.11.

Regards,
Kai
August 11, 2014
On Tuesday, 5 August 2014 at 17:04:42 UTC, Dicebot wrote:
> On Tuesday, 5 August 2014 at 13:36:48 UTC, John Colvin wrote:
>> Have you considered creating dlang-*-prerelease/latest packages? It would be nice to be able to grab these alphas/betas/rcs through the arch repos or the AUR.
>> If they defaulted to the latest release when there isn't any pre-release available that would be even better.
>
> Well there is https://aur.archlinux.org/packages/ldc-git/ , I usually don't expect alpha/beta to last long enough for this to actually matter :) But that does not cost me anything, will add soon.

Almost forgot to do it, this should do the trick: https://aur.archlinux.org/pkgbase/ldc-alpha/ (this is build with shared libraries)

btw, is there any way to generate both static and shared versions of libraries, same as it is done for dmd? I'd like to provide packages for both.
August 11, 2014
Btw with shared libraries enabled and --gc-sections "Hello, World!" binary is only 15K ;)
1 2 3
Next ›   Last »