summaryrefslogtreecommitdiff
path: root/Source/cmInstallTargetGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-1/+7
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+1
* Refactor: Move common methods into cmInstallGeneratorKyle Edwards2021-05-311-9/+0
* cmInstallTargetGenerator: Report namelink mode with list of filesBrad King2021-03-161-0/+1
* cmInstallTargetGenerator: Drop unused GetNamelinkMode methodBrad King2021-03-161-1/+0
* cmInstallGenerator: Add backtrace to all install generatorsBrad King2021-01-281-3/+0
* cmInstallTargetGenerator: Factor out method to get list of target filesBrad King2021-01-281-3/+25
* cmInstallTargetGenerator: Avoid duplicating install destination in memoryBrad King2021-01-281-1/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-211-10/+10
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-4/+4
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-031-3/+3
* cmInstallTargetGenerator: Introduce CMP0095Dennis Klein2019-06-131-0/+1
* Refactor: Allow cmInstallGenerator::Compute() to return an errorKyle Edwards2019-05-131-1/+1
* EXCLUDE_FROM_ALL: Don't warn if installing target excluded from allCraig Scott2019-02-221-1/+0
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+2
* install: Record TARGET mode backtraces internallyBrad King2018-10-181-5/+10
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-4/+4
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* cmScriptGenerator: pass Indent by valueDaniel Pfeifer2017-04-221-17/+14
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-0/+6
* 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/+8
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-6/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-15/+11
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-0/+1
* Xcode: Add support for combined install on iOSRuslan Baratov2015-12-101-0/+2
* cmInstallTargetGenerator: Port GetInstallFilename to cmGeneratorTarget.Stephen Kelly2015-10-181-2/+1
* cmInstallTargetGenerator: Port to cmGeneratorTarget.Stephen Kelly2015-07-301-3/+5
* cmInstallCommand: Store only a targetName, not a cmTarget.Stephen Kelly2015-07-301-1/+5
* cmInstallTargetGenerator: Re-arrange data layout.Stephen Kelly2015-06-071-4/+2
* install: Allow generator expressions in TARGETS DESTINATION (#14317)Brad King2015-02-111-2/+1
* cmInstallGenerator: Move GetDestination to subclasses that need itBrad King2015-02-111-0/+3
* install: Thread message level setting through internal APIBrad King2014-06-241-0/+1
* cmInstallTargetGenerator: Drop default constructor argumentsBrad King2014-06-241-5/+4
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-11/+14
* Constify handling of link targets.Stephen Kelly2013-12-111-1/+2
* Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-4/+1
* Fix compiler warning with initialization order.Stephen Kelly2012-09-191-1/+1
* Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-0/+5
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Tweak all files during target installationBrad King2009-10-211-0/+14
* Simplify 'strip' and 'ranlib' install tweak codeBrad King2009-10-211-2/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Cleanup per-config target install generationBrad King2009-07-031-1/+0
* ENH: Refactor cmInstallGenerator for re-useBrad King2009-03-161-5/+3
* STYLE: Remove useless install generator typedefsBrad King2008-12-181-1/+0
* BUG: Fix config test for target install rulesBrad King2008-10-031-5/+3
* ENH: Further refinement of the CPack components functionality from Doug Gregor.David Cole2008-07-081-1/+1