index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
realisation.hh
Age
Commit message (
Expand
)
Author
2024-10-08
Fix gcc warning -Wmissing-field-initializers
Lulu
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2023-08-25
Introduce `OutputName` and `OutputNameView` type aliases
John Ericson
2023-07-20
Give `queryPartialDerivationOutputMap` an `evalStore` parameter
John Ericson
2023-05-08
libstore: also pass unwanted outputs to the post-build-hook
Yorick van Pelt
2023-04-15
Introduce `SingleDrvOutputs`
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-01-30
Separate `path.hh` from `content-address.hh`
John Ericson
2023-01-23
Better-scope `Store` forward declarations
John Ericson
2023-01-02
Fix why-depends for CA derivations (again)
Théophane Hufschmitt
2021-07-22
buildPaths(): Add an evalStore argument
Eelco Dolstra
2021-06-23
Properly fail when trying to register an incoherent realisation
regnat
2021-06-23
Pass more values by reference
Théophane Hufschmitt
2021-05-26
Aso track the output path of the realisation dependencies
regnat
2021-05-26
Add a method to compute the closure of a realisation
regnat
2021-05-26
Add a dependencies field to DrvOutputInfo
regnat
2021-03-15
Add some logic for signing realisations
regnat
2021-02-23
Make the build-hook work with ca derivations
regnat
2021-02-05
Remove the `visit` machinery in `RealisedPath`
regnat
2021-02-05
Move the GENERATE_CMP macro to its own file
regnat
2021-01-28
Add a new Cmd type working on RealisedPaths
regnat
2020-12-11
Use the hash modulo in the derivation outputs
regnat
2020-12-11
Store the realisations as JSON in the binary cache
regnat
2020-12-11
Store metadata about drv outputs realisations
regnat