about summary refs log tree commit diff
path: root/src/libexpr/get-drvs.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-29 Drop pointless #includeEelco Dolstra1-2/+0
2013-11-19 Check meta values and warn about bad onesEelco Dolstra1-0/+2
2013-11-19 Generalise meta attributesEelco Dolstra1-24/+22
2012-11-28 nix-env -q --out-path: Support multiple outputsEelco Dolstra1-3/+8
2012-11-26 nix-instantiate: Fix read-only evaluationEelco Dolstra1-0/+2
2012-10-04 getDerivation(): Don't always quietly ignore assertion failureEelco Dolstra1-2/+4
2012-07-26 Merge branch 'master' into no-manifestsEelco Dolstra1-5/+1
2012-07-18 Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra1-5/+1
2012-07-11 nix-env: Determine which paths have substitutes in parallelEelco Dolstra1-1/+6
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