Age | Commit message (Expand) | Author | Files | Lines |
2018-04-10 | Revert "Merge pull request #28029 from cstrahan/hardening-fix" | Matthew Bauer | 1 | -7/+0 |
2018-04-10 | Merge pull request #28029 from cstrahan/hardening-fix | John Ericson | 1 | -0/+7 |
2018-04-10 | hardening: make requested fixes | Charles Strahan | 1 | -0/+1 |
2018-03-27 | meta: Simplify platform check logic | John Ericson | 1 | -3/+4 |
2018-03-27 | meta: Add badPlatforms attribute for platform blacklisting. | Shea Levy | 1 | -2/+4 |
2018-03-20 | cross stdenv: Make depsBuildBuild overrideable by config too. | John Ericson | 1 | -2/+8 |
2018-03-19 | Merge pull request #37395 from obsidiansystems/lib-meta-platform | John Ericson | 1 | -4/+2 |
2018-03-19 | lib: Factor in tiny bit of `meta.platform` checking | John Ericson | 1 | -4/+2 |
2018-03-18 | Merge pull request #34444 from obsidiansystems/meta-check | John Ericson | 2 | -18/+22 |
2018-03-15 | lib, stdenv: Check `meta.platforms` against host platform and be open world | John Ericson | 2 | -5/+10 |
2018-03-14 | stdenv: Clean up check meta args | John Ericson | 2 | -14/+13 |
2018-03-10 | Merge branch 'master' into staging | Jan Malakhovski | 2 | -2/+2 |
2018-03-06 | Merge pull request #36401 from obsidiansystems/no-stdenv-cross-adapter | John Ericson | 1 | -11/+0 |
2018-03-06 | stdenv cross adapter: Get rid if `selfNativeBuildInput` | John Ericson | 1 | -11/+0 |
2018-03-06 | hardening: ld wrapper changes, setup-hook, etc | Charles Strahan | 2 | -17/+5 |
2018-03-06 | stdenv: check-meta: fix fallout from #36119 | Jan Malakhovski | 1 | -1/+1 |
2018-03-06 | make-bootstrap-tools: preserve coreutils symlinks | Will Dietz | 1 | -1/+1 |
2018-03-06 | hardening: use lib.toList | Charles Strahan | 1 | -6/+2 |
2018-03-06 | hardening: fix #18995 | Charles Strahan | 2 | -0/+22 |
2018-02-28 | Merge remote-tracking branch 'upstream/master' into staging | Tuomas Tynkkynen | 4 | -5/+9 |
2018-02-27 | prebuilt android tools: Init using SDK | John Ericson | 1 | -1/+3 |
2018-02-27 | Merge pull request #35247 from telent/mips32 | John Ericson | 3 | -4/+6 |
2018-02-26 | Merge pull request #35071 from oxij/stdenv/infopages | John Ericson | 2 | -21/+26 |
2018-02-26 | stdenv: darwin: give distinct names to all the stages | Jan Malakhovski | 1 | -11/+13 |
2018-02-26 | stdenv: linux: give distinct names to all the stages | Jan Malakhovski | 1 | -10/+11 |
2018-02-26 | stdenv: linux, darwin: don't build documentation for the the intermediate stages | Jan Malakhovski | 2 | -0/+2 |
2018-02-24 | libgcrypt: Fix cross-compilation | Shea Levy | 1 | -0/+2 |
2018-02-23 | lib, treewide: Add missing MIPS arches, and fix existing usage | Daniel Barlow | 3 | -4/+6 |
2018-02-20 | Merge branch 'master' into staging | Vladimír Čunát | 5 | -5/+7 |
2018-02-19 | Merge branch 'staging' into gcc-7 | Vladimír Čunát | 1 | -1/+1 |
2018-02-19 | Merge pull request #35111 from oxij/stdenv/available-evaluates | Michael Raskin | 2 | -3/+3 |
2018-02-19 | Merge pull request #35110 from oxij/pkgs/pretty-fetchurl | Michael Raskin | 3 | -2/+4 |
2018-02-18 | Merge remote-tracking branch 'origin/master' into staging | Shea Levy | 2 | -2/+4 |
2018-02-18 | Merge branch 'master' into gcc-7 | Shea Levy | 2 | -2/+3 |
2018-02-18 | Enable building riscv64 cross bootstrap tools | Shea Levy | 2 | -2/+4 |
2018-02-18 | fetchurl: cleanup, better errors | Jan Malakhovski | 3 | -2/+4 |
2018-02-18 | stdenv.mkDerivation: rename `meta.evaluates` -> `meta.available` | Jan Malakhovski | 2 | -3/+3 |
2018-02-15 | Handle sourceRoots with leading dashes | Shea Levy | 1 | -1/+1 |
2018-02-15 | Merge remote-tracking branch 'upstream/staging' into gcc-7 | Tuomas Tynkkynen | 11 | -62/+232 |
2018-02-13 | x86_64-musl bootstrap: use separate 64bit busybox | Will Dietz | 1 | -3/+5 |
2018-02-13 | new musl bootstrap URL's, much smaller. rebuild all the things. | Will Dietz | 3 | -9/+8 |
2018-02-13 | make-bootstrap-tools: set XZ to maximum level, big wins | Will Dietz | 1 | -1/+1 |
2018-02-13 | aarch64-musl, armv6l-musl: fetch from wdtz.org instead of storePath | Will Dietz | 2 | -6/+18 |
2018-02-13 | add musl bootstrap paths for aarch64, armv6l | Will Dietz | 3 | -1/+13 |
2018-02-13 | bootstrap-files: nicer naming | Will Dietz | 2 | -1/+1 |
2018-02-13 | restore stdenv.glibc, will remove separately. | Will Dietz | 1 | -2/+5 |
2018-02-13 | make-bootstrap-tools: grab libc from stdenv.cc.libc | Will Dietz | 1 | -3/+1 |
2018-02-13 | bootstrap-tools-cross, release-cross: add various musl entries | Will Dietz | 1 | -7/+10 |
2018-02-13 | linux stdenv: find bootstrap files by libc, then arch | Will Dietz | 1 | -11/+20 |
2018-02-13 | fixup linux stdenv bootstrap | Will Dietz | 1 | -16/+23 |