Thread overview
LDC 1.17.0
Aug 25, 2019
kinke
Sep 04, 2019
kinke
Sep 06, 2019
Newbie2019
Sep 06, 2019
Radu
August 25, 2019
Glad to announce LDC 1.17:

* Based on D 2.087.1.
  * The DMD fix wrt. 'local templates can now receive local symbols' hasn't been ported yet.
* LLVM upgraded to v8.0.1.
* Fix for v1.16.0 regression when returning void expressions.
* Init symbols, TypeInfos and vtables of non-exported aggregates are now hidden with `-fvisibility=hidden`.
* Don't ignore some options like `-lowmem` in response files.
* Proper Unicode support for LDC/LDMD itself on Windows.
* More fixes...

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

Thanks to all contributors!
September 04, 2019
There's a new v1.17 Termux package for Android.
September 06, 2019
On Wednesday, 4 September 2019 at 20:54:40 UTC, kinke wrote:
> There's a new v1.17 Termux package for Android.

Cool !!!
September 06, 2019
On Wednesday, 4 September 2019 at 20:54:40 UTC, kinke wrote:
> There's a new v1.17 Termux package for Android.

Thanks for the keep the great work.

without LDC, there is not so much d users.
September 06, 2019
On Sunday, 25 August 2019 at 14:00:08 UTC, kinke wrote:
> Glad to announce LDC 1.17:
>
> * Based on D 2.087.1.
>   * The DMD fix wrt. 'local templates can now receive local symbols' hasn't been ported yet.
> * LLVM upgraded to v8.0.1.
> * Fix for v1.16.0 regression when returning void expressions.
> * Init symbols, TypeInfos and vtables of non-exported aggregates are now hidden with `-fvisibility=hidden`.
> * Don't ignore some options like `-lowmem` in response files.
> * Proper Unicode support for LDC/LDMD itself on Windows.
> * More fixes...
>
> Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.17.0
>
> Thanks to all contributors!

Thank you!