summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* 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