summaryrefslogtreecommitdiff
path: root/Source/cmSetDirectoryPropertiesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Use new SetProperty signaturesMarc Chevrier2021-08-251-1/+1
* set_*_properties: simplify and shorten implementationsTushar Maheshwari2020-05-121-29/+11
* cmCommand refactor: cmSetDirectoryPropertiesCommandGabor Bencze2019-08-201-11/+18
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-1/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-35/+21
* Remove some c_str() calls.Stephen Kelly2014-03-111-2/+2
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-7/+7
* 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-2/+2
* ENH: some property cleanup and added GetPropertyKen Martin2007-06-251-29/+1
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-16/+31
* STYLE: fix line lengthKen Martin2006-05-121-3/+6
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
* ENH: Implement additional make clean files as a directory property instead of...Andy Cedilnik2004-05-201-3/+9
* ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can change...Andy Cedilnik2004-04-231-0/+79