summaryrefslogtreecommitdiff
path: root/Source/cmInstallProgramsCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-1/+1
* cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-4/+4
* cmMakefile: modernize memory managementMarc Chevrier2020-01-141-1/+3
* cmMakefile: Delay CheckTargetProperties and FinalPass to generate timeDaniel Eiband2019-11-241-3/+7
* cmInstallProgramsCommand: Port away from cmCommandRegina Pfeifer2019-09-121-10/+10
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+3
* cmInstallProgramsCommand: Port away from FinalPassDaniel Pfeifer2019-07-181-22/+29
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+8
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid else after returnDaniel Pfeifer2016-09-161-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-50/+31
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-1/+3
* cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-1/+1
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-3/+2
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-2/+2
* Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-5/+1
* install: Add CMAKE_INSTALL_MESSAGE variable (#13761)Brad King2014-06-241-1/+1
* install: Thread message level setting through internal APIBrad King2014-06-241-1/+3
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* install: Support generator expressions in FILES and PROGRAMS modeBrad King2014-02-211-1/+2
* cmInstallFilesGenerator: Add reference to calling cmMakefileBrad King2014-02-211-1/+1
* make default install component name configurableAlex Neundorf2012-05-141-3/+5
* -strip trailing whitespaceAlex Neundorf2012-05-131-9/+9
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix old-style install to prefix topBrad King2009-02-041-0/+4
* ENH: Further refinement of the CPack components functionality from Doug Gregor.David Cole2008-07-081-1/+4
* ENH: support for cpack and install of cmake-gui as mac app bundleBill Hoffman2008-02-161-1/+1
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-3/+2
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* BUG: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to install under the p...Brad King2007-05-251-1/+7
* ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets....Brad King2007-05-231-12/+14
* ENH: some code cleanupKen Martin2007-03-121-1/+1
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-1/+2
* ENH: Do not generate install target unless some INSTALL or INSTALL_* commands...Brad King2006-08-311-0/+4
* STYLE: fix line lengthKen Martin2006-05-111-2/+4
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-13/+13
* BUG: Added FILES mode to INSTALL_PROGRAMS command to make the single argument...Brad King2005-03-011-3/+14
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-1/+1
* 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
* removed some includesKen Martin2002-09-271-1/+0
* ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. ...Brad King2002-09-171-5/+42
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+4
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-4/+1
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5