commit | b431941604410f2bab7101d87e79701fba9c0407 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dan@danw.org> | Mon Dec 19 15:50:40 2016 -0800 |
committer | GitHub <noreply@github.com> | Mon Dec 19 15:50:40 2016 -0800 |
tree | 77f60aaf20b58bc0555861c6fedeac4504cc7ac8 | |
parent | f3218f61b676ba192714381b64ddfa3243f615dc [diff] | |
parent | 53f4950eea0287272aac3c3f7b2064742462dbc6 [diff] |
Merge pull request #108 from danw/globexclude Prevent glob from accessing hidden files
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.