index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
derived-path.hh
Age
Commit message (
Expand
)
Author
2024-08-28
tree-wide: shuffle headers around for about 30s compile time
Jade Lovelace
2024-08-26
treewide: fix a bunch of lints
Jade Lovelace
2024-05-29
util.hh: Delete remaining file and clean up headers
Tom Hubrecht
2023-08-25
Introduce `OutputName` and `OutputNameView` type aliases
John Ericson
2023-08-10
Make the Derived Path family of types inductive for dynamic derivations
John Ericson
2023-07-20
Tighten `#include`s: `DerivedPath` doesn't care about `Realisation`
John Ericson
2023-07-12
Move `BuiltPath` to its own header/C++ file in libcmd
John Ericson
2023-04-14
Legacy vs non-legacy `to_string`/`parse` for `DerivedPath`
John Ericson
2023-04-14
Display valid installable in InstallableDerivedPath::parse warning
Raphael Robatsch
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-03-29
Convert a bunch of comments in headers to Doxygen documentation
John Ericson
2023-01-29
More property tests
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2022-11-25
Merge branch 'master' into indexed-store-path-outputs
John Ericson
2022-11-21
nix build --json: Include build statistics
Eelco Dolstra
2022-11-21
Rename derivedPathsWithHintsToJSON -> builtPathsToJSON
Eelco Dolstra
2022-05-12
Use `^` not `!` in indexed store derivations installable syntax
John Ericson
2022-03-28
nix profile install: Don't use queryDerivationOutputMap()
Eelco Dolstra
2022-03-17
Fix `nix build --dry-run` with CA derivations
Théophane Hufschmitt
2021-05-17
Enfore the use of properly built paths in libcmd
regnat
2021-05-12
DerivedPathWithHints -> BuiltPath
regnat
2021-04-05
Document the derived path types.
John Ericson
2021-04-05
buildable.{cc,hh} -> derived-path.{cc,hh}
John Ericson