index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmInstallCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
ENH: Added FILES_MATCHING option to INSTALL(DIRECTORY). This will help insta...
Brad King
2008-01-02
1
-0/+23
*
BUG: Apply patch from issue #6006.
Brad King
2007-12-17
1
-1/+2
*
STYLE: Fixed line-too-long.
Brad King
2007-10-16
1
-2/+4
*
BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of ...
David Cole
2007-10-15
1
-11/+48
*
ENH: Finish up the Framework creation code restructuring. Frameworks build an...
David Cole
2007-10-10
1
-81/+95
*
STYLE: fix line lengths
Alexander Neundorf
2007-08-31
1
-1/+1
*
STYLE: rename FILENAME keyword to FILE, because FILENAME is used in no other
Alexander Neundorf
2007-08-30
1
-1/+16
*
ENH: add install files generators for targets which have PUBLIC_HEADER,
Alexander Neundorf
2007-08-27
1
-42/+126
*
STYLE: fix MSVC warnings by making the cmCommandArgumentsHelper a member of
Alexander Neundorf
2007-08-24
1
-6/+6
*
ENH: Add InstallNameFixupPath to support installing built frameworks on the M...
David Cole
2007-08-24
1
-1/+2
*
ENH: use cmCommandArgumentHelper for INSTALL(TARGETS, FILES, PROGRAMS,
Alexander Neundorf
2007-08-24
1
-801/+273
*
ENH: Handle FRAMEWORK and BUNDLE arguments in the INSTALL TARGETS command. Wo...
David Cole
2007-08-22
1
-36/+206
*
ENH: if no COMPONENT is specified, make this install item part of the
Alexander Neundorf
2007-08-01
1
-5/+5
*
ENH: Further cleanup of installation script generation. The per-component an...
Brad King
2007-07-02
1
-1/+1
*
BUG: Do not install the import library for an executable that does not have E...
Brad King
2007-06-27
1
-1/+2
*
ENH: add INSTALL(EXPORT ...) mode and INSTALL( TARGETS ... EXPORT <set> ) ,
Alexander Neundorf
2007-06-19
1
-0/+186
*
STYLE: preparations for the INSTALL(EXPORT ...) generator
Alexander Neundorf
2007-06-19
1
-23/+36
*
ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an
Alexander Neundorf
2007-05-22
1
-1/+1
*
ENH: Added support for import libraries created by executable and module targ...
Brad King
2007-03-19
1
-0/+14
*
ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...
Brad King
2006-10-05
1
-7/+50
*
STYLE: Fixed line-too-long.
Brad King
2006-09-08
1
-2/+4
*
ENH: Patch from Toni Timonen to allow cross-compiling of DLLs.
Brad King
2006-09-07
1
-35/+43
*
ENH: Do not generate install target unless some INSTALL or INSTALL_* commands...
Brad King
2006-08-31
1
-0/+4
*
ENH: Add support to INSTALL(DIRECTORY) to install an empty directory. This a...
Brad King
2006-08-29
1
-0/+6
*
BUG: Directory installation pattern matching should be case insensitive on so...
Brad King
2006-08-21
1
-0/+5
*
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...
Brad King
2006-08-21
1
-1/+177
*
ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...
Brad King
2006-08-17
1
-0/+179
*
ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...
Brad King
2006-05-05
1
-2/+63
*
ENH: Added INSTALL(CODE) mode to allow inline specification of install script...
Brad King
2006-04-13
1
-0/+23
*
ENH: Added named component installation implementation. Installation behavio...
Brad King
2006-03-30
1
-7/+81
*
ENH: Added ARCHIVE option to the TARGETS mode of the INSTALL command. It is ...
Brad King
2006-03-24
1
-16/+67
*
STYLE: some m_ to this-> cleanup
Ken Martin
2006-03-15
1
-10/+10
*
ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.
Brad King
2006-03-04
1
-5/+51
*
ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...
Brad King
2006-03-03
1
-1/+79
*
ENH: Implemented FILES and PROGRAMS forms of the INSTALL command as replaceme...
Brad King
2006-02-19
1
-0/+88
*
COMP: Removed unused variables.
Brad King
2006-02-19
1
-3/+1
*
ENH: Created new install script generation framework. The INSTALL command cr...
Brad King
2006-02-19
1
-1/+261
*
ENH: Added INSTALL command as a placeholder for a future generic install spec...
Brad King
2006-02-10
1
-0/+54