summaryrefslogtreecommitdiff
path: root/Source/cmInstallFilesCommand.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
* cmInstallFilesCommand: Port away from cmCommandRegina Pfeifer2019-09-121-11/+12
* clang-tidy: modernize-use-autoRegina Pfeifer2019-09-101-2/+2
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-6/+3
* cmInstallFilesCommand: Port away from FinalPassDaniel Pfeifer2019-07-181-33/+38
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-2/+2
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-1/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-3/+3
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-2/+1
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-3/+3
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+5
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+2
* 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-69/+44
* 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
* Remove use of ExpandSourceListArguments.Stephen Kelly2015-02-051-5/+2
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Use insert instead of a loop in some cases.Stephen Kelly2015-01-111-5/+2
* 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-2/+2
* 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-12/+12
* 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: 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: Fix FILES mode after recent changes.Brad King2007-05-251-0/+7
* 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-13/+18
* 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/+5
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-17/+17
* ENH: major changes to support addition of languages from cmake modules direct...Bill Hoffman2004-09-221-1/+1
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-10/+10
* removed some includesKen Martin2002-09-271-1/+0