about summary refs log tree commit diff
path: root/src/libstore/derivations.hh (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-28 Move structured attrs handling into a separate classEelco Dolstra1-4/+0
2017-07-03 Replace a few bool flags with enumsEelco Dolstra1-1/+2
2016-08-17 Add a mechanism for derivation attributes to reference the derivation's outputsEelco Dolstra1-0/+2
2016-07-26 makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra1-1/+1
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra1-1/+1
2016-02-04 StoreAPI -> StoreEelco Dolstra1-3/+3
2016-02-04 Eliminate the "store" global variableEelco Dolstra1-11/+25
2015-07-17 Allow remote builds without sending the derivation closureEelco Dolstra1-3/+15
2015-06-10 Export outputPaths functionEelco Dolstra1-0/+1
2014-04-08 If a .drv cannot be parsed, show its pathEelco Dolstra1-2/+2
2012-11-26 Only substitute wanted outputs of a derivationEelco Dolstra1-1/+3
2012-11-26 Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra1-0/+9
2012-10-03 Add a ‘--repair’ flag to nix-instantiateEelco Dolstra1-1/+1
2012-09-11 Include config.h before any other headerEelco Dolstra1-2/+2
2012-07-18 Use "#pragma once" to prevent repeated header file inclusionEelco Dolstra1-5/+1
2011-08-31 * Eliminate all uses of the global variable ‘store’ from libstore.Eelco Dolstra1-2/+6
2011-07-20 * Fix a huuuuge security hole in the Nix daemon. It didn't check thatEelco Dolstra1-1/+12
2010-05-12 * Sync with the trunk.Eelco Dolstra1-10/+5
2010-04-19 * Don't use the ATerm library for parsing/printing .drv files.Eelco Dolstra1-8/+3
2010-03-02 * When using the included sqlite/aterm libraries, build withEelco Dolstra1-1/+1
2009-12-16 * Build correctly against newer ATerm releases. Fixes "error: 'union'Eelco Dolstra1-1/+1
2006-09-04 * Remove unnecessary inclusions of aterm2.h.Eelco Dolstra1-1/+2
2006-09-04 * Use a proper namespace.Eelco Dolstra1-4/+12
2005-01-20 * Another change to low-level derivations. The last one this year, IEelco Dolstra1-1/+6
2005-01-19 * Renamed `normalise.cc' -> `build.cc', `storeexprs.cc' ->Eelco Dolstra1-0/+62