From b29338844ae328cd4cc928a4182602227f0fdeff Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 25 Sep 2016 04:20:03 +0200 Subject: Add feature: Support for parallel builds --- build2/parallel-build | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build2/parallel-build diff --git a/build2/parallel-build b/build2/parallel-build new file mode 100644 index 0000000..6c2397b --- /dev/null +++ b/build2/parallel-build @@ -0,0 +1,12 @@ +- Support for parallel builds [feature 0.5.0] + +Notes +===== + +* Need to make sure we don't change build state (except for few controlled + things like target state and mtime) during update. + + ~ Audit all uses of mutable. + + ~ Can we pass things (e.g., target) as const to update. The only issue is + how to change state/mtime. -- cgit v1.1