summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.h
Commit message (Expand)AuthorAgeFilesLines
* install: Thread message level setting through internal APIBrad King2014-06-241-0/+1
* cmInstallTargetGenerator: Drop default constructor argumentsBrad King2014-06-241-5/+4
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-11/+14
* Constify handling of link targets.Stephen Kelly2013-12-111-1/+2
* Revert "Move GetLinkInformation to cmGeneratorTarget"Stephen Kelly2012-11-211-4/+1
* Fix compiler warning with initialization order.Stephen Kelly2012-09-191-1/+1
* Move GetLinkInformation to cmGeneratorTargetStephen Kelly2012-09-191-0/+5
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Tweak all files during target installationBrad King2009-10-211-0/+14
* Simplify 'strip' and 'ranlib' install tweak codeBrad King2009-10-211-2/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Cleanup per-config target install generationBrad King2009-07-031-1/+0
* ENH: Refactor cmInstallGenerator for re-useBrad King2009-03-161-5/+3
* STYLE: Remove useless install generator typedefsBrad King2008-12-181-1/+0
* BUG: Fix config test for target install rulesBrad King2008-10-031-5/+3
* ENH: Further refinement of the CPack components functionality from Doug Gregor.David Cole2008-07-081-1/+1
* ENH: Improve RPATH behavior during installation.Brad King2008-04-141-0/+3
* ENH: Improve exporting/importing of targetsBrad King2008-02-061-2/+12
* ENH: Allow separate installation of shared libs and their links.Brad King2008-02-041-0/+11
* ENH: Add cmTarget::GetLinkInformation method to allow several places in the g...Brad King2008-01-291-0/+1
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-0/+3
* STYLE: fix warnings: comparison signed/unsigned, unused variableAlexander Neundorf2007-12-191-1/+1
* ENH: add support for chrpath, so the RPATH in ELF files can be changed whenAlexander Neundorf2007-12-181-0/+3
* 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