commit | bb5811965523e440b0fe9aa5f6bcd190653e2eb7 | [log] [tgz] |
---|---|---|
author | colincross <github@colincross.com> | Mon Apr 16 15:23:56 2018 -0700 |
committer | GitHub <noreply@github.com> | Mon Apr 16 15:23:56 2018 -0700 |
tree | 9030234ee2628f4b12308a87612636e0dac49d5b | |
parent | 148f9f316ee6f9c4a0af225912c1c7a5ab31b03e [diff] | |
parent | 61fa603f927dd127d379edd5de0d6062300a5f39 [diff] |
Merge pull request #207 from colincross/nameinterface Return an error when renaming a module that doesn't exist
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.