summaryrefslogtreecommitdiff
path: root/Source/cmInstallCommandArguments.h
Commit message (Expand)AuthorAgeFilesLines
* cmArgumentParser: Model maybe-empty and non-empty lists with wrapper typesBrad King2022-07-071-2/+3
* install(TARGETS): Add FILE_SET modeKyle Edwards2021-10-271-0/+16
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmInstallCommand: Port to cmArgumentParserRegina Pfeifer2019-04-041-21/+14
* clang-tidy: Use `= delete`Regina Pfeifer2019-01-291-1/+0
* clang-tidy: Pass by valueRegina Pfeifer2019-01-221-1/+1
* install: Add sane set of defaults for DESTINATION and file type parametersKyle Edwards2018-11-071-0/+2
* install: add NAMELINK_COMPONENT argumentKyle Edwards2018-05-031-0/+3
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-2/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* make sure to include cmConfigure.h before cmStandardIncludes.hDaniel Pfeifer2016-09-031-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-54/+56
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-0/+2
* Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-241-0/+13
* install: Fix COMPONENT optionBrad King2012-07-111-0/+1
* make default install component name configurableAlex Neundorf2012-05-141-1/+2
* -strip trailing whitespaceAlex Neundorf2012-05-131-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Allow separate installation of shared libs and their links.Brad King2008-02-041-0/+4
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-3/+1
* STYLE: fix line lengthsAlexander Neundorf2007-08-311-3/+3
* STYLE: fix MSVC warnings by making the cmCommandArgumentsHelper a member ofAlexander Neundorf2007-08-241-3/+7
* ENH: class for parsing the arguments for INSTALL()Alexander Neundorf2007-08-231-0/+65