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
2021-09-10
Remove tabs
Eelco Dolstra
2021-03-17
Remove unimplemented hashAlgoOpt
Robert Hensing
2021-02-26
Simplify the case where the drv is a purely input-addressed one
regnat
2021-02-19
Remove the drv resolution caching mechanism
regnat
2020-12-17
Fix the detection of already built drv outputs
regnat
2020-12-11
Use the hash modulo in the derivation outputs
regnat
2020-11-19
Make drv hash modulo memo table thread-safe
John Ericson
2020-10-27
Allow non-CA derivations to depend on CA derivations
regnat
2020-10-09
Remove stray DerivationOutputsAndPaths type
Eelco Dolstra
2020-09-28
Clarify comment a bit
John Ericson
2020-09-16
Ensure resolved CA derivations are written
John Ericson
2020-09-16
Merge remote-tracking branch 'upstream/master' into ca-floating-upstream
John Ericson
2020-09-15
Rename `Derivation::pathOpt` to `Derivation::path`
John Ericson
2020-09-04
Fix querying outputs for CA derivations some more
John Ericson
2020-09-04
Merge remote-tracking branch 'obsidian/single-ca-drv-build' into ca-floating-...
John Ericson
2020-09-04
Fix some of the issues raised by @edolstra
John Ericson
2020-09-04
Fix floating CA tests
John Ericson
2020-08-28
Merge remote-tracking branch 'obsidian/single-ca-drv-build' into ca-floating-...
John Ericson
2020-08-28
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-27
Merge pull request #3434 from Ericson2314/derivation-header-include-order
Eelco Dolstra
2020-08-24
CA derivations that depend on other CA derivations
John Ericson
2020-08-24
Add constructor for BasicDerivation -> Derivation
John Ericson
2020-08-23
Merge remote-tracking branch 'obsidian/write-derivation-borrow' into HEAD
John Ericson
2020-08-23
`writeDerivation` just needs a plain store reference
John Ericson
2020-08-21
"Downstream placeholders" should not be store paths
John Ericson
2020-08-18
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-08-14
Merge remote-tracking branch 'upstream/master' into single-ca-drv-build
John Ericson
2020-08-14
Merge pull request #3875 from obsidiansystems/new-interface-for-path-pathOpt
Eelco Dolstra
2020-08-10
Merge branch 'small-drv-serialize-cleanup' of github.com:obsidiansystems/nix ...
John Ericson
2020-08-10
Remove name parameter from `writeDerivation`
John Ericson
2020-08-07
Squashed get CA derivations building
John Ericson
2020-08-05
Merge branch 'master' of github.com:NixOS/nix into new-interface-for-path-pat...
Carlo Nucera
2020-08-05
Reanme `DerivationType::Regular` defintion too
John Ericson
2020-08-05
Make names more consistent
John Ericson
2020-08-01
Merge remote-tracking branch 'upstream/master' into derivation-header-include...
John Ericson
2020-07-28
Offer a safer interface for pathOpt
Carlo Nucera
2020-07-27
Merge remote-tracking branch 'upstream/master' into optional-derivation-outpu...
John Ericson
2020-07-23
Merge remote-tracking branch 'upstream/master' into misc-ca
John Ericson
2020-07-23
Get rid of `basicDerivation::findOutput`
John Ericson
2020-07-20
Merge branch 'ca-derivation-data-types' of github.com:obsidiansystems/nix int...
Carlo Nucera
2020-07-20
Add UnimplementedError to ease grepping for these
Carlo Nucera
2020-07-17
Add `DerivationType::CAFloating`
John Ericson
2020-07-17
Merge branch 'ca-drv' of github.com:Ericson2314/nix into misc-ca
Carlo Nucera
2020-07-17
Merge branch 'multi-output-hashDerivationModulo' of github.com:Ericson2314/ni...
Carlo Nucera
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
Change types to prepare the way for CA derivations
John Ericson
2020-07-12
Use more std::visit to prepare for new variant
John Ericson
2020-07-12
DerivationOutputExtensional -> DerivationOutputInputAddressed
John Ericson
2020-07-12
String .drv suffix to create derivation name
John Ericson
[next]