summaryrefslogtreecommitdiff
path: root/Source/cmInstallProgramsCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* ENH: Added INSTALL_PROGRAMS command and corresponding support. This involved...Brad King2001-07-311-0/+106