about summary refs log tree commit diff
path: root/src/fstate.cc
AgeCommit message (Collapse)AuthorFilesLines
2003-07-09 * When computing the set of paths referenced by an expression, alsoEelco Dolstra1-36/+51
include the paths of the subterms.
2003-07-08 * Canonicalise paths so that Fix produces identical NixEelco Dolstra1-1/+1
expressions for identical inputs.
2003-07-08 * The output of a Derive() node is not a referenced path.Eelco Dolstra1-2/+0
2003-07-08 * A command to query the paths referenced by an fstate expression.Eelco Dolstra1-52/+96
* Use a temporary directory for build actions.
2003-07-07 * Make dbRefs a mapping from Hash to [Path].Eelco Dolstra1-4/+4
2003-07-07 * Refactoring on the file names.Eelco Dolstra1-0/+340