aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/misc.cc
AgeCommit message (Expand)Author
2023-03-20Move enabled experimental feature to libutil structJohn Ericson
2023-01-15Try to fix build failureJohn Ericson
2023-01-11Make it hard to construct an empty `OutputsSpec::Names`John Ericson
2023-01-11Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former moreJohn Ericson
2022-05-04Get rid of most `.at` calls (#6393)Alain Zscheile
2022-03-31Support fixed-output derivations depending on impure derivationsEelco Dolstra
2022-03-17Clean up `DerivationOutput`, and headersJohn Ericson
2021-12-13queryMissing(): Use a bigger thread poolEelco Dolstra
2021-10-14CleanupEelco Dolstra
2021-09-30`std::visit` by referenceJohn Ericson
2021-06-23Merge pull request #4906 from NixOS/collect-garbage-caEelco Dolstra
2021-06-23Pass more values by referenceThéophane Hufschmitt
2021-06-12Don’t check the `deriver` field on computeFSClosureregnat
2021-06-11Make `computeFSClosure` ca-awareregnat
2021-05-26Aso track the output path of the realisation dependenciesregnat
2021-05-26Properly track the drvoutput references when buildingregnat
2021-05-19Extract a generic `computeClosure` functionregnat
2021-04-05Rename BuildableJohn Ericson
2021-04-05"newtype" BuildableReqJohn Ericson
2021-04-05Use `BuildableReq` for `buildPaths` and `ensurePath`John Ericson
2021-03-05Avoid some StorePath -> Path -> StorePath roundtripsJohn Ericson
2020-09-21Move Callback into its own headerEelco Dolstra
2020-08-20Rename drv output querying functions, like masterJohn Ericson
2020-08-07Squashed get CA derivations buildingJohn Ericson
2020-08-05Make names more consistentJohn Ericson
2020-08-05Merge pull request #3864 from obsidiansystems/more-topo-sortEelco Dolstra
2020-07-30Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-07-27Abstract out topo sorting logicJohn Ericson
2020-07-08Only store hash of fixed derivation outputMatthew Bauer
2020-06-22Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-19Replace error message in getDerivationCAMatthew Bauer
2020-06-19Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-17Add StorePathCAMap for querySubstitutablePathInfosMatthew Bauer
2020-06-17Merge remote-tracking branch 'origin/master' into substitute-other-storedirMatthew Bauer
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-13Correctly substitute from different storeDirMatthew Bauer
2020-06-12Allow substituting from different storeDirMatthew Bauer
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-10-29queryPathInfoUncached(): Return const ValidPathInfoEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-09-03Support allowSubstitutes attribute in structured attribute derivationsEelco Dolstra
2018-05-30Simplify the callback mechanismEelco Dolstra
2017-08-31Call queryMissing() prior to buildingEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-11-10Store::computeFSClosure(): Support a set of pathsEelco Dolstra
2016-09-16Make computeFSClosure() single-threaded againEelco Dolstra
2016-07-21Store::queryMissing(): Use a thread poolEelco Dolstra