summaryrefslogtreecommitdiff
path: root/Source/cmGetSourceFilePropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* Fix typo in function nameDeniz Bahadir2020-11-171-1/+1
* cmSourceFile::GetPropertyForUser: return cmPropVitaly Stakhovsky2020-11-041-2/+3
* set_source_files_properties: Allow specification of directory scopeAlexandru Croitor2020-05-141-8/+44
* cmGetSourceFilePropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-121-10/+9
* cmSourceFile: Move LANGUAGE to GetPropertyForUserTushar Maheshwari2019-08-271-4/+0
* cmSourceFile: Rename non-const GetLanguageTushar Maheshwari2019-08-271-1/+1
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-2/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-21/+14
* cmPropertyMap: Require a non-empty name parameter.Stephen Kelly2015-06-071-1/+5
* cmMakefile: Add a CreateSource methodBen Boeckel2014-07-081-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property...Brad King2008-01-301-14/+2
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* BUG: fix for bug 6172 add get source file prop LANGUAGEBill Hoffman2007-12-181-0/+5
* ENH: added some documentation to explain a section of code a bit betterKen Martin2007-07-101-1/+8
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-0/+5
* ENH: added some new functionalityKen Martin2006-03-221-0/+5
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* ENH: CleanupsAndy Cedilnik2004-02-221-0/+2
* minor bug fixKen Martin2003-05-291-1/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* updated to match the SETKen Martin2002-08-261-19/+9
* modified how source files store propertiesKen Martin2002-08-161-3/+3
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+2
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-0/+55