summaryrefslogtreecommitdiff
path: root/Source/cmInstallCommand.h
Commit message (Expand)AuthorAgeFilesLines
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmInstallCommand: Port away from cmCommandRegina Pfeifer2019-09-211-64/+2
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-141-1/+6
* install: Add sane set of defaults for DESTINATION and file type parametersKyle Edwards2018-11-071-0/+22
* Use C++11 override instead of CM_OVERRIDEBrad King2017-09-151-2/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* cmCommand: remove unused methods from interface and all implementationsDaniel Pfeifer2017-05-111-5/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* cmConfigure: Ensure separate include block in headersDaniel Pfeifer2017-04-111-0/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+6
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Add support for creating prebuilt Android.mk filesBill Hoffman2016-09-131-0/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-7/+3
* stringapi: Command namesBen Boeckel2014-03-081-1/+1
* Drop builtin command documentationBrad King2013-10-161-301/+0
* Add a convenient way to add the includes install dir to the INTERFACE.Stephen Kelly2013-07-241-0/+5
* Export: Generate INTERFACE_LINK_LIBRARIES property on targets.Stephen Kelly2013-07-081-0/+5
* Enhance DESTDIR documentation. Fixes #0012374.Eric NOULARD2012-08-141-1/+3
* Enhance documentation of install command w.r.t. the "Undefined" component.Eric NOULARD2012-06-211-1/+4
* make default install component name configurableAlex Neundorf2012-05-141-0/+2
* -strip trailing whitespaceAlex Neundorf2012-05-131-1/+1
* Add 'const' qualifier to some cmCommand membersYury G. Kudryashov2012-02-291-3/+3
* cmInstallCommand: Remove duplicated sentence from docsYury G. Kudryashov2012-01-171-3/+1
* Clarify install(TARGETS) docs for EXPORT optionBrad King2010-08-241-0/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add install(DIRECTORY) option 'OPTIONAL'Brad King2009-02-241-1/+1
* ENH: Clarify documentation of install(TARGETS) command to refer to install ta...Brad King2008-04-141-9/+9
* BUG: Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE targetsBrad King2008-04-141-0/+1
* ENH: Allow separate installation of shared libs and their links.Brad King2008-02-041-1/+20
* ENH: Document PRIVATE_HEADER, PUBLIC_HEADER, and RESOURCE target properties a...Brad King2008-01-281-1/+11
* ENH: Support exporting/importing of AppBundle targets.Brad King2008-01-281-4/+6
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-5/+6
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-1/+46
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-1/+2
* ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help insta...Brad King2008-01-021-7/+20
* ENH: make commands lower case by defaultKen Martin2007-10-101-10/+10
* ENH: add install files generators for targets which have PUBLIC_HEADER,Alexander Neundorf2007-08-271-2/+3
* ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t...Brad King2007-08-031-0/+3
* ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,Alexander Neundorf2007-06-191-0/+1
* STYLE: preparations for the INSTALL(EXPORT ...) generatorAlexander Neundorf2007-06-191-2/+2
* STYLE: add some more line breaks so it should be easier to readAlexander Neundorf2007-06-151-6/+6
* ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...Brad King2006-10-051-2/+5
* ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This a...Brad King2006-08-291-0/+2
* BUG: Fixed man page formatting for INSTALL command documentation. Fixed line...Brad King2006-08-221-12/+14
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...Brad King2006-08-211-0/+49
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-0/+1
* STYLE: fix line lengthKen Martin2006-05-111-7/+9