summaryrefslogtreecommitdiff
path: root/Source/cmUtilitySourceCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-5/+7
* GetDefinition: avoid duplicate callsVitaly Stakhovsky2020-05-291-2/+2
* cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-111-6/+6
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-1/+1
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-1/+1
* cmCommand refactor: cmUtilitySourceCommandGabor Bencze2019-08-261-21/+22
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-5/+6
* cmMakefile::GetRequiredDefinition: return const std::string&Vitaly Stakhovsky2019-02-071-1/+1
* cmSystemTools::Message: Add overload accepting std::stringVitaly Stakhovsky2019-01-281-1/+1
* cmMakefile: Make GetRequiredDefinition return std::stringVitaly Stakhovsky2018-09-051-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+5
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-3/+3
* fix some include-what-you-use diagnosticsDaniel Pfeifer2017-02-171-1/+0
* cmDisallowedCommand: extract policy checking from cmCommandDaniel Pfeifer2017-02-131-5/+0
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+1
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+8
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+2
* cmState: Move CacheEntryType enum to separate namespaceStephen Kelly2016-10-191-2/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-62/+49
* cmState: Add API for cache version.Stephen Kelly2015-10-101-6/+4
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-2/+4
* cmMakefile: Remove cache version accessors.Stephen Kelly2015-04-071-2/+4
* Revert topic 'refactor-cache-api'Brad King2015-04-071-4/+2
* cmMakefile: Remove cache version accessors.Stephen Kelly2015-04-061-2/+4
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* Add policy CMP0034 to disallow utility_sourceBrad King2013-10-221-0/+3
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-11/+11
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Add parentheses around '&&' between '||' for gccBrad King2009-09-111-1/+1
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: print a warning if UTILITY_SOURCE is used in cross compiling modeAlexander Neundorf2007-08-101-2/+22
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-1/+1
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-12/+12
* STYLE: fix line lengthsBill Hoffman2006-03-101-1/+2
* BUG: Hack to support building existing trees with UTILITY_SOURCE commands and...Brad King2005-07-271-5/+9
* ENH: use GetRequiredDefinition instead of GetDefinition and crashBill Hoffman2004-08-111-1/+1
* fix for utility command without EXECUTABLE_OUTPUT_PATHKen Martin2003-08-011-0/+3
* 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
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-3/+5
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5