summaryrefslogtreecommitdiff
path: root/Source/cmInstallTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* OS X: Add RPATH support for Mac.Clinton Stimpson2013-06-031-19/+57
* Refactor how bundles and frameworks are supported.Clinton Stimpson2013-05-231-8/+6
* Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-26/+4
* Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-4/+26
* Add OBJECT_LIBRARY target typeBrad King2012-03-131-0/+1
* Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-6/+20
* Add CMAKE_GNUtoMS option to convert GNU .dll.a to MS .libBrad King2011-12-051-2/+24
* Tweak all files during target installationBrad King2009-10-211-48/+90
* Compute install destination for all target filesBrad King2009-10-211-70/+70
* Simplify 'strip' and 'ranlib' install tweak codeBrad King2009-10-211-6/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Pass config to cmTarget RPATH install methodsBrad King2009-07-081-3/+3
* ENH: Cleanup per-config target install generationBrad King2009-07-031-18/+13
* ENH: Remove unused PROPERTIES from file(INSTALL)Brad King2009-04-271-2/+1
* ENH: Refactor cmInstallGenerator for re-useBrad King2009-03-161-42/+1
* BUG: Do not map install_name of imported targetsBrad King2008-11-251-1/+8
* BUG: Fix config test for target install rulesBrad King2008-10-031-50/+34
* BUG: RPATH adjustment of versioned executables should operate on the file and...Brad King2008-05-271-0/+6
* ENH: Improve RPATH behavior during installation.Brad King2008-04-141-20/+85
* BUG: Correct Mac OS X framework behaviorBrad King2008-04-081-4/+5
* ENH: During installation do not use builtin chrpath if the rpath will not cha...Brad King2008-03-021-0/+6
* ENH: Cleanup builtin chrpath supportBrad King2008-03-021-11/+8
* ENH: Use builtin chrpath instead of relinking ELF targetsBrad King2008-03-011-5/+2
* ENH: Improve exporting/importing of targetsBrad King2008-02-061-14/+23
* COMP: Add missing include for assert.Brad King2008-02-041-0/+2
* ENH: Allow separate installation of shared libs and their links.Brad King2008-02-041-19/+94
* BUG: Remove InstallNameFixupPath from cmTarget and cmInstallTargetGenerator.Brad King2008-02-011-27/+22
* ENH: Update cmInstallTargetGenerator to get the shared libraries linked by a ...Brad King2008-01-291-47/+28
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-27/+12
* ENH: Support exporting/importing of AppBundle targets.Brad King2008-01-281-2/+1
* ENH: Support exporting/importing of Framework targets.Brad King2008-01-281-2/+1
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-16/+5
* 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