about summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* ghcjs: mark build as brokenPeter Simons2019-02-22
| | | | | | | Build errors are at: - https://hydra.nixos.org/build/89288500 - https://hydra.nixos.org/build/89286604
* Merge pull request #55998 from ThomasMader/dlang-updateDmitry Kalinkin2019-02-22
|\ | | | | Dlang update
| * dmd: 2.084.0 -> 2.084.1Thomas Mader2019-02-22
| |
| * ldc: 1.12.0 -> 1.14.0Thomas Mader2019-02-21
| |
* | openjdk11: 11.0.1+13 -> 11.0.2+9Cray Elliott2019-02-21
| |
* | solc: make z3 dependency optionalLorenzo Manacorda2019-02-20
| | | | | | | | | | | | It is an optional dependency, which defaults to true. https://solidity.readthedocs.io/en/latest/installing-solidity.html#smt-solvers
* | coreclr: move defaults to package fileJan Malakhovski2019-02-03
| |
* | oraclejdk8distro, oraclejdk8psu_distro: move defaults to package fileJan Malakhovski2019-02-03
| |
* | Merge branch 'staging-next'Vladimír Čunát2019-02-20
|\ \ | | | | | | | | | | | | | | | | | | This round is without the systemd CVE, as we don't have binaries for that yet. BTW, I just ignore darwin binaries these days, as I'd have to wait for weeks for them.
| * | gcl*: fix with updated binutilsVladimír Čunát2019-02-19
| | | | | | | | | | | | The patch was taken from Debian; they apparently don't have a src repo.
| * | Merge branch 'master' into staging-nextVladimír Čunát2019-02-19
| |\ \ | | | | | | | | | | | | Hydra nixpkgs: ?compare=1505754
| * | | go_1_10: fix tests after binutils updateVladimír Čunát2019-02-19
| | | |
| * | | Merge branch 'master' into staging-nextDaiderd Jordan2019-02-17
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into staging-nextVladimír Čunát2019-02-17
| |\ \ \ | | | | | | | | | | | | | | | A mass darwin rebuild from master (#55784).
| * \ \ \ Merge master into staging-nextFrederik Rietdijk2019-02-16
| |\ \ \ \
| * \ \ \ \ Merge master into staging-nextFrederik Rietdijk2019-02-13
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'origin/master' into stagingMatthew Bauer2019-02-09
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge pull request #54578 from alyssais/gcj-darwinAlyssa Ross2019-02-08
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | gcj: fix build on Darwin
| | * | | | | | | gcj: fix build on DarwinAlyssa Ross2019-01-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially addresses https://github.com/NixOS/nixpkgs/issues/29715.
| * | | | | | | | Merge branch 'staging-next' into stagingVladimír Čunát2019-02-01
| |\ \ \ \ \ \ \ \
| * | | | | | | | | llvm7: replace patch with official upstream commitWill Dietz2019-01-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hopefully this also addresses any problems enountered with the patch used previously.
| * | | | | | | | | Merge pull request #54323 from lblasc/rust132Jörg Thalheim2019-01-28
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | rust: 1.31.0 -> 1.32.0
| | * | | | | | | | | llvm7: backport patches, fix building rust crates with ltoLuka Blaskovic2019-01-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See: https://github.com/rust-lang/rust/issues/57762
| | * | | | | | | | | rust: 1.31.0 -> 1.32.0Luka Blaskovic2019-01-22
| | | | | | | | | | |
| * | | | | | | | | | Merge pull request #54442 from dtzWill/update/go-1.9.7Will Dietz2019-01-27
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | go: 1.9.5 -> 1.9.7
| | * | | | | | | | | | go: 1.9.5 -> 1.9.7Will Dietz2019-01-21
| | |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://golang.org/doc/devel/release.html#go1.9.minor
| * | | | | | | | | | Merge pull request #54624 from matthewbauer/libcxxMatthew Bauer2019-01-27
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cc-wrapper: add libcxx for libcxxClang
| | * | | | | | | | | | cc-wrapper: add libcxx for libcxxClangMatthew Bauer2019-01-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang needs to find headers + libraries for compiling with libc++. We need to add a libcxx argument to cc-wrapper. This means you do not have to pass in c++ headers directly. This resolves the last case remaining of #30670. Darwin clang++ now works properly. Fixes #30670
| * | | | | | | | | | | Merge remote-tracking branch 'NixOS/master' into stagingMatthew Bauer2019-01-27
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | iasl: broaden platformsAlyssa Ross2019-01-25
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Builds fine on Darwin.
| * | | | | | | | | | | Merge branch 'master' into stagingVladimír Čunát2019-01-22
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge pull request #54324 from jtojnar/vapi-setup-hookJan Tojnar2019-01-20
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Vapi setup hook
| | * | | | | | | | | | | vala: add setup hookJan Tojnar2019-01-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add datadir containing vapidir to XDG_DATA_DIRS and move vapipdir to dev output.
| * | | | | | | | | | | | Merge pull request #54094 from rnhmjoj/shellFrederik Rietdijk2019-01-19
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | treewide: use ${stdenv.shell} instead of /bin/sh where possible
| | * | | | | | | | | | | treewide: use ${stdenv.shell} instead of /bin/sh where possiblernhmjoj2019-01-16
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #56026 from ↵Michael Raskin2019-02-19
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | oxij/tree/move-defaults-to-package-files-half-cuda all-packages.nix: move defaults to package files continues^2
| * | | | | | | | | | | | gnu-smalltalk: move defaults to package fileJan Malakhovski2019-02-03
| | | | | | | | | | | | |
* | | | | | | | | | | | | ocaml-4.08: disable “strictoverflow” hardeningVincent Laporte2019-02-19
| | | | | | | | | | | | |
* | | | | | | | | | | | | ocaml: init at 4.08.0+beta1Vincent Laporte2019-02-19
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Merge #54576: adoptopenjdk-bin: 11.0.1 -> 11.0.2Vladimír Čunát2019-02-17
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Includes security fixes.
| * | | | | | | | | | | adoptopenjdk-bin: 11.0.1 -> 11.0.2 (openj9 x86_64-darwin)taku02019-01-31
| | | | | | | | | | | |
| * | | | | | | | | | | adoptopenjdk-bin: 11.0.1 -> 11.0.2 (hotspot aarch64-linux, x86_64-mac)taku02019-01-26
| | | | | | | | | | | |
* | | | | | | | | | | | ats2: 0.3.12 -> 0.3.13Brandon Elam Barker2019-02-16
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to upcoming packaging changes with ATS2, the -gmp release will be the same as the old release, and it is the most full-featured release. So nothing is changing other than the .tgz archive name.
* | | | | | | | | | | Merge pull request #55618 from zachcoyle/gnu-cobol-enable-darwinDaiderd Jordan2019-02-14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | gnu-cobol: enable on darwin
| * | | | | | | | | | | gnu-cobol: enable on darwinZach Coyle2019-02-11
| | | | | | | | | | | |
* | | | | | | | | | | | Merge pull request #55746 from bhipple/fix/lazarusMichael Raskin2019-02-14
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | lazarus: format expression with more modern style
| * | | | | | | | | | | | lazarus: format expression with more modern styleBenjamin Hipple2019-02-13
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This package was written more than a decade ago; this commit updates the layout to be more conventional without making any meaningful changes. Note that because it now has a version attribute in the derivation this does change the hash.
* / | | | | | | | | | | Add shim for clock_gettime until macos >= 10.12Tobias Mayer2019-02-13
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #55528 from fare-patches/masterMichael Raskin2019-02-12
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Update Gambit and Gerbil from Upstream
| * | | | | | | | | | | gerbil-unstable: 2019-01-25 -> 2019-02-09Francois-Rene Rideau2019-02-10
| | | | | | | | | | | |