summaryrefslogtreecommitdiff
path: root/Source/cmInstallTargetsCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use C++11 unordered containersDaniel Pfeifer2017-08-221-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+7
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Avoid requiring default cmTarget constructor for map indexingBrad King2016-09-141-7/+10
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-24/+14
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-3/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* make default install component name configurableAlex Neundorf2012-05-141-1/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Further refinement of the CPack components functionality from Doug Gregor.David Cole2008-07-081-0/+3
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+1
* 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-1/+1
* BUG: Fixed relink with new install framework.Brad King2006-02-191-0/+1
* ENH: Report an error if the target does not existsAndy Cedilnik2005-12-151-1/+7
* ENH: Make install on windows seems to work nowAndy Cedilnik2004-01-271-1/+14
* 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
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+4
* 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: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
* added install rulesKen Martin2001-05-231-0/+66