summaryrefslogtreecommitdiff
path: root/Source/cmInstallTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmInstallTargetGenerator: Re-arrange data layout.Stephen Kelly2015-06-071-1/+3
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-4/+2
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-1/+1
* install: Allow generator expressions in TARGETS DESTINATION (#14317)Brad King2015-02-111-2/+12
* cmInstallGenerator: Pass destination explicitly to AddInstallRuleBrad King2015-02-111-2/+2
* cmInstallGenerator: Refactor computation of absolute install destBrad King2015-02-111-1/+2
* Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-4/+4
* Fix some Clang -Wstring-conversion warningsSean McBride2014-12-121-1/+1
* OSX: Warn when attempting to change runtime paths on OS X 10.5Clinton Stimpson2014-10-101-27/+53
* Merge topic 'install-cfbundle-directory'Brad King2014-07-141-0/+14
|\
| * OS X: Install CFBundles as complete directoriesTim Blechmann2014-07-101-0/+14
* | install: Thread message level setting through internal APIBrad King2014-06-241-2/+4
* | stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-13/+16
* | strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
|/
* OS X: Make sure RPATHs are unique to avoid possible corruption.Clinton Stimpson2014-02-031-8/+22
* Constify handling of link targets.Stephen Kelly2013-12-111-6/+8
* Merge topic 'INTERFACE_LIBRARY-target-type'Brad King2013-10-081-0/+5
|\
| * Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+5
* | Generate modern-style cmake code.Stephen Kelly2013-08-221-12/+12
|/
* install: do not strip dll import libraries (#14123)Alex Neundorf2013-07-011-3/+3
* 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