index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
outputs-spec.cc
Age
Commit message (
Expand
)
Author
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2024-05-29
util.{hh,cc}: Split out strings.{hh,cc}
Tom Hubrecht
2024-03-04
Merge pull request #9172 from tfc/bad-moves
eldritch horrors
2023-08-18
Fixing #7479
John Ericson
2023-01-23
Test store paths, with property tests
John Ericson
2023-01-18
OutputSpec: Allow all valid output names
Eelco Dolstra
2023-01-17
Try again to fix aarch64-linux build failure
John Ericson
2023-01-12
Split `OutputsSpec::merge` into `OuputsSpec::{union_, isSubsetOf}`
John Ericson
2023-01-11
Improve tests for `OutputsSpec`
John Ericson
2023-01-11
Remove default constructor from `OutputsSpec`
John Ericson
2023-01-11
Make it hard to construct an empty `OutputsSpec::Names`
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2023-01-11
Rename `OutputPath` -> `ExtendedOutputPath`
John Ericson
2023-01-11
Improve `OutputsSpec` slightly
John Ericson
2023-01-10
Make clear that `StorePathWithOutputs` is a deprecated type
John Ericson