about summary refs log tree commit diff
path: root/pkgs/development/compilers
Commit message (Collapse)AuthorAge
* pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger2017-08-01
| | | | | | | | | | | | * pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
* Merge pull request #27849 from mimadrid/update/swi-prolog-7.4.2Frederik Rietdijk2017-08-01
|\ | | | | swi-prolog: 7.2.3 -> 7.4.2
| * swi-prolog: 7.2.3 -> 7.4.2mimadrid2017-08-01
| |
* | Merge commit 'ba68231273bea4cba01413fd2a0e56d68db9234c' into HEADFrederik Rietdijk2017-07-31
|\ \
| * | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-07-30
| |\|
| * | ispc: build with current flexFranz Pletz2017-07-29
| | |
| * | Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-07-28
| |\ \
| * \ \ Merge branch 'master' into stagingFranz Pletz2017-07-28
| |\ \ \
| * \ \ \ 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
| * | | | | 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.
* | | | | | ponyc: 0.15.0 -> 0.16.1Kamil Chmielewski2017-07-30
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | pony-stable: unstable-2017-04-20 -> unstable-2017-07-26 https://github.com/ponylang/ponyc/issues/2101
* | | | | java: fix dtrace detectionYann Hodique2017-07-28
| |_|_|/ |/| | |
* | | | scala: 2.12.2 -> 2.12.3Tim Steinbach2017-07-28
| |_|/ |/| |
* | | oraclejdk: updated arm checksumsKamil Chmielewski2017-07-27
| | |
* | | oraclejdk: 8u141 -> 8u144taku02017-07-27
| |/ |/|
* | 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
|/
* 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
| |\ \ \ \