commit | c955bc8bcc46466c1eeab90669a062f3baa5aa5e | [log] [tgz] |
---|---|---|
author | colincross <github@colincross.com> | Tue Sep 25 15:02:27 2018 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 25 15:02:27 2018 -0700 |
tree | c1dd967359e1646de3e05d4cd2cc67782e6dd011 | |
parent | 112a732a5a3cebb3cc1a03aa2fb32fa49130d8c5 [diff] | |
parent | e98d0828c87392c891c4098cea3c488c706c54e5 [diff] |
Merge pull request #220 from colincross/glob_symlinks Improve glob behavior with symlinks
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.