On Wednesday, 21 November 2018 at 10:43:55 UTC, kinke wrote:
Glad to announce the second beta for LDC 1.13:

* Based on D 2.083.0+ (yesterday's DMD stable).
* The Windows packages are now fully self-sufficient, i.e., a Visual Studio/C++ Build Tools installation isn't required anymore.
* Substantial debug info improvements.
* New command-line option `-fvisibility=hidden` to hide functions/globals not marked as export, to reduce the size of shared libraries.

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

Thanks to all contributors!

I've added native builds for Android, including Android/x86_64 for the first time. Several tests for std.variant segfault, likely because of the 128-bit real causing x64 codegen issues, but most everything else passes.

This means that if you have an x86 or x64 Chromebook that supports running Android apps, you can install the Termux app and compile D code on there:

https://nosarthur.github.io/coding/2018/01/15/termux.html

Reply via email to