about summary refs log tree commit diff
path: root/src/libexpr/get-drvs.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-25 * DrvInfo contains pointers to expressions, so DrvInfos should beEelco Dolstra1-0/+4
2010-10-22 * Store Value nodes outside of attribute sets. I.e., Attr now storesEelco Dolstra1-1/+1
2010-10-04 * Make sure that config.h is included before the system headers,Eelco Dolstra1-2/+2
2010-04-21 * Store user environment manifests as a Nix expression inEelco Dolstra1-1/+1
2010-04-19 * Added parsing of manifests in ATerm format.Eelco Dolstra1-0/+5
2010-04-07 * Update autoCallFunction() and findAlongAttrPath().Eelco Dolstra1-1/+1
2010-03-31 * Implemented derivations.Eelco Dolstra1-9/+6
2009-06-30 * Support integers and lists of strings in meta fields. This isEelco Dolstra1-2/+11
2007-05-01 * nix-env -i: instead of breaking package ties by version, break themEelco Dolstra1-0/+1
2007-02-02 * nix-env now maintains meta info (from the `meta' derivationEelco Dolstra1-0/+5
2006-09-04 * Use a proper namespace.Eelco Dolstra1-2/+8
2006-07-28 * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passedEelco Dolstra1-1/+1
2006-07-26 * Refactoring: get the selection path stuff out of getDerivations()Eelco Dolstra1-2/+2
2006-07-25 * Applied rbroek's patch from the branch atEelco Dolstra1-0/+1
2006-05-02 * Huge reduction in memory use (2/3 or so on large nix-env -qasEelco Dolstra1-1/+3
2006-03-10 * `nix-env -qa --description' shows human-readable descriptions ofEelco Dolstra1-18/+6
2006-02-10 * In nix-instantiate, allow us to specify a "path" to theEelco Dolstra1-1/+2
2006-02-08 * Refactoring: move derivation evaluation to libexpr.Eelco Dolstra1-0/+64