about summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-07-28
|\
| * scala: 2.12.2 -> 2.12.3Tim Steinbach2017-07-28
| |
* | Merge branch 'master' into stagingFranz Pletz2017-07-28
|\|
| * oraclejdk: updated arm checksumsKamil Chmielewski2017-07-27
| |
| * oraclejdk: 8u141 -> 8u144taku02017-07-27
| |
* | Merge remote-tracking branch 'upstream/master' into staging-baseJohn Ericson2017-07-26
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/build-support/cc-wrapper/default.nix pkgs/build-support/gcc-wrapper-old/builder.sh pkgs/build-support/trivial-builders.nix pkgs/desktops/kde-4.14/kde-package/default.nix pkgs/development/compilers/openjdk-darwin/8.nix pkgs/development/compilers/openjdk-darwin/default.nix pkgs/development/compilers/openjdk/7.nix pkgs/development/compilers/openjdk/8.nix pkgs/development/compilers/oraclejdk/jdk-linux-base.nix pkgs/development/compilers/zulu/default.nix pkgs/development/haskell-modules/generic-builder.nix pkgs/misc/misc.nix pkgs/stdenv/generic/builder.sh pkgs/stdenv/generic/setup.sh
| * ghc: apply a patch to fix common gold linker problemDomen Kožar2017-07-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It would otherwise result into undefined referenecs for some functions in the base when using the gold linker: error: undefined reference to 'sqrt' Fixes https://github.com/bos/double-conversion/pull/17 Previously ghc option -optl=-lm was used for packages depending on such functions, but that could result into fatal error: cannot mix -r with dynamic object /nix/store/7crrmih8c52r8fbnqb933dxrsp44md93-glibc-2.25/lib/libm.so.6 in some situations like profiling builds. Patch was prepared by Michael Bishop and Niklas Hambüchen. Closes https://github.com/NixOS/nixpkgs/pull/27584.
| * julia: 0.5.1 -> 0.5.2Vincent Laporte2017-07-25
| |
| * Revert "stdenv: Store one package per line in nix-support/propagated-*"John Ericson2017-07-24
| | | | | | | | | | | | | | | | | | | | As @oxij points out in [1], this breakage is especially serious because it changes the contents of built environments without a corresonding change in their hashes. Also, the revert is easier than I thought. This reverts commit 3cb745d5a69018829ac15f7d5a508135f6bda123. [1]: https://github.com/NixOS/nixpkgs/pull/27427#issuecomment-317293040
| * ghc821: 8.2.1-rc3 -> 8.2.1Domen Kožar2017-07-23
| | | | | | | | | | (cherry picked from commit 0901dd50a2ed0d12b2bee8fdb147fdce5c1c5d69) Signed-off-by: Domen Kožar <domen@dev.si>
| * nim: 0.16.0 -> 0.17.0Jon Banafato2017-07-23
| |
* | stdenv-setup and misc pkgs: Revert to space-deliminated propagated-* filesJohn Ericson2017-07-26
|/ | | | | We cannot switch to line-delimited yet, because certain Nix commands do not read in the entire file, but just the first line.
* openjdk: 8u131-b11 -> 8u141-b15Tim Steinbach2017-07-21
|
* Merge pull request #27542 from taku0/oraclejdk-8u141Daiderd Jordan2017-07-21
|\ | | | | oraclejdk: 8u131 -> 8u141 [Critical security fix]
| * oraclejdk: 8u131 -> 8u141taku02017-07-19
| |
* | owl-lisp: init at 0.1.14Peter Hoeg2017-07-21
|/
* Merge pull request #26429 from aherrmann/pr_llvm_4_fix_debugDaiderd Jordan2017-07-17
|\ | | | | llvm_4: Fix debugVersion
| * llvm_4: Fix debugVersionAndreas Herrmann2017-06-06
| | | | | | | | | | Previously failed on installation phase when `substituteInPlace` could not find the cmake exports file.
* | coqPackages.compcert: Recent compcert supports 64-bit architecturesJohn Wiegley2017-07-17
| |
* | oraclejdk8: armv7l supportEric Litak2017-07-16
| |
* | Merge commit 'a889454869e4f7d5ba6067ebcc0ba7fcd26e4417'Domen Kožar2017-07-14
|\ \ | | | | | | | | | | | | | | | | | | Merge staging. It includes fixes for cc-wrapper parsing speed and some other minor things. http://hydra.nixos.org/eval/1375094
| * \ Merge pull request #27284 from obsidiansystems/prop-linesJohn Ericson2017-07-11
| |\ \ | | | | | | | | stdenv: Store one package per line in nix-support/propagated-*
| | * | stdenv: Store one package per line in nix-support/propagated-*John Ericson2017-07-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes those files a bit easier to read. Also, for what it's worth, it brings us one baby step closer to handling spaces in store paths. Also, I optimized handling of many transitive deps with read. Probably, not very beneficial, but nice to enforce the pkg-per-line structure. Doing so let me find much dubious code and fix it. Two misc notes: - `propagated-user-env-packages` also needed to be adjusted as sometimes it is copied to/from the propagated input files. - `local fd` should ensure that file descriptors aren't clobbered during recursion.
| * | | Merge remote-tracking branch 'upstream/master' into stagingTuomas Tynkkynen2017-07-11
| |\ \ \ | | |/ / | |/| |
| * | | Merge branch 'master' into stagingVladimír Čunát2017-07-09
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Mass rebuilds incoming. The mass-rebuild situation got really messy this weekend.
| * \ \ \ Merge pull request #27215 from obsidiansystems/stdenv-hardenJohn Ericson2017-07-07
| |\ \ \ \ | | | | | | | | | | | | Harden stdenv in two misc ways
| | * | | | stdenv, swift: Use `local fd` in is* bash functions for hygieneJohn Ericson2017-07-07
| | | | | |
* | | | | | zulu: 8.19.0.1 -> 8.21.0.1Franz Pletz2017-07-14
| | | | | |
* | | | | | ocaml: init at 4.05.0Vincent Laporte2017-07-13
| | | | | |
* | | | | | tinycc: 0.9.27pre-20170605 -> 0.9.27pre-20170710Joachim Fasting2017-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Various CPP improvements/fixes Support forward declaration of enums (GNU extension) Initial implementation of C11 _Generic
* | | | | | llvmPackages_4: don't change *.outputsVladimír Čunát2017-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was blocking channel(s). See: https://github.com/NixOS/nixpkgs/pull/26818#issuecomment-315020922
* | | | | | Merge pull request #27329 from dbrock/solcJörg Thalheim2017-07-12
|\ \ \ \ \ \ | | | | | | | | | | | | | | solc: 0.4.12 -> 0.4.13
| * | | | | | solc: build on both linux and darwinDaniel Brockman2017-07-12
| | | | | | |
| * | | | | | solc: make sure to use dynamic Boost libsMikael Brockman2017-07-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For some reason the default options enable static Boost libs on Darwin, but that doesn't work for us.
| * | | | | | solc: 0.4.12 -> 0.4.13Daniel Brockman2017-07-12
| | |_|_|/ / | |/| | | |
* / | | | | psc-package: 0.1.1 -> 0.2.0Profpatsch2017-07-12
|/ / / / /
* | | | | pony-stable: 2017-03-30 -> 2017-04-20Kamil Chmielewski2017-07-11
| | | | |
* | | | | ponyc: 0.14.0 -> 0.15.0Kamil Chmielewski2017-07-10
| |_|/ / |/| | |
* | | | Merge branch 'staging' into masterDaiderd Jordan2017-07-08
|\| | |
| * | | Merge branch 'glibc' of https://github.com/rnhmjoj/nixpkgs into stagingEelco Dolstra2017-07-06
| |\| |
| * | | Merge branch 'master' into stagingVladimír Čunát2017-07-05
| |\ \ \
| * \ \ \ Merge #26905: llvmPackages_4: 4.0.0 -> 4.0.1Vladimír Čunát2017-07-05
| |\ \ \ \
| | * | | | llvmPackages_4: 4.0.0 -> 4.0.1Will Dietz2017-06-27
| | | | | |
* | | | | | Merge pull request #27230 from robx/go16Daniel Peebles2017-07-08
|\ \ \ \ \ \ | | | | | | | | | | | | | | go_1_6: Fix darwin (sierra) compile, backport systime syscall fix
| * | | | | | go_1_6: Fix darwin (sierra) compile, backport systime syscall fixRobert Vollmert2017-07-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patches go1.6 minimally with a change that was backported to upstream go1.4.
* | | | | | | ocaml: 4.04.1 -> 4.04.2Vincent Laporte2017-07-08
| | | | | | |
* | | | | | | mono: 5.0.0.48 -> 5.0.1.1Vincent Laporte2017-07-08
|/ / / / / /
* | | | | | gerbil: 0.11 -> 0.12-DEVFrancois-Rene Rideau2017-07-07
| | | | | |
* | | | | | gambit: 4.8.6 -> 4.8.8-f3ffeb6Francois-Rene Rideau2017-07-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using a yet unreleased development version of gambit, so as to be able to build a recent gerbil. Update the way gambit is bootstrapped, which involves building a release version of gambit (which for a development gambit, is not the same version as the current version of gambit).
* | | | | | Merge pull request #27150 from dbrock/solcJörg Thalheim2017-07-07
|\ \ \ \ \ \ | | | | | | | | | | | | | | solc: 0.4.11 -> 0.4.12