commit | 056963fe71c769d33cc8e1a4969e0ec843a75b64 | [log] [tgz] |
---|---|---|
author | colincross <github@colincross.com> | Thu Aug 11 11:18:15 2016 -0700 |
committer | GitHub <noreply@github.com> | Thu Aug 11 11:18:15 2016 -0700 |
tree | 8d0d44c5ecd2da82f6cce14619b5c8aba5ecb1c8 | |
parent | fcaf58b591c41090be8a08ccd6ced42d0ac43221 [diff] | |
parent | c93490c67911dc05c84845ef1cc433ffdf2b2756 [diff] |
Merge pull request #113 from colincross/parallel Add concurrency to BottomUpMutators and cloneModules
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.