summaryrefslogtreecommitdiff
path: root/Source/cmInstallFilesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Improved implementation of INSTALL_FILES and INSTALL_PROGRAMS commands. ...Brad King2002-09-171-9/+68
* fixe for files with pathsKen Martin2002-07-171-1/+9
* BUG: Only the last extension should be removed.Brad King2002-07-151-1/+1
* fix install targetKen Martin2002-07-151-1/+1
* removed all source lists from the system and made them vectors. Also appended...Ken Martin2002-06-271-21/+4
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+4
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-3/+3
* ENH: expand variables in arguments before the commands get themBill Hoffman2002-03-051-2/+0
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
* ENH: change InitialPass to take a const reference to the argument string, to ...Bill Hoffman2001-09-201-2/+2
* ENH: Improved INSTALL_FILES and INSTALL_PROGRAMS commands to allow each call ...Brad King2001-08-141-16/+14
* BUG: Need to expand variables when a regular expression is specified.Brad King2001-08-011-1/+3
* ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved...Brad King2001-07-311-6/+6
* better install supportKen Martin2001-06-211-18/+39
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* added install rulesKen Martin2001-05-231-0/+107