aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ldc
Commit message (Collapse)AuthorAgeFilesLines
* community/ldc: move from testingRasmus Thomsen2020-03-022-129/+0
|
* testing/*: make CMake and meson respect our C{,PP,XX}FLAGSRasmus Thomsen2020-02-211-2/+2
| | | | See: https://lists.alpinelinux.org/~alpine/devel/%3C2896c13070c508a49cbaa72c8fb7f34ea947358b.camel%40cogitri.dev%3E
* testing/ldc: Update to 1.20.0Geod242020-02-163-45/+7
|
* testing/ldc: replace "pip install" with apk packageJ0WI2020-02-021-5/+3
|
* testing/ldc: upgrade to 1.19.0Geod242020-01-061-13/+23
| | | | | | | The package used to depend on itself (and was broken), now using gdc we have a more sustainable bootstrap path. It needs to be upgrade to v1.19.0 to include the fixes for Musl which were made while porting 'gcc-gdc'.
* testing/ldc: upgrade to 1.18.0Geod242019-10-284-83/+111
| | | | | This replaces the bootstrapping (and outdated) LDC 1.8.0 package with a build from source.
* testing/ldc: new aportGeod242019-10-162-0/+131
This add a package to support the D Programming Language. Currently, one has to jump through hoops in order to use D on Alpine. This packages installs the official (and only) LDC build that came with an Alpine build, LDC-1.8.0. While it is an old version of the compiler, 2.078.3, it can be used to bootstrap other compiler versions.