Cook

Cook is a fast incremental build tool intended for projects in D programming language.

In contrast to most other build automation programs, Cook by default requires no project hierarchy description - it automatically collects information about imports from D source files in project directory. Moreover, Cook caches dependencies between modules, and then uses this cache to find out which modules had been changed and need recompiling.

Cook is written in D and supports Windows and Linux. By default it works with Digital Mars D compiler (DMD), but you can use it with other compilers (and, for some extent, even with other languages!) as well by writing proper configuration file.

To get the latest version of Cook, please visit project page at GitHub

Documentation

Step-by-step Tutorial for Beginners - configuring typical workspace for DMD and Cook

Basic usage
Command Line Parameters
Using Configuration Files
External Dependencies
Response Files
Cross-Compilation