Thread overview
LDC 1.18.0
Oct 16, 2019
kinke
Oct 17, 2019
Newbie2019
Oct 23, 2019
zoujiaqing
Oct 25, 2019
Laeeth Isharc
Oct 25, 2019
Adam D. Ruppe
October 16, 2019
Glad to announce LDC 1.18:

* Based on D 2.088.1.
* Support for LLVM 9.0, which is used for the prebuilt packages.
* Experimental prebuilt Android armv7a package.
* Bundled dub upgraded to v1.17.0+ with improved LDC support, incl. cross-compilation.
* Init symbols of zero-initialized structs are no longer emitted.
* druntime: DMD-compatible {load,store}Unaligned and prefetch added to core.simd.
* JIT improvements, incl. multi-threaded compilation.
* Support for macOS 10.15 and, on Windows, for Visual Studio 2019 v16.3.

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

Thanks to all contributors!
October 17, 2019
On Wednesday, 16 October 2019 at 22:31:41 UTC, kinke wrote:
> Glad to announce LDC 1.18:
>
> * Based on D 2.088.1.
> * Support for LLVM 9.0, which is used for the prebuilt packages.
> * Experimental prebuilt Android armv7a package.
> * Bundled dub upgraded to v1.17.0+ with improved LDC support, incl. cross-compilation.
> * Init symbols of zero-initialized structs are no longer emitted.
> * druntime: DMD-compatible {load,store}Unaligned and prefetch added to core.simd.
> * JIT improvements, incl. multi-threaded compilation.
> * Support for macOS 10.15 and, on Windows, for Visual Studio 2019 v16.3.
>
> Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.18.0
>
> Thanks to all contributors!

Thanks for keep up the good work.

Android CI is really a great for mobile users, I wish some day there also include IOS cross build binary package.
October 23, 2019
On Thursday, 17 October 2019 at 04:04:41 UTC, Newbie2019 wrote:
> On Wednesday, 16 October 2019 at 22:31:41 UTC, kinke wrote:
>
> Thanks for keep up the good work.
>
> Android CI is really a great for mobile users, I wish some day there also include IOS cross build binary package.

Yes, I wish it too.
LDC for iOS needed.
October 25, 2019
On Wednesday, 23 October 2019 at 02:22:56 UTC, zoujiaqing wrote:
> On Thursday, 17 October 2019 at 04:04:41 UTC, Newbie2019 wrote:
>> On Wednesday, 16 October 2019 at 22:31:41 UTC, kinke wrote:
>>
>> Thanks for keep up the good work.
>>
>> Android CI is really a great for mobile users, I wish some day there also include IOS cross build binary package.
>
> Yes, I wish it too.
> LDC for iOS needed.

We use iOS.  If somebody were willing to do the work of bringing LDC up to date and maintaining it maybe we could support the work, or at least contribute to it.

October 25, 2019
On Friday, 25 October 2019 at 21:53:05 UTC, Laeeth Isharc wrote:
> We use iOS.  If somebody were willing to do the work of bringing LDC up to date and maintaining it maybe we could support the work, or at least contribute to it.

I have a bunch of patches I was working on a few weekends ago. I'm committed to do the android thing first though and lately been doing dpp.

but I already have a decent idea of what needs to be done from working on the dmd versions.