首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > C/C++/VC++ > 链接智能构建C / C++工具

链接智能构建C / C++工具

  • 资源大小:56.02 kB
  • 上传时间:2021-06-29
  • 下载次数:0次
  • 浏览次数:1次
  • 资源积分:1积分
  • 标      签: 智能 CC 工具 链接 构建

资 源 简 介

Despite their wide use, the unix make tool and its variants have difficulties in tracking implicit dependency of C/C++ source files on included headers. Great efforts are needed to ensure that once a header is updated, any source file that includes it must be re-compiled. Modern build tools (such as BJam, CMake, and Scons) are compile-smart. They perform deep scans on sources files and figure out what headers are included (directly and recursively), thereby avoiding the need of expressing the dependency explicitly in build descriptions. Qi-make is link-smart. By searching the inclusion dependency graph, it can automatically identifiy the set of compiled objects, as well as the set of libraries (in the correct order) that must be linked in to create the final executable. In addition, Qi-make is: * easy to learn -- the specification language is based on the original make syntax and simpler than that of many make variants su

相 关 资 源

您 可 能 感 兴 趣 的

同 类 别 推 荐

VIP VIP
0.209471s