summaryrefslogtreecommitdiff
path: root/Source/cmSetSourceFilesPropertiesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Use new SetProperty signaturesMarc Chevrier2021-08-251-1/+1
* clang-tidy: fix `readability-qualified-auto` warningsBen Boeckel2021-01-271-1/+1
* GENERATED prop: Check CMP0118 policy and warn in certain situationsDeniz Bahadir2020-11-241-1/+8
* Fix typo in function nameDeniz Bahadir2020-11-171-1/+1
* set_property: Allow both DIRECTORY and TARGET_DIRECTORY togetherAlexandru Croitor2020-07-091-14/+25
* set_source_files_properties: Allow specification of directory scopeAlexandru Croitor2020-05-141-18/+95
* set_*_properties: simplify and shorten implementationsTushar Maheshwari2020-05-121-83/+38
* cmSetSourceFilesPropertiesCommand: Port away from cmCommandRegina Pfeifer2019-09-121-14/+21
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+2
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-8/+8
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+3
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-88/+48
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG:6990 fix crash with set_source_files_propertiesBill Hoffman2008-05-081-1/+2
* ENH: Cleanup building of OS X bundle contentBrad King2008-02-151-26/+1
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* ENH: improve SetProperties and fix a couple warningsKen Martin2006-12-111-32/+60
* BUG: Several fixes to handle bundle content on Mac OSXAndy Cedilnik2006-07-061-0/+2
* COMP: Remove warningAndy Cedilnik2006-03-291-1/+0
* ENH: Add support for adding content to bundlesAndy Cedilnik2006-03-281-7/+33
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* ENH: CleanupsAndy Cedilnik2004-02-221-0/+2
* BUG: Fixed crash when source file cannot be looked up correctly.Brad King2003-06-131-3/+6
* yikes added new custom command supportKen Martin2003-06-031-61/+20
* ENH: remove warnings from borland 6 compilerBill Hoffman2003-05-291-1/+0
* ENH: Added source file property OBJECT_DEPENDS to support generated header fi...Brad King2002-12-131-0/+13
* ENH: Moved ExpandListVariables out of individual commands. Argument evaluati...Brad King2002-12-111-4/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* fixed bug maybeKen Martin2002-08-261-0/+2
* fixed some warningsKen Martin2002-08-221-1/+2
* modified how source files store propertiesKen Martin2002-08-161-31/+60
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-5/+7
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-0/+136