dmd.snap:2.088

Last commit made on 2019-12-07
Get this branch:
git clone -b 2.088 https://git.launchpad.net/dmd.snap

Branch merges

Branch information

Name:
2.088
Repository:
lp:dmd.snap

Recent commits

2a35942... by Joseph Wakeling

Update to 2.088.1 stable release

https://dlang.org/changelog/2.088.1.html
https://github.com/dlang/dmd/releases/tag/v2.088.1

c3c797c... by Ermesto Castellotti

Update to 2.088.0 stable release

https://dlang.org/changelog/2.088.0.html
https://github.com/dlang/dmd/releases/tag/v2.088.0

LTO optimization is currently disabled because starting from
https://github.com/dlang/dmd/pull/10199 it is no longer supported.

When the support is restored, in a future version of DMD, then
ENABLE_LTO=1 will be re-added

Signed-off-by: Ernesto Castellotti <email address hidden>

4269f9b... by Ermesto Castellotti

Update to 2.087.1 stable release

https://dlang.org/changelog/2.087.1.html
https://github.com/dlang/dmd/releases/tag/v2.087.1

d8335d0... by Ermesto Castellotti

Update to 2.087.0 stable release (#40)

* Update to 2.087.0 stable release

https://dlang.org/changelog/2.087.0.html
https://github.com/dlang/dmd/releases/tag/v2.087.0

* Removed the hack for the soname symlink

Since the versions starting from phobos 2.087 have this
merged pull request: dlang/phobos#6966
It is no longer necessary to manually create the symlink.

762b4be... by Joseph Wakeling

Update to 2.086.1 stable release

https://dlang.org/changelog/2.086.1.html
https://github.com/dlang/dmd/releases/tag/v2.086.1

41590ac... by Joseph Wakeling

Revert "Removed the hack for the soname symlink"

This reverts commit 81121388003524852b37a72a0506bfa3da2c5c15.

Upstream phobos still does not generate the symlink, even though the PR
adding it was merged before the 2.086.0 release. We therefore need to
keep this workaround in the snap package.

bcc978c... by Ermesto Castellotti

Update to 2.086.0 stable release

https://dlang.org/changelog/2.086.0.html
https://github.com/dlang/dmd/releases/tag/v2.086.0

8112138... by Ermesto Castellotti

Removed the hack for the soname symlink

The phobos makefile during the "install" task does not create the
Since the versions starting from phobos 2.086 have this
merged pull request: https://github.com/dlang/phobos/pull/6966
it is no longer necessary to manually create the symlink.

0767d8c... by Ermesto Castellotti

Fixed build problem for i386

f456839... by Ermesto Castellotti

Added the missing sys link of libphobos
The phobos makefile during the "install" task does not create the
symbolic link of libphobos2.so.X.Y.Z to libphobos2.so.X.Y, this causes
problems loading the shared phobos library, so we go to create the
symbolic link manually.