summary refs log tree commit diff
path: root/pkgs/stdenv/adapters.nix
Commit message (Expand)AuthorAge
* ~/.nixpkgs -> ~/.config/nixpkgsEelco Dolstra2017-02-01
* stdenv: Add updateAutoconfGnuConfigScriptsHook for aarch64Tuomas Tynkkynen2017-01-25
* cross-stdenv: Inline useless bindings and reindentJohn Ericson2017-01-24
* top-level: Lay the groundwork for `{build,host,target}Platform`John Ericson2017-01-24
* top-level: Introduce `buildPackages` for resolving build-time depsJohn Ericson2017-01-24
* Remove more dead code: `stdenvDarwinNaked` no longer existsJohn Ericson2016-06-20
* Remove dead code in stdenvCross adaptorJohn Ericson2016-06-20
* stdenv on mingw: fix 64-bin DLL detection in some casesVladimír Čunát2016-04-23
* useOldCXXAbi: Change into a setup hookEelco Dolstra2016-04-01
* stdenvAdapters.useOldCXXAbi: add new adapterNikolay Amiantov2016-03-31
* enableDebugging: use more suitable gcc flagsVladimír Čunát2015-08-10
* useGoldLinker: Fix appending to $NIX_CFLAGS_LINKEelco Dolstra2015-05-04
* Fix cross compiling regression due to gcc->cc renaming.Ambroz Bizjak2015-02-05
* rename gcc-wrapper to cc-wrapper.Eric Seidel2015-01-14
* Restore accidentally-dropped stdenv adapterShea Levy2014-12-26
* Change occurrences of gcc to the more general ccJohn Wiegley2014-12-26
* Merge remote-tracking branch 'origin/glibc-2.20' into stagingEelco Dolstra2014-11-16
|\
| * Remove obsolete useKlibc stdenv adapterEelco Dolstra2014-10-29
| * Remove obsolete useDietLibC stdenv adapterEelco Dolstra2014-10-29
* | useGoldLinker: Don't set dontStripEelco Dolstra2014-11-12
* | gcc-wrapper: Wrap ld.goldEelco Dolstra2014-10-10
* | Merge remote-tracking branch 'origin/staging' into darwin-clang-stdenvEelco Dolstra2014-10-09
|\|
| * stdenv-linux: Turn allowedRequisites back onEelco Dolstra2014-10-06
* | fix even more clang buildsJoel Taylor2014-09-09
|/
* Typo/commentEelco Dolstra2014-04-22
* Move generation of coverage reports from nixos/lib/testing to releaseToolsEelco Dolstra2014-03-03
* Turn the coverage analysis stdenv adapters into setup hooksEelco Dolstra2014-02-05
* addCoverageInstrumentation: Set NIX_CFLAGS_COMPILE as an attributeEelco Dolstra2014-02-05
* Apply makeOverridable to stdenvEelco Dolstra2014-02-05
* Add a stdenv adapter ‘useGoldLinker’ to force use of GoldEelco Dolstra2014-02-05
* More renamesEelco Dolstra2012-12-28
* More random cleanupEelco Dolstra2012-12-28
* Random cleanup: use "or" in adapters.nixEelco Dolstra2012-12-28
* Rename buildNativeInputs -> nativeBuildInputsEelco Dolstra2012-12-28
* Rename hostDrv -> crossDrv, buildDrv -> nativeDrvEelco Dolstra2012-12-28
* Add a stdenv adapter ‘keepDebugInfo’ to make a debug buildEelco Dolstra2012-10-31
* * "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointlessEelco Dolstra2012-01-18
* * Streamline the stdenv bootstrap and resulting closure by removingEelco Dolstra2011-12-14
* validateLicenses: Warn about derivations lacking licensing information.Ludovic Courtès2011-11-20
* stdenv adapters: Use `toString' instead of `exprToString'.Ludovic Courtès2011-11-20
* Bootstrap clang with itselfShea Levy2011-10-19
* * Typo.Eelco Dolstra2011-07-01
* * makeStaticBinaries: handle the case where configureFlags isEelco Dolstra2011-01-20
* Making the addCoverageInformation stdenv adapter better in the sense that itLluís Batlle i Rossell2010-11-30
* Updating from trunkLluís Batlle i Rossell2010-08-07
|\
| * TyposYury G. Kudryashov2010-08-06
* | Making gcc cross-buildable, at least for glibc.Lluís Batlle i Rossell2010-03-06
|/
* Fixing the cross build stdenv adapter so it tolerates buildInputs with 'null'...Lluís Batlle i Rossell2010-03-04
* Adding a new special attribute for mkDerivation: crossAttrs. It sits next toLluís Batlle i Rossell2010-02-27
* * Fix splashutils.Eelco Dolstra2010-01-26