index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
derivations.hh
Age
Commit message (
Expand
)
Author
2020-08-01
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-07-27
Merge remote-tracking branch 'upstream/master' into optional-derivation-outpu...
John Ericson
2020-07-23
Get rid of `basicDerivation::findOutput`
John Ericson
2020-07-16
Small namespace fix
Carlo Nucera
2020-07-15
Merge branch 'master' of github.com:NixOS/nix into derivation-header-include-...
Carlo Nucera
2020-07-12
DerivationOutputExtensional -> DerivationOutputInputAddressed
John Ericson
2020-07-12
String .drv suffix to create derivation name
John Ericson
2020-07-12
std::string_view for new derivation name parameters
John Ericson
2020-07-12
BasicDerivation::findOutput cannot return reference anymore
John Ericson
2020-07-09
Fix DerivationOutputExtensional name
Matthew Bauer
2020-07-08
Only store hash of fixed derivation output
Matthew Bauer
2020-07-08
Add name to BasicDerivation
Matthew Bauer
2020-07-05
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-06-21
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-06-19
Merge remote-tracking branch 'me/no-stringly-typed-derivation-output' into va...
John Ericson
2020-06-19
Remove unneeded constructor for `DerivationOutputHash`
John Ericson
2020-06-19
Use designated initializers for `DerivationOutputHash`
John Ericson
2020-06-19
FileSystemHash -> DerivationOutputHash
John Ericson
2020-06-18
Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype
John Ericson
2020-06-17
Merge remote-tracking branch 'upstream/master' into no-stringly-typed-derivat...
John Ericson
2020-06-17
Move some Store functions from derivations.cc to store-api.cc
John Ericson
2020-06-17
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-06-16
Remove StorePath::clone() and related functions
Eelco Dolstra
2020-06-12
Remove Store::queryDerivationOutputNames()
Eelco Dolstra
2020-06-02
Move file-hash to content-address
Carlo Nucera
2020-06-02
WIP
Carlo Nucera
2020-06-01
Create new file-hash files
Carlo Nucera
2020-06-01
Merge branch 'derivation-header-include-order' of github.com:Ericson2314/nix ...
Carlo Nucera
2020-05-28
Merge remote-tracking branch 'me/more-rust-ffi' into no-stringly-typed-deriva...
John Ericson
2020-05-28
Merge remote-tracking branch 'upstream/master' into more-rust-ffi
John Ericson
2020-03-30
Store parsed hashes in `DerivationOutput`
John Ericson
2020-03-30
Merge remote-tracking branch 'me/enum-FileIngestionMethod' into HEAD
John Ericson
2020-03-29
Replace some `bool recursive` with a new `FileIngestionMethod` enum
John Ericson
2020-03-25
Extend Rust FFI
John Ericson
2020-03-24
Flip dependency so store-api.hh includes derivations.hh
John Ericson
2020-03-24
Use std::string_view
Eelco Dolstra
2019-12-10
Make the Store API more type-safe
Eelco Dolstra
2019-09-03
Support allowSubstitutes attribute in structured attribute derivations
Eelco Dolstra
2018-09-28
Move structured attrs handling into a separate class
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2016-08-17
Add a mechanism for derivation attributes to reference the derivation's outputs
Eelco Dolstra
2016-07-26
makeFixedOutputPath(): Drop superfluous HashType argument
Eelco Dolstra
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2016-02-04
StoreAPI -> Store
Eelco Dolstra
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
2015-07-17
Allow remote builds without sending the derivation closure
Eelco Dolstra
2015-06-10
Export outputPaths function
Eelco Dolstra
2014-04-08
If a .drv cannot be parsed, show its path
Eelco Dolstra
2012-11-26
Only substitute wanted outputs of a derivation
Eelco Dolstra
2012-11-26
Make "nix-build -A <derivation>.<output>" do the right thing
Eelco Dolstra
[next]