summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-2/+2
* Merge topic 'fix-target-alias-in-subdir'Brad King2016-04-051-1/+1
|\
| * Rename local target lookup methods to clarify purposeBrad King2016-04-011-1/+1
* | install: Add EXCLUDE_FROM_ALL option (#14921)Nick Lewis2016-02-041-1/+3
|/
* install: Do not remove compiler-defined RPATH entriesLior Goldberg2016-01-151-12/+4
* Xcode: Add support for combined install on iOSRuslan Baratov2015-12-101-0/+44
* iOS: Fix App Bundle layoutGregor Jasny2015-12-101-1/+7
* Use cmLocalGenerator at generate-time.Stephen Kelly2015-10-241-2/+2
* cmInstallTargetGenerator: Get a cmGeneratorTarget directly.Stephen Kelly2015-10-241-2/+1
* cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.Stephen Kelly2015-10-191-1/+1
* cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.Stephen Kelly2015-10-191-2/+2
* cmInstallTargetGenerator: Port GetInstallFilename to cmGeneratorTarget.Stephen Kelly2015-10-181-11/+8
* Remove now-obsolete casts.Stephen Kelly2015-10-141-2/+1
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-141-19/+19
* cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-121-1/+1
* cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget.Stephen Kelly2015-10-121-4/+4
* cmComputeLinkInformation: Port result API to cmGeneratorTarget.Stephen Kelly2015-10-121-10/+7
* Merge topic 'use-generator-target'Brad King2015-10-121-1/+1
|\
| * cmGeneratorTarget: Move GetDirectory from cmTarget.Stephen Kelly2015-10-081-1/+1
* | cmGeneratorTarget: Use local GetProperty method.Stephen Kelly2015-10-081-1/+1
|/
* cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.Stephen Kelly2015-08-051-4/+7
* cmGeneratorTarget: Move IsChrPathUsed from cmTarget.Stephen Kelly2015-08-051-3/+2
* cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.Stephen Kelly2015-08-051-1/+1
* cmGeneratorTarget: Move GetLibraryNames from cmTarget.Stephen Kelly2015-08-051-2/+2
* cmGeneratorTarget: Move GetExecutableNames from cmTarget.Stephen Kelly2015-08-051-2/+5
* cmGeneratorTarget: Move GetLinkInformation from cmTargetStephen Kelly2015-08-051-6/+4
* cmInstallTargetGenerator: Port to cmGeneratorTarget.Stephen Kelly2015-07-301-34/+44
* cmInstallCommand: Store only a targetName, not a cmTarget.Stephen Kelly2015-07-301-2/+10
* cmInstallCommand: Move the SetHaveInstallRule invocation.Stephen Kelly2015-07-301-1/+0
* 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-201-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
|/