summaryrefslogtreecommitdiffstats
path: root/Source/cmAddSubDirectoryCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add return and break support to cmake, also change basic command ↵Ken Martin2008-01-231-1/+1
| | | | invocation signature to be able to return extra informaiton via the cmExecutionStatus class
* ENH: some code cleanupKen Martin2007-03-121-3/+3
|
* BUG: Fix automatic computation of binary path to work for subdirectories of ↵Brad King2006-08-311-44/+56
| | | | out of source directories. This addresses bug#3592.
* COMP: Removed unused variable.Brad King2006-06-051-2/+0
|
* BUG: Always check whether a subdirectory is below the top of the source ↵Brad King2006-06-051-23/+15
| | | | before computing the binary tree automatically. Even when the source is a relative path it may contain ../ which would allow it to be outside the source tree.
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
|
* STYLE: fix line lengthKen Martin2006-05-101-2/+7
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-7/+7
|
* ENH: better format for ADD_SUBDIRECTORY commandKen Martin2005-09-121-17/+47
|
* ENH: removed the PREORDER option from the AddSubDirectory commandKen Martin2005-05-311-7/+1
|
* ENH: added immediate subdirectory commandKen Martin2005-03-181-0/+96