index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstore
/
build
/
goal.cc
Age
Commit message (
Expand
)
Author
2024-10-19
libstore: always release build/substitution slot tokens
eldritch horrors
2024-10-05
libstore: remove Goal::notify
eldritch horrors
2024-10-05
libstore: move Goal::ex to WorkResult
eldritch horrors
2024-10-05
libstore: move Goal::exitCode to WorkResult
eldritch horrors
2024-10-05
libstore: propagate goal exceptions using promises
eldritch horrors
2024-10-05
libstore: have goals promise WorkResults, not void
eldritch horrors
2024-10-05
libstore: extract Worker::goalFinished specifics
eldritch horrors
2024-10-05
libstore: remove Goal::StillAlive
eldritch horrors
2024-09-29
libstore: merge ContinueImmediately and StillAlive
eldritch horrors
2024-09-29
libstore: remove Goal::key
eldritch horrors
2024-09-29
libstore: fix build tests
eldritch horrors
2024-09-27
libstore: turn Goal::WaitForGoals into a promise
eldritch horrors
2024-09-27
libstore: make waiting for a while a promise
eldritch horrors
2024-08-18
libstore: remove unused includes in worker code
eldritch horrors
2024-08-08
libstore: remove Goal::addWaitee
eldritch horrors
2024-08-03
libstore: move Goal::waiteeDone into Worker::goalFinished
eldritch horrors
2024-08-02
libstore: move Goal::amDone to Worker
eldritch horrors
2024-08-02
libstore: return finishedness from Goal methods
eldritch horrors
2024-07-30
libstore: move Goal::getBuildResult to BuildResult
eldritch horrors
2024-07-22
libstore: keep Goal errors as unique_ptrs
eldritch horrors
2024-07-22
libstore: remove addToWeakGoals
eldritch horrors
2024-07-22
libstore: remove Goal::ecBusy
eldritch horrors
2023-08-25
Adapt scheduler to work with dynamic derivations
John Ericson
2023-04-15
Introduce `SingleDrvOutputs`
John Ericson
2023-04-15
Make `KeyedBuildResult`, `BuildResult` like before, and fix bug another way
John Ericson
2023-03-02
Remove FormatOrString and remaining uses of format()
Eelco Dolstra
2022-03-24
Random cleanup
Eelco Dolstra
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-08-08
libstore: use set instead of list for waiter list
Andreas Rammhold
2021-04-07
PathSubstitutionGoal: Clean up pipe
Eelco Dolstra
2020-10-12
Change .cc files to use split build headers
John Ericson
2020-10-11
Trim build/goal.cc
John Ericson
2020-10-11
Rename to hand-hold git (build/goal.cc)
John Ericson