Accepting request 620395 from home:Guillaume_G:branches:devel:languages:D
- Update to 1.10.0: * Big news: - Frontend, druntime and Phobos are at version 2.080.1. (#2665, #2719, #2737) (new) - No support for Objective-C class/static methods yet. (#2670) - Breaking Win64 extern(D) ABI change: Pass vectors directly in registers, analogous to the MS vector calling convention. (#2714) - Config file: For cross-compilation, support additional sections named as regex for specific target triples, e.g., "86(_64)?-.*-linux": { … };; see the comment in etc/ldc2.conf. (#2718) * Platform support: - Supports LLVM 3.7 - 6.0. - Windows: Supports Visual Studio/C++ Build Tools 2015 and 2017. - Alpine linux/x64: built against Musl libc to support Docker images based on the Alpine distro, requires the llvm5-libs, musl-dev, and gcc packages to run and link D apps and the tzdata and libcurl packages for certain stdlib modules. * Bug fixes OBS-URL: https://build.opensuse.org/request/show/620395 OBS-URL: https://build.opensuse.org/package/show/devel:languages:D/ldc?expand=0&rev=16
This commit is contained in:
parent
f975a7997e
commit
61656f9b9f
3
ldc-1.10.0-src.tar.gz
Normal file
3
ldc-1.10.0-src.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99b6e2b8dcaf28a2947318fb25e43fa0b96dd3a6377995146f987c4d17dd8371
|
||||
size 6658773
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3f32a4dfcaae12f434e0e23638684faa83765827e7f2deb2df059dccc3169b9
|
||||
size 6560330
|
24
ldc.changes
24
ldc.changes
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 3 06:40:16 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update to 1.10.0:
|
||||
* Big news:
|
||||
- Frontend, druntime and Phobos are at version 2.080.1.
|
||||
(#2665, #2719, #2737) (new)
|
||||
- No support for Objective-C class/static methods yet. (#2670)
|
||||
- Breaking Win64 extern(D) ABI change: Pass vectors directly
|
||||
in registers, analogous to the MS vector calling convention.
|
||||
(#2714)
|
||||
- Config file: For cross-compilation, support additional
|
||||
sections named as regex for specific target triples, e.g.,
|
||||
"86(_64)?-.*-linux": { … };; see the comment in etc/ldc2.conf.
|
||||
(#2718)
|
||||
* Platform support:
|
||||
- Supports LLVM 3.7 - 6.0.
|
||||
- Windows: Supports Visual Studio/C++ Build Tools 2015 and 2017.
|
||||
- Alpine linux/x64: built against Musl libc to support Docker
|
||||
images based on the Alpine distro, requires the llvm5-libs,
|
||||
musl-dev, and gcc packages to run and link D apps and the
|
||||
tzdata and libcurl packages for certain stdlib modules.
|
||||
* Bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 6 11:33:49 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user