| Commit message (Expand) | Author | Age | Files | Lines |
* | stringapi: Command names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Drop builtin command documentation | Brad King | 2013-10-16 | 1 | -301/+0 |
|
|
* | Add a convenient way to add the includes install dir to the INTERFACE. | Stephen Kelly | 2013-07-24 | 1 | -0/+5 |
|
|
* | Export: Generate INTERFACE_LINK_LIBRARIES property on targets. | Stephen Kelly | 2013-07-08 | 1 | -0/+5 |
|
|
* | Enhance DESTDIR documentation. Fixes #0012374. | Eric NOULARD | 2012-08-14 | 1 | -1/+3 |
|
|
* | Enhance documentation of install command w.r.t. the "Undefined" component. | Eric NOULARD | 2012-06-21 | 1 | -1/+4 |
|
|
* | make default install component name configurable | Alex Neundorf | 2012-05-14 | 1 | -0/+2 |
|
|
* | -strip trailing whitespace | Alex Neundorf | 2012-05-13 | 1 | -1/+1 |
|
|
* | Add 'const' qualifier to some cmCommand members | Yury G. Kudryashov | 2012-02-29 | 1 | -3/+3 |
|
|
* | cmInstallCommand: Remove duplicated sentence from docs | Yury G. Kudryashov | 2012-01-17 | 1 | -3/+1 |
|
|
* | Clarify install(TARGETS) docs for EXPORT option | Brad King | 2010-08-24 | 1 | -0/+1 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Add install(DIRECTORY) option 'OPTIONAL' | Brad King | 2009-02-24 | 1 | -1/+1 |
|
|
* | ENH: Clarify documentation of install(TARGETS) command to refer to install ta... | Brad King | 2008-04-14 | 1 | -9/+9 |
|
|
* | BUG: Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE targets | Brad King | 2008-04-14 | 1 | -0/+1 |
|
|
* | ENH: Allow separate installation of shared libs and their links. | Brad King | 2008-02-04 | 1 | -1/+20 |
|
|
* | ENH: Document PRIVATE_HEADER, PUBLIC_HEADER, and RESOURCE target properties a... | Brad King | 2008-01-28 | 1 | -1/+11 |
|
|
* | ENH: Support exporting/importing of AppBundle targets. | Brad King | 2008-01-28 | 1 | -4/+6 |
|
|
* | ENH: Support exporting/importing of Framework targets. | Brad King | 2008-01-28 | 1 | -5/+6 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -1/+46 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -1/+2 |
|
|
* | ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help insta... | Brad King | 2008-01-02 | 1 | -7/+20 |
|
|
* | ENH: make commands lower case by default | Ken Martin | 2007-10-10 | 1 | -10/+10 |
|
|
* | ENH: add install files generators for targets which have PUBLIC_HEADER, | Alexander Neundorf | 2007-08-27 | 1 | -2/+3 |
|
|
* | ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t... | Brad King | 2007-08-03 | 1 | -0/+3 |
|
|
* | ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) , | Alexander Neundorf | 2007-06-19 | 1 | -0/+1 |
|
|
* | STYLE: preparations for the INSTALL(EXPORT ...) generator | Alexander Neundorf | 2007-06-19 | 1 | -2/+2 |
|
|
* | STYLE: add some more line breaks so it should be easier to read | Alexander Neundorf | 2007-06-15 | 1 | -6/+6 |
|
|
* | ENH: Added OPTIONAL option to INSTALL command to allow installation of files ... | Brad King | 2006-10-05 | 1 | -2/+5 |
|
|
* | ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This a... | Brad King | 2006-08-29 | 1 | -0/+2 |
|
|
* | BUG: Fixed man page formatting for INSTALL command documentation. Fixed line... | Brad King | 2006-08-22 | 1 | -12/+14 |
|
|
* | ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c... | Brad King | 2006-08-21 | 1 | -0/+49 |
|
|
* | ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f... | Brad King | 2006-08-17 | 1 | -0/+1 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-11 | 1 | -7/+9 |
|
|
* | ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio... | Brad King | 2006-05-05 | 1 | -0/+5 |
|
|
* | BUG: Using the source-file permissions by default for installation is somewha... | Brad King | 2006-04-18 | 1 | -2/+4 |
|
|
* | ENH: Added INSTALL(CODE) mode to allow inline specification of install script... | Brad King | 2006-04-13 | 1 | -4/+8 |
|
|
* | ENH: Added named component installation implementation. Installation behavio... | Brad King | 2006-03-30 | 1 | -2/+12 |
|
|
* | ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is ... | Brad King | 2006-03-24 | 1 | -16/+22 |
|
|
* | ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command. | Brad King | 2006-03-04 | 1 | -0/+1 |
|
|
* | ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ... | Brad King | 2006-03-03 | 1 | -7/+23 |
|
|
* | ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replaceme... | Brad King | 2006-02-19 | 1 | -11/+38 |
|
|
* | ENH: Created new install script generation framework. The INSTALL command cr... | Brad King | 2006-02-19 | 1 | -9/+55 |
|
|
* | ENH: Added INSTALL command as a placeholder for a future generic install spec... | Brad King | 2006-02-10 | 1 | -0/+80 |
|
|