On Sunday, 16 December 2018 at 15:57:25 UTC, kinke wrote:
Glad to announce LDC 1.13:

* Based on D 2.083.1.
* 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

New Wiki page highlighting cross-compilation: https://wiki.dlang.org/Cross-compiling_with_LDC

Thanks to all contributors!

Native Android packages for the Termux app have been updated, including an Android/x64 package for the first time (with the std.variant issue from the last beta now fixed). While no Android device uses x64, many x64 and AArch64 Chromebooks support installing Android apps like Termux, so if you have a Chromebook, you can now start writing and compiling D code on there too: :)

https://medium.com/@clumsycontraria/learning-to-code-on-a-bone-stock-chromebook-a7d0e75303bb

An Alpine build of ldc for Docker containers and microservices is also up now.

Reply via email to