summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add InstallNameFixupPath to support installing built frameworks on the M...David Cole2007-08-241-3/+3
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-4/+0
* ENH: Improved indentation of generated cmake_install.cmake code.Brad King2007-07-021-4/+13
* ENH: First step of install script generator cleanup. Each configuration to b...Brad King2007-06-281-13/+9
* STYLE: preparations for the INSTALL(EXPORT ...) generatorAlexander Neundorf2007-06-191-3/+5
* COMP: forgot to commit this oneAlexander Neundorf2007-06-151-0/+3
* BUG: don't strip static libraries, it removes their symbol table, dynamicAlexander Neundorf2007-06-151-0/+1
* BUG: don't run strip on OPTIONAL install targets if the file doesn't existAlexander Neundorf2007-06-151-3/+6
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-2/+5
* ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...Brad King2006-10-051-1/+3
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-2/+2
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
* ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...Brad King2006-05-051-3/+7
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-1/+3
* ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.Brad King2006-03-041-2/+3
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding in...Brad King2006-03-031-1/+1
* ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...Brad King2006-02-241-2/+6
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-0/+43