Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | remove warning | Bill Hoffman | 2001-12-11 | 1 | -1/+1 |
| | |||||
* | ENH: SUBDIR_DEPENDS command now does nothing. The parallel build ↵ | Brad King | 2001-12-10 | 1 | -12/+0 |
| | | | | functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped. | ||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -1/+1 |
| | | | | avoid changes to the file cache | ||||
* | ENH: Added SUBDIR_DEPENDS command and corresponding support code. This ↵ | Brad King | 2001-08-01 | 1 | -0/+60 |
command allows specification that a set of subdirectories be built before a particular directory. |