-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (12 loc) · 675 Bytes
/
README
File metadata and controls
22 lines (12 loc) · 675 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Bob is a build tool written in D which supports building of large C/C++/D
projects.
Bob is written and maintained by Graham St Jack (Graham.StJack@internode.on.net).
Some of bob's features that are useful on large projects are:
* Built files are located outside the source directory.
* Very simple configuration files.
* Enforcement of dependency control, with prevention of circularities between
modules and directories.
* Automatic deduction of which project libraries to link with.
* Automatic execution and evaluation of tests.
* Generated files are not scanned for imports/includes until after they are up to date.
Bob is currently only available for Linux.