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
2023-02-19
Move `Derivation` toJSON logic to libnixstore
John Ericson
2023-01-23
Better-scope `Store` forward declarations
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2022-12-07
Trivial changes from the lazy-trees branch
Eelco Dolstra
2022-03-31
Rename 'pure' -> 'sandboxed' for consistency
Eelco Dolstra
2022-03-31
needsNetworkAccess() -> isSandboxed()
Eelco Dolstra
2022-03-31
Document isPure()
Eelco Dolstra
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-29
Simplify the handling of the hash modulo
Théophane Hufschmitt
2022-03-18
Generalize `DerivationType` in preparation for impure derivations
John Ericson
2022-03-17
Clean up `DerivationOutput`, and headers
John Ericson
2022-03-11
Reduce variants for derivation hash modulo
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2022-01-27
return string_views from forceString*
pennae
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
[next]