summaryrefslogtreecommitdiff
path: root/Source/cmInstallCommandArguments.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: replace empty-string assignments with `clear()`.Pavel Solodovnikov2017-09-161-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-4/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-2/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-11/+11
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-11/+11
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-108/+75
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-8/+22
* Export: Process relative includes after genex evaluation.Stephen Kelly2013-11-261-5/+0
* Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-241-0/+34
* install: Fix COMPONENT optionBrad King2012-07-111-2/+5
* make default install component name configurableAlex Neundorf2012-05-141-2/+5
* -strip trailing whitespaceAlex Neundorf2012-05-131-6/+6
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* BUG: fix the default "Unspecified" component when only the generic (i.e. notAlexander Neundorf2008-03-261-4/+4
* ENH: Allow separate installation of shared libs and their links.Brad King2008-02-041-0/+28
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-24/+4
* STYLE: fix MSVC warnings by making the cmCommandArgumentsHelper a member ofAlexander Neundorf2007-08-241-7/+14
* ENH: class for parsing the arguments for INSTALL()Alexander Neundorf2007-08-231-0/+189