没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > Sweet Build |
Sweet Build
|
1 | 0 | 74 |
贡献者 | 讨论 | 代码提交 |
Sweet Build is a build tool. It tracks dependencies and timestamps between files to determine which are out of date and then carries out actions to bring those files up to date.
Sweet Build is similar to GNU Make, Perforce Jam, SCons, Waf, Lake, and other dependency based build tools. It’s main difference to these tools is that it allows scripts to make arbitrary passes over the dependency graph to correctly establish dependency relationships. For example it can be configured to run a code generation pass before scanning for implicit dependencies to make sure that implicit dependencies from generated files are found correctly. Sweet Build has been designed to handle source trees spanning multiple directories, with multiple variants, and to make use of multiple processor machines by allowi