commit | 0f1fa92e86c7540a19088ec7fb2eed66f9028c16 | [log] [tgz] |
---|---|---|
author | colincross <github@colincross.com> | Tue Nov 22 13:51:07 2016 -0800 |
committer | GitHub <noreply@github.com> | Tue Nov 22 13:51:07 2016 -0800 |
tree | 3c2e1b7254d53eb1e5d17ec784e3d736a3f3324c | |
parent | 8c5b1d1f60fbd0517e371076a5284a27c2822623 [diff] | |
parent | aa873e1c65c28092c269b94d03b330eb2a2c1dc9 [diff] |
Merge pull request #135 from colincross/deps Support deps and depfile properties on build statements
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.