aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/derived-path.hh
AgeCommit message (Expand)Author
2023-07-12Move `BuiltPath` to its own header/C++ file in libcmdJohn Ericson
2023-04-14Legacy vs non-legacy `to_string`/`parse` for `DerivedPath`John Ericson
2023-04-14Display valid installable in InstallableDerivedPath::parse warningRaphael Robatsch
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
2023-03-29Convert a bunch of comments in headers to Doxygen documentationJohn Ericson
2023-01-29More property testsJohn Ericson
2023-01-11Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former moreJohn Ericson
2022-11-25Merge branch 'master' into indexed-store-path-outputsJohn Ericson
2022-11-21nix build --json: Include build statisticsEelco Dolstra
2022-11-21Rename derivedPathsWithHintsToJSON -> builtPathsToJSONEelco Dolstra
2022-05-12Use `^` not `!` in indexed store derivations installable syntaxJohn Ericson
2022-03-28nix profile install: Don't use queryDerivationOutputMap()Eelco Dolstra
2022-03-17Fix `nix build --dry-run` with CA derivationsThéophane Hufschmitt
2021-05-17Enfore the use of properly built paths in libcmdregnat
2021-05-12DerivedPathWithHints -> BuiltPathregnat
2021-04-05Document the derived path types.John Ericson
2021-04-05buildable.{cc,hh} -> derived-path.{cc,hh}John Ericson