commit | 19ef680bc46cdd26055fd3112776bba77c6e6292 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dan@danw.org> | Sat Mar 23 07:40:25 2019 -0700 |
committer | GitHub <noreply@github.com> | Sat Mar 23 07:40:25 2019 -0700 |
tree | f287aae2a29289884d4d32ee816adfb76d3bfcec | |
parent | 08ab48903b574accf1d598c259bf708428873247 [diff] | |
parent | 4d772202dc2b7726b0706f2e925dacf45ea0a7c1 [diff] |
Merge pull request #246 from roman-mazur/patch-1 Fix Ninja build system site link
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.