commit | cd0310f22560ac38270cdd6f22aa5123fe5e384b | [log] [tgz] |
---|---|---|
author | colincross <github@colincross.com> | Wed Jun 20 15:18:21 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Jun 20 15:18:21 2018 -0700 |
tree | 81c997e25e79eae2e5b970a940c2f44055196370 | |
parent | 3a16825a7ca3332092439bcac8533fd65a477d43 [diff] | |
parent | 9607a9f248c2aaf207c5175417004e159cb9176f [diff] |
Merge pull request #210 from colincross/multiple_deps Allow multiple dependencies on the same module
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.