commit | a9df65135910b587d20fcca22b330d492c20cf05 | [log] [tgz] |
---|---|---|
author | colincross <github@colincross.com> | Tue Mar 05 23:15:15 2019 -0800 |
committer | GitHub <noreply@github.com> | Tue Mar 05 23:15:15 2019 -0800 |
tree | 88f6ace5fca1716c3230ef6a330eb8faeea8b177 | |
parent | 17a0b9644053af3d227672901d662daf8b9f005c [diff] | |
parent | a4f6a3bebfc2104625cac13946a9f2f45895f5b3 [diff] |
Merge pull request #241 from colincross/tagindex Add PropertyIndexesWithTag
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.