summaryrefslogtreecommitdiff
path: root/Source/cmAddSubDirectoryCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-46/+29
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-2/+2
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-4/+4
* cmMakefile: Remove unused PreOrder member.Stephen Kelly2015-04-011-1/+1
* Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-4/+4
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* add_subdirectory: Compute output dir with consistent slashes (#10072)Brad King2013-03-121-5/+10
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* ENH: some code cleanupKen Martin2007-03-121-3/+3
* BUG: Fix automatic computation of binary path to work for subdirectories of o...Brad King2006-08-311-44/+56
* COMP: Removed unused variable.Brad King2006-06-051-2/+0
* BUG: Always check whether a subdirectory is below the top of the source befor...Brad King2006-06-051-23/+15
* 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