diff options
Diffstat (limited to 'build2')
-rw-r--r-- | build2/parallel-build | 12 |
1 files changed, 12 insertions, 0 deletions
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. |