summaryrefslogtreecommitdiffstats
path: root/Source/cmSubdirDependsCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* remove warningBill Hoffman2001-12-111-1/+1
|
* ENH: SUBDIR_DEPENDS command now does nothing. The parallel build ↵Brad King2001-12-101-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 Hoffman2001-09-201-1/+1
| | | | avoid changes to the file cache
* ENH: Added SUBDIR_DEPENDS command and corresponding support code. This ↵Brad King2001-08-011-0/+60
command allows specification that a set of subdirectories be built before a particular directory.