summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix for bug 6193, fix xcode depend helperBill Hoffman2008-01-101-12/+3
* STYLE: fix warnings: comparison signed/unsigned, unused variableAlexander Neundorf2007-12-191-2/+2
* ENH: add support for chrpath, so the RPATH in ELF files can be changed whenAlexander Neundorf2007-12-181-0/+55
* ENH: Finish up the Framework creation code restructuring. Frameworks build an...David Cole2007-10-101-2/+12
* ENH: Add InstallNameFixupPath to support installing built frameworks on the M...David Cole2007-08-241-30/+75
* STYLE: add some newlines to cmake_install.cmake, so it's easier to readAlexander Neundorf2007-08-201-1/+1
* ENH: Added warning when an install rule is created from an EXCLUDE_FROM_ALL t...Brad King2007-08-031-0/+11
* COMP: Remove shadowed local.Brad King2007-07-021-1/+0
* ENH: Further cleanup of installation script generation. The per-component an...Brad King2007-07-021-45/+7
* BUG: Fix install_name_tool update of the executable in an installed bundle on...Brad King2007-07-021-6/+10
* ENH: Improved indentation of generated cmake_install.cmake code.Brad King2007-07-021-31/+79
* ENH: First step of install script generator cleanup. Each configuration to b...Brad King2007-06-281-208/+203
* STYLE: preparations for the INSTALL(EXPORT ...) generatorAlexander Neundorf2007-06-191-17/+23
* STYLE: remove code duplication between PrepareScriptReference andAlexander Neundorf2007-06-151-92/+61
* BUG: don't strip static libraries, it removes their symbol table, dynamicAlexander Neundorf2007-06-151-11/+16
* BUG: don't run strip on OPTIONAL install targets if the file doesn't existAlexander Neundorf2007-06-151-15/+28
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+1
* ENH: move hack to fix "new cmake on old build tree on OSX doesn't have CMAKE_...Alexander Neundorf2007-05-181-8/+0
* STYLE: fix line lengthsAlexander Neundorf2007-05-181-4/+5
* BUG: Need to use GetSafeDefinition when assigning to a string.Brad King2007-05-171-2/+2
* STYLE: fix indentationAlexander Neundorf2007-05-171-9/+23
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-4/+65
* ENH: Added support for import libraries created by executable and module targ...Brad King2007-03-191-6/+26
* BUG: Use GetExecutableNames instead of GetLibraryNames to compute the install...Brad King2007-03-161-35/+61
* ENH: Added implib option to cmTarget::GetDirectory to support a separate dire...Brad King2007-03-091-1/+1
* BUG: The .pdb file generated for a library or executable should match the rea...Brad King2007-02-011-2/+5
* ENH: Cleanup of install component list. There was already the list in the glo...Andy Cedilnik2006-10-311-2/+0
* STYLE: Fix kwstyleAndy Cedilnik2006-10-311-1/+2
* ENH: Add support for displaying the list of componentsAndy Cedilnik2006-10-301-0/+1
* ENH: Added OPTIONAL option to INSTALL command to allow installation of files ...Brad King2006-10-051-3/+4
* ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...Brad King2006-08-211-1/+5
* ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...Brad King2006-08-171-3/+4
* STYLE: Fixed long line.Brad King2006-08-031-1/+2
* BUG: Fixed shared library version support for Fortran. This addresses bug#3558.Brad King2006-08-011-8/+17
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-1/+3
* BUG: Adjustment of install_name with install_name_tool should account for DES...Brad King2006-06-011-1/+1
* STYLE: fix line lengthKen Martin2006-05-111-10/+15
* ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...Brad King2006-05-051-3/+8
* ENH: Added named component installation implementation. Installation behavio...Brad King2006-03-301-7/+13
* ENH: Add proper support for installing bundlesAndy Cedilnik2006-03-281-18/+2
* BUG: Pay attention to the MACOSX_BUNDLE target property only on APPLE platforms.Brad King2006-03-281-2/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+5
* ENH: Added PERMISSIONS option to the TARGETS mode of the INSTALL command.Brad King2006-03-041-3/+6
* BUG: Fixed installation of MacOSX Bundle executables and the corresponding in...Brad King2006-03-031-15/+24
* ENH: Created target property INSTALL_NAME_DIR initalized by CMAKE_INSTALL_NAM...Brad King2006-02-241-12/+161
* BUG: Fixed optional file install support for multi-configuration generators.Brad King2006-02-201-1/+8
* STYLE: Removed unused includes.Brad King2006-02-191-2/+0
* BUG: Fixed relink with new install framework.Brad King2006-02-191-0/+1
* BUG: Import libraries should be installed as STATIC_LIBRARY.Brad King2006-02-191-0/+8
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-0/+191