about summary refs log tree commit diff
path: root/pkgs/stdenv/adapters.nix
Commit message (Expand)AuthorAge
* 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
* * libjpeg updated to version 8.Eelco Dolstra2010-01-21
* Merging from trunk.Lluís Batlle i Rossell2010-01-14
|\
| * * Linux 2.6.32 generates weirdly named gcno files.Eelco Dolstra2010-01-04
* | Finishing the update from trunk, having resolved the eclipse related directoryLluís Batlle i Rossell2009-11-26
|\|
| * * Add an adapter which abort an install if the installed package dependsNicolas Pierron2009-11-22
| * * Add a script to retrieve licenses of the current derivation and of allNicolas Pierron2009-11-21
* | I should learn to concatenate lists.Lluís Batlle i Rossell2009-11-23
* | Making, in cross-builds, every buildInput a propagatedBuildInput. We needLluís Batlle i Rossell2009-11-23
* | On native builds:Lluís Batlle i Rossell2009-11-22
* | Big fixes in the cross build:Lluís Batlle i Rossell2009-11-22
* | Adding a new mkDerivation flag for the cross stdenv, selfNativeBuildInput =Lluís Batlle i Rossell2009-11-20
* | Allowing in the cross stdenv adapter the calls to mkDerivation without name.Lluís Batlle i Rossell2009-11-20