summaryrefslogtreecommitdiff
path: root/Source/cmInstallScriptGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmInstallGenerator: std::string paramsVitaly Stakhovsky2020-01-211-1/+2
* cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-3/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-131-1/+1
* install: Teach CODE,SCRIPT modes to evaluate generator expressionsJon Chronopoulos2018-12-231-1/+13
* install: Revert CODE,SCRIPT support for generator expressionsBrad King2018-10-111-12/+1
* install: Teach CODE,SCRIPT modes to evaluate generator expressionsJon Chronopoulos2018-06-071-1/+12
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+5
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-2/+2
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ...David Cole2007-10-151-1/+2
* ENH: Added INSTALL(CODE) mode to allow inline specification of install script...Brad King2006-04-121-1/+2
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-0/+36