aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/derivations.hh
AgeCommit message (Expand)Author
2020-07-09Fix DerivationOutputExtensional nameMatthew Bauer
2020-07-08Only store hash of fixed derivation outputMatthew Bauer
2020-07-08Add name to BasicDerivationMatthew Bauer
2020-07-05Merge remote-tracking branch 'upstream/master' into derivation-header-include...John Ericson
2020-06-24Merge remote-tracking branch 'upstream/master' into ca-drvJohn Ericson
2020-06-21Merge remote-tracking branch 'upstream/master' into ca-drvJohn Ericson
2020-06-21Merge remote-tracking branch 'upstream/master' into derivation-header-include...John Ericson
2020-06-21Merge remote-tracking branch 'upstream/master' into multi-output-hashDerivati...John Ericson
2020-06-19Merge remote-tracking branch 'me/no-stringly-typed-derivation-output' into va...John Ericson
2020-06-19Remove unneeded constructor for `DerivationOutputHash`John Ericson
2020-06-19Use designated initializers for `DerivationOutputHash`John Ericson
2020-06-19FileSystemHash -> DerivationOutputHashJohn Ericson
2020-06-18Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatypeJohn Ericson
2020-06-17Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...John Ericson
2020-06-17Move some Store functions from derivations.cc to store-api.ccJohn Ericson
2020-06-17Merge remote-tracking branch 'upstream/master' into derivation-header-include...John Ericson
2020-06-17Merge remote-tracking branch 'upstream/master' into multi-output-hashDerivati...John Ericson
2020-06-17Merge remote-tracking branch 'upstream/master' into ca-drvJohn Ericson
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-12Remove Store::queryDerivationOutputNames()Eelco Dolstra
2020-06-03Use enum and predicates rather than bitfile for derivation typeJohn Ericson
2020-06-03Merge remote-tracking branch 'upstream/master' into ca-drvJohn Ericson
2020-06-02Move file-hash to content-addressCarlo Nucera
2020-06-02WIPCarlo Nucera
2020-06-01Create new file-hash filesCarlo Nucera
2020-06-01Merge branch 'derivation-header-include-order' of github.com:Ericson2314/nix ...Carlo Nucera
2020-05-28Merge remote-tracking branch 'me/more-rust-ffi' into no-stringly-typed-deriva...John Ericson
2020-05-28Merge remote-tracking branch 'upstream/master' into more-rust-ffiJohn Ericson
2020-03-30Store parsed hashes in `DerivationOutput`John Ericson
2020-03-30Merge remote-tracking branch 'me/enum-FileIngestionMethod' into HEADJohn Ericson
2020-03-29Replace some `bool recursive` with a new `FileIngestionMethod` enumJohn Ericson
2020-03-25Extend Rust FFIJohn Ericson
2020-03-24Flip dependency so store-api.hh includes derivations.hhJohn Ericson
2020-03-24Use std::string_viewEelco Dolstra
2020-03-19Apply suggestions from code reviewJohn Ericson
2020-03-19Apply suggestions from code reviewJohn Ericson
2020-03-19hashDerivationModulo: Generalize for multiple fixed ouputs per drvJohn Ericson
2020-03-15Generalize `isFixedOutput` in preparation for CA drvsJohn Ericson
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-09-03Support allowSubstitutes attribute in structured attribute derivationsEelco Dolstra
2018-09-28Move structured attrs handling into a separate classEelco Dolstra
2017-07-03Replace a few bool flags with enumsEelco Dolstra
2016-08-17Add a mechanism for derivation attributes to reference the derivation's outputsEelco Dolstra
2016-07-26makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra
2016-06-01Make the store directory a member variable of StoreEelco Dolstra
2016-02-04StoreAPI -> StoreEelco Dolstra
2016-02-04Eliminate the "store" global variableEelco Dolstra
2015-07-17Allow remote builds without sending the derivation closureEelco Dolstra
2015-06-10Export outputPaths functionEelco Dolstra
2014-04-08If a .drv cannot be parsed, show its pathEelco Dolstra