aboutsummaryrefslogtreecommitdiff
path: root/src/libstore/build/worker.cc
AgeCommit message (Collapse)Author
2020-12-01Move primeCache() to Worker::run()Eelco Dolstra
We need the missing path info to communicate the worker's remaining goals to the progress bar.
2020-10-17Just use `auto` in two places.John Ericson
2020-10-17tab -> spaceJohn Ericson
2020-10-12Merge remote-tracking branch 'obsidian/split_build_cc' into typed-goal-mapsJohn Ericson
2020-10-12Change .cc files to use split build headersJohn Ericson
2020-10-11Properly type the derivation and substitution goal mapsJohn Ericson
As a bonus, Worker::removeGoal is less inefficient.
2020-10-11Trim build/worker.ccJohn Ericson
2020-10-11Rename to hand-hold git (build/worker.cc)John Ericson