commit | f5909d9cb5e309886007c4720f6b3d344cf0a479 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dan@danw.org> | Fri Sep 09 13:24:50 2016 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 09 13:24:50 2016 -0700 |
tree | b357b1933c3adaa98478e8262638862fcfb086fc | |
parent | 4a35b51495b7391af1d072d2aa03f124d17c5a7a [diff] | |
parent | ec5ba986ae8d0c3901b1fa3179eba2331900743e [diff] |
Merge pull request #122 from danw/structof Support structures built with StructOf
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.