summaryrefslogtreecommitdiff
path: root/Source/cmInstallCommandArguments.cxx
Commit message (Expand)AuthorAgeFilesLines
* install(TARGETS): Add FILE_SET modeKyle Edwards2021-10-271-0/+19
* clang-tidy: fix `readability-use-anyofallof` warningsBen Boeckel2021-01-271-7/+6
* Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>Marc Chevrier2020-04-301-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+4
* cmInstallCommand: Port to cmArgumentParserRegina Pfeifer2019-04-041-36/+30
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-1/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-4/+2
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-2/+2
* clang-tidy: Remove redundant member initializationsRegina Pfeifer2018-12-151-3/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-221-1/+2
* install: Add sane set of defaults for DESTINATION and file type parametersKyle Edwards2018-11-071-0/+6
* install: add NAMELINK_COMPONENT argumentKyle Edwards2018-05-031-0/+20
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-1/+3
* cmInstallCommandArguments: do not access static members through `this`Matthias Maennich2017-10-051-3/+3
* 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