summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* install: Record TARGET mode backtraces internallyBrad King2018-10-181-27/+31
* cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-3/+1
* cmGlobalGenerator::AddInstallComponent(): Accept std::string argumentVitaly Stakhovsky2018-08-301-13/+13
* install: Allow installing targets created in another directoryZack Galbreath2018-06-181-3/+7
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-5/+7
* install: add NAMELINK_COMPONENT argumentKyle Edwards2018-05-031-7/+39
* Identify DLL platforms via CMAKE_IMPORT_LIBRARY_SUFFIXStephan Szabo2018-03-091-2/+3
* install,export: Maybe transform OBJECT libraries to INTERFACE librariesBrad King2018-02-281-17/+14
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-4/+4
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-3/+4
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-34/+25
* Use C++11 nullptrDaniel Pfeifer2017-08-241-28/+27
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-2/+2
* Access string npos without instancePavel Solodovnikov2017-06-011-5/+5
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-9/+11
* Allow OBJECT libraries to be installed, exported, and importedRobert Maynard2017-04-181-9/+41
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Apple: Add support for static frameworksGregor Jasny2017-01-311-10/+32
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+0
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+16
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+2
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-13/+13
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Use CM_NULLPTRDaniel Pfeifer2016-09-161-1/+1
* Avoid else after returnDaniel Pfeifer2016-09-161-8/+16
* Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-131-1/+97
* install: Fix evaluation of leading generator expressions in DIRECTORYYves Frederix2016-08-311-1/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-24/+26
* 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
|/