commit | 2f769ef470c32dd8ca5712869802a64dbe395e3d | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dan@danw.org> | Wed Oct 18 16:37:39 2017 -0700 |
committer | GitHub <noreply@github.com> | Wed Oct 18 16:37:39 2017 -0700 |
tree | 20b7088ef07f96e9d5cba219f517c9147f9d5621 | |
parent | 5fa3f89f2cc180d223aee468e3a1298604f01d25 [diff] | |
parent | 987ed9ba299b441c5c0306b1fa07f720204c11ef [diff] |
Merge pull request #178 from danw/microfactory_locking Add file locking to microfactory
Blueprint is a meta-build system that reads in Blueprints files that describe modules that need to be built, and produces a Ninja manifest describing the commands that need to be run and their dependencies. Where most build systems use built-in rules or a domain-specific language to describe the logic for converting module descriptions to build rules, Blueprint delegates this to per-project build logic written in Go. For large, heterogenous projects this allows the inherent complexity of the build logic to be maintained in a high-level language, while still allowing simple changes to individual modules by modifying easy to understand Blueprints files.