about summary refs log tree commit diff
path: root/pkgs/development/compilers/ldc/default.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-05-28ldc: migrate to pkgs/by-nameJeremy Baxter1-136/+0
2024-05-28ldc: merge into single fileJeremy Baxter1-2/+134
2024-01-08ldc: 1.35.0 -> 1.36.0Jeremy Baxter1-2/+2
2023-10-15ldc: 1.34.0 -> 1.35.0materus1-2/+2
2023-09-20ldc: 1.31.0 -> 1.34.0Jeremy1-2/+2
2023-02-28ldc: 1.30.0 -> 1.31.0, bump bootstrap ldc to 1.30.0, bump LLVM to 14Gavin Zhao1-2/+2
Signed-off-by: Gavin Zhao <git@gzgz.dev>
2022-10-23ldc: 1.27.1 -> 1.30.0, change hashes to SRI formatOPNA26081-2/+2
2021-08-27dmd 2.095.1 -> 2.097.2Ate Eskola1-2/+2
ldc 1.25.1 -> 1.27.1
2021-03-18ldc: 1.24.0 -> 1.25.1Thomas Mader1-2/+2
2020-11-06ldc: 1.20.1 -> 1.24.0Fabián Heredia Montiel1-3/+2
2020-04-29ldc: 1.17.0 -> 1.20.1Lionello Lunesu1-171/+3
This reverts commit 31d630c3a4f0f5b417244e054b0a88ecf9ec1acf.
2020-04-22Revert "ldc: 1.17.0 -> 1.20.1"worldofpeace1-3/+171
2020-04-18ldc: 1.17.0 -> 1.20.1Lionello Lunesu1-171/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-31ldc: inherit python interpreter from litJonathan Ringer1-2/+2
2020-01-09ldc: fix build and skip impure testAndrew Childs1-8/+10
Fixes #76973 This moves the path configuration to a separate derivation and skips an impure test that depends on the current year.
2019-12-31ldc: fix for structured attrsRobin Gloster1-44/+24
2019-10-20ldc: 1.16.0 -> 1.17.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ldc/versions
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-07-01ldc: 1.15.0 -> 1.16.0R. RyanTM1-2/+2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/ldc/versions
2019-05-12ldc: Fix #61316Thomas Mader1-4/+4
2019-04-26ldc: don’t run checks on darwinMatthew Bauer1-1/+1
failing currently: https://hydra.nixos.org/build/92532427
2019-04-11ldc: 1.14.0 -> 1.15.0Thomas Mader1-6/+23
2019-02-21ldc: 1.12.0 -> 1.14.0Thomas Mader1-170/+118
2018-12-27ldc: 1.11.0 -> 1.12.0Thomas Mader1-93/+46
Additional various cleanups here and there
2018-08-19ldc: 1.10.0 -> 1.11.0Thomas Mader1-2/+2
2018-08-11ldc: 1.8.0 -> 1.10.0Thomas Mader1-62/+72
Disabled tests on Darwin for now
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-05-19ldc: wrap ldc2 binary with C compiler because it's needed for linkingThomas Mader1-9/+15
2018-03-07ldc: 1.7.0 -> 1.8.0Thomas Mader1-14/+12
2018-01-13ldc: Disable cdvecfill test to fix build on older processorsThomas Mader1-0/+7
https://github.com/NixOS/nixpkgs/pull/33830
2018-01-10ldc: Remove dynamiccompile tests for Darwin tooThomas Mader1-3/+3
2018-01-10ldc: 1.5.0 -> 1.7.0Thomas Mader1-19/+9
2017-12-08dmd, ldc, dub: Inherit buildInput and meta from build derivationThomas Mader1-0/+3
2017-12-03ldc: 1.3.0 -> 1.5.0Thomas Mader1-88/+243
- Bootstrap with ldc lts (0.17.5) instead of dmd. - Enable unittests by using a fixed-output derivation for runtime tests.
2017-11-02fix source root locations.Piotr Bogdan1-0/+4
These have changed following commit https://github.com/NixOS/nixpkgs/commit/c3255fe8ec326d2c8fe9462d49ed83aa64d3e68f. See also: - https://github.com/NixOS/nixpkgs/pull/31004 - https://github.com/NixOS/nixpkgs/pull/31106
2017-09-17ldc: Disable check phase because some tests are not working if build hasThomas Mader1-1/+2
sandboxing enabled
2017-09-02ldc: Init at 1.3.0Thomas Mader1-0/+98