commit | 3f22fcf3a88f0b0f5c66cbf61c95d1326599e4a1 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Fri Sep 06 09:36:39 2019 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 06 09:36:39 2019 -0700 |
tree | c0b7970a5d9cf3e255d0d0fda0fd9ee3bd0637c1 | |
parent | a0b59d9d29018aa259bd6590cbf8652cd44be265 [diff] | |
parent | 5dd43cf9b45297d5b337308411c5085f5059b866 [diff] |
Merge pull request #260 from jooyunghan/fix-caller Fix checkCalledFromInit
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.