aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/derivations.cc
AgeCommit message (Expand)Author
2023-01-11Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former moreJohn Ericson
2022-12-07Trivial changes from the lazy-trees branchEelco Dolstra
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-03-31Fix macOS buildEelco Dolstra
2022-03-31Rename 'pure' -> 'sandboxed' for consistencyEelco Dolstra
2022-03-31needsNetworkAccess() -> isSandboxed()Eelco Dolstra
2022-03-31Add support for impure derivationsEelco Dolstra
2022-03-29Simplify the handling of the hash moduloThéophane Hufschmitt
2022-03-18Generalize `DerivationType` in preparation for impure derivationsJohn Ericson
2022-03-17Clean up `DerivationOutput`, and headersJohn Ericson
2022-03-11Reduce variants for derivation hash moduloJohn Ericson
2022-02-25Remove std::string alias (for real this time)Eelco Dolstra
2022-01-27return string_views from forceString*pennae
2022-01-21derivations.cc: Use larger buffer in printString Robert Hensing
2022-01-19Replace withBuffer by boost small_vectorRobert Hensing
2022-01-19withBuffer: avoid allocating a std::functionRobert Hensing
2022-01-19Add withBufferRobert Hensing
2022-01-19Fix segfault or stack overflow caused by large derivation fieldsRobert Hensing
2021-10-26Make experimental-features a proper typeregnat
2021-09-30`std::visit` by referenceJohn Ericson
2021-07-22Use eval-store in more placesEelco Dolstra
2021-04-05Move `StorePathWithOutputs` into its own header/fileJohn Ericson
2021-02-26Simplify the case where the drv is a purely input-addressed oneregnat
2021-02-19Remove the drv resolution caching mechanismregnat
2021-02-19Don't expose the "bang" drvoutput syntaxThéophane Hufschmitt
2021-02-19Syntactic fixesThéophane Hufschmitt
2021-02-19Register the realisations for unresolved drvsregnat
2020-12-17Fix the detection of already built drv outputsregnat
2020-12-11Use the hash modulo in the derivation outputsregnat
2020-11-19Make drv hash modulo memo table thread-safeJohn Ericson
2020-11-17CleanupEelco Dolstra
2020-11-17Fix deadlock in IFD through the daemonEelco Dolstra
2020-10-27Inline `unkownHashes`regnat
2020-10-27Allow non-CA derivations to depend on CA derivationsregnat
2020-09-30Merge remote-tracking branch 'upstream/master' into templated-daemon-protocolJohn Ericson
2020-09-30nix::worker_proto -> worker_protoJohn Ericson
2020-09-30Revert "Use template structs instead of phantoms"John Ericson
2020-09-22Merge remote-tracking branch 'upstream/master' into templated-daemon-protocolJohn Ericson
2020-09-16Merge remote-tracking branch 'upstream/master' into ca-floating-upstreamJohn Ericson
2020-09-15Rename `Derivation::pathOpt` to `Derivation::path`John Ericson
2020-09-04Fix querying outputs for CA derivations some moreJohn Ericson
2020-09-04Fix floating CA testsJohn Ericson
2020-08-28Merge remote-tracking branch 'obsidian/single-ca-drv-build' into ca-floating-...John Ericson
2020-08-28Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-08-27Merge pull request #3434 from Ericson2314/derivation-header-include-orderEelco Dolstra
2020-08-24CA derivations that depend on other CA derivationsJohn Ericson
2020-08-23Merge remote-tracking branch 'obsidian/write-derivation-borrow' into HEADJohn Ericson
2020-08-23`writeDerivation` just needs a plain store referenceJohn Ericson
2020-08-21"Downstream placeholders" should not be store pathsJohn Ericson
2020-08-19Merge branch 'master' of github.com:NixOS/nix into templated-daemon-protocolJohn Ericson