summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-705/+475
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-6/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-3/+3
* Merge topic 'fix-target-alias-in-subdir'Brad King2016-04-051-1/+1
|\
| * Rename local target lookup methods to clarify purposeBrad King2016-04-011-1/+1
* | Merge topic 'install-EXCLUDE_FROM_ALL'Brad King2016-02-091-4/+27
|\ \ | |/ |/|
| * install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-4/+27
* | install(EXPORT): Fix crash on target in another directoryBrad King2016-02-051-3/+5
|/
* Merge topic 'fix-install-rules'Brad King2015-11-101-6/+1
|\
| * Install: Move SetHaveInstallRule to a more-obvious placeStephen Kelly2015-11-081-6/+1
* | cmExportSet: Store a cmGeneratorTarget.Stephen Kelly2015-10-181-4/+5
* | cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-13/+13
|/
* cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-1/+1
* cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-1/+1
* cmInstallCommand: Store only a targetName, not a cmTarget.Stephen Kelly2015-07-301-1/+2
* cmInstallCommand: Move the SetHaveInstallRule invocation.Stephen Kelly2015-07-301-0/+6
* install: Disallow installing export() result.Stephen Kelly2015-05-141-0/+41
* install: Use an intermediate filesVector variable.Stephen Kelly2015-05-141-3/+5
* Merge topic 'refactor-cmPolicies'Brad King2015-05-051-3/+2
|\
| * Port to static cmPolicies API.Stephen Kelly2015-05-041-3/+2
* | Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-17/+15
|/
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-3/+3
* Merge topic 'join-algorithm'Brad King2015-01-121-13/+2
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-12/+2
| * cmInstallCommand: Remove unused variable.Stephen Kelly2015-01-081-1/+0
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-41/+41
|/
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-3/+3
* install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761)Brad King2014-06-241-1/+17
* install: Add CMAKE_INSTALL_MESSAGE variable (#13761)Brad King2014-06-241-4/+4
* install: Thread message level setting through internal APIBrad King2014-06-241-1/+14
* Remove some c_str() calls.Stephen Kelly2014-03-111-38/+38
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* install: Support generator expressions in FILES and PROGRAMS modeBrad King2014-02-211-2/+3
* cmInstallFilesGenerator: Add reference to calling cmMakefileBrad King2014-02-211-6/+10
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-2/+2
* INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.Stephen Kelly2013-11-251-1/+2
* install: Teach EXPORT option to handle INTERFACE_LIBRARY targetsStephen Kelly2013-10-081-1/+7
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+9
* install: Remove error condition using INCLUDES DESTINATION without EXPORT.Stephen Kelly2013-07-291-7/+0
* Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-241-0/+24
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-3/+30
* exports: Hold an ExportSet pointer in cm*Export*GeneratorYury G. Kudryashov2012-09-281-1/+3
* exports: Add cmExportSetMap classYury G. Kudryashov2012-09-281-1/+2
* exports: Rename cmGlobalGenerator::AddTargetToExport{s,}Yury G. Kudryashov2012-09-281-15/+1
* exports: Remove cmTargetExport constructorYury G. Kudryashov2012-09-281-0/+20
* make default install component name configurableAlex Neundorf2012-05-141-13/+20
* -strip trailing whitespaceAlex Neundorf2012-05-131-22/+22
* Add OBJECT_LIBRARY target typeBrad King2012-03-131-1/+10
* cmInstallCommand: Fix line length for styleBrad King2012-01-171-9/+9
* cmInstallCommand: Fix indentation errorYury G. Kudryashov2012-01-171-98/+98