commit | 571420830aed36f316becca9b36df5bca6a53201 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Wed Mar 04 20:59:23 2020 -0800 |
committer | GitHub <noreply@github.com> | Wed Mar 04 20:59:23 2020 -0800 |
tree | 814e045c0992816a2743472cc8270a256ed40746 | |
parent | ca6940754e254cf88e3371e0a6fdf18a1417040a [diff] | |
parent | 3edfbc214a07c2e7689b1eb749ea9df6796a6e91 [diff] |
Merge pull request #289 from silverneko/bpmodify-usage Set bpmodify usage function
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.