index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
derivation-goal.hh
Age
Commit message (
Expand
)
Author
2024-10-08
Fix gcc warning -Wmissing-field-initializers
Lulu
2024-10-05
libstore: move Goal::buildResult to WorkResult
eldritch horrors
2024-10-05
libstore: extract Worker::goalFinished specifics
eldritch horrors
2024-10-05
libstore: remove Goal::StillAlive
eldritch horrors
2024-10-04
libstore: forbid addWantedGoals when finished
eldritch horrors
2024-10-01
libstore: turn DerivationGoal::work into *one* promise
eldritch horrors
2024-09-29
libstore: remove Goal::key
eldritch horrors
2024-09-29
libstore: remove Goal::WaitForWorld
eldritch horrors
2024-09-27
libstore: replace Goal::WaitForSlot with semaphores
eldritch horrors
2024-09-27
libstore: turn builder output processing into event loop
eldritch horrors
2024-09-08
libstore: turn Worker in a kj event loop user
eldritch horrors
2024-08-30
libstore: use notifications for stats counters
eldritch horrors
2024-08-30
libstore: add "is dependency" info to goal
eldritch horrors
2024-08-19
libstore: make Worker::childStarted private
eldritch horrors
2024-08-19
libstore: turn HookReply into a variant type
eldritch horrors
2024-08-18
libstore: remove DerivationGoal::isReadDesc
eldritch horrors
2024-08-18
libstore: add explicit in-build-slot-ness to goals
eldritch horrors
2024-08-08
libstore: make Worker status flags private
eldritch horrors
2024-08-03
libstore: move Goal::waiteeDone into Worker::goalFinished
eldritch horrors
2024-08-02
libstore: return finishedness from Goal methods
eldritch horrors
2024-03-29
Make things that can throw not noexcept anymore
Jade Lovelace
2023-10-02
Revert "Adapt scheduler to work with dynamic derivations"
John Ericson
2023-08-25
Adapt scheduler to work with dynamic derivations
John Ericson
2023-08-18
Fixing #7479
John Ericson
2023-05-12
Merge pull request #8299 from urbas/max-substitution-jobs
Eelco Dolstra
2023-05-08
introduces `Goal::jobCategory`
Matej Urbas
2023-05-08
libstore: also pass unwanted outputs to the post-build-hook
Yorick van Pelt
2023-04-15
Introduce `SingleDrvOutputs`
John Ericson
2023-04-15
Make restarting state machines explicit
John Ericson
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2023-01-11
Split `OutputsSpec` and `ExtendedOutputsSpec`, use the former more
John Ericson
2022-12-07
Remove repeat and enforce-determinism options
Linus Heckemann
2022-03-31
Add support for impure derivations
Eelco Dolstra
2022-03-24
Retry substitution after an incomplete closure only once
Eelco Dolstra
2022-03-08
Add Store::buildPathsWithResults()
Eelco Dolstra
2022-03-01
Move `BuildResult` defintion to its own header
John Ericson
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-12-13
More properly track the status of CA builds
regnat
2021-03-15
Properly sign the unresolved drvs
regnat
2021-02-26
Split {,local-}derivation-goal.{cc,hh}
John Ericson
2021-02-23
Make `DerivationGoal::drv` a full Derivation
regnat
2021-02-19
Store the output hashes in the initialOutputs of the drv goal
regnat
2021-02-19
Register the realisations for unresolved drvs
regnat
2020-12-01
Move primeCache() to Worker::run()
Eelco Dolstra
2020-10-12
Trim derivation-goal.hh
John Ericson
2020-10-12
Rename to hand-hold git (derivation-goal.hh)
John Ericson