summaryrefslogtreecommitdiffstats
path: root/Source/cmSubdirDependsCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: make commands lower case by defaultKen Martin2007-10-101-2/+2
|
* ENH: Patch from Alex to make deprecated command documentation more consistent.Brad King2007-01-241-1/+1
|
* STYLE: Fixed line-too-long warning.Brad King2006-09-011-1/+1
|
* ENH: Patch from Alex to add IsDiscouraged method for future use in ↵Brad King2006-08-311-0/+6
| | | | generating separate documentation for old commands. Also modified documentation of MAKE_DIRECTORY and REMOVE commands to indicate they should not be used.
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH: Cleaned up documentation and formatted it for use by cmDocumentation.Brad King2003-02-141-2/+2
|
* 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
|
* ENH: SUBDIR_DEPENDS command now does nothing. The parallel build ↵Brad King2001-12-101-12/+7
| | | | 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/+105
command allows specification that a set of subdirectories be built before a particular directory.