Re: Symantec has been sold to Broadcom

2019-08-09 Thread Martino via Digitalmars-d-announce

On Thursday, 8 August 2019 at 23:46:38 UTC, Walter Bright wrote:

https://finance.yahoo.com/news/broadcom-buy-symantec-enterprise-division-201706500.html

It's the end of an era. Symantec bought my company, Zortech, 
and now is bought in return. The D community, and myself 
personally, owe a debt of gratitude to Symantec.


Thank you, Symantec!


I remember my first real work experience. We used Borland C++ and 
some time later we bought Symantec C++. The fastest C++ compiler 
at the time. A thunderbolt.


Many memories...

Martino.


Re: LDC 1.16.0

2019-06-22 Thread Martino via Digitalmars-d-announce

On Friday, 21 June 2019 at 18:22:20 UTC, Radu wrote:

On Friday, 21 June 2019 at 14:22:16 UTC, Martino wrote:

On Thursday, 20 June 2019 at 17:36:45 UTC, kinke wrote:

Glad to announce LDC 1.16:

* Based on D 2.086.1.
* Non-Windows x86: Faster `real` versions of 
std.math.{tan,expi}.

* Windows: Fix linking DLLs with MinGW-based libs.
* WebAssembly: No need for an explicit `-L--export-dynamic` 
anymore.


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


Thanks to all contributors!


The linux-armhf is no longer available? The last I know is for 
the 1.13.0 version...


I made this docker image 
https://hub.docker.com/r/rracariu/ldc-linux-armhf useful for 
cross-compile.


One could modify it to build a native ARM version also.


Thanks!



Re: LDC 1.16.0

2019-06-21 Thread Martino via Digitalmars-d-announce

On Thursday, 20 June 2019 at 17:36:45 UTC, kinke wrote:

Glad to announce LDC 1.16:

* Based on D 2.086.1.
* Non-Windows x86: Faster `real` versions of 
std.math.{tan,expi}.

* Windows: Fix linking DLLs with MinGW-based libs.
* WebAssembly: No need for an explicit `-L--export-dynamic` 
anymore.


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


Thanks to all contributors!


The linux-armhf is no longer available? The last I know is for 
the 1.13.0 version...