index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmInstallTargetGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
install: Do not remove compiler-defined RPATH entries
Lior Goldberg
2016-01-15
1
-12/+4
*
Xcode: Add support for combined install on iOS
Ruslan Baratov
2015-12-10
1
-0/+44
*
iOS: Fix App Bundle layout
Gregor Jasny
2015-12-10
1
-1/+7
*
Use cmLocalGenerator at generate-time.
Stephen Kelly
2015-10-24
1
-2/+2
*
cmInstallTargetGenerator: Get a cmGeneratorTarget directly.
Stephen Kelly
2015-10-24
1
-2/+1
*
cmGeneratorTarget: Move IsCFBundleOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-1/+1
*
cmGeneratorTarget: Copy IsAppBundleOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-1/+1
*
cmGeneratorTarget: Copy IsFrameworkOnApple from cmTarget.
Stephen Kelly
2015-10-19
1
-2/+2
*
cmInstallTargetGenerator: Port GetInstallFilename to cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-11/+8
*
Remove now-obsolete casts.
Stephen Kelly
2015-10-14
1
-2/+1
*
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-19/+19
*
cmGeneratorExpression: Port to cmLocalGenerator.
Stephen Kelly
2015-10-12
1
-1/+1
*
cmGeneratorTarget: Move HasImplibGNUtoMS from cmTarget.
Stephen Kelly
2015-10-12
1
-4/+4
*
cmComputeLinkInformation: Port result API to cmGeneratorTarget.
Stephen Kelly
2015-10-12
1
-10/+7
*
Merge topic 'use-generator-target'
Brad King
2015-10-12
1
-1/+1
|
\
|
*
cmGeneratorTarget: Move GetDirectory from cmTarget.
Stephen Kelly
2015-10-08
1
-1/+1
*
|
cmGeneratorTarget: Use local GetProperty method.
Stephen Kelly
2015-10-08
1
-1/+1
|
/
*
cmGeneratorTarget: Move GetInstallNameDir* from cmTarget.
Stephen Kelly
2015-08-05
1
-4/+7
*
cmGeneratorTarget: Move IsChrPathUsed from cmTarget.
Stephen Kelly
2015-08-05
1
-3/+2
*
cmGeneratorTarget: Move NeedRelinkBeforeInstall from cmTarget.
Stephen Kelly
2015-08-05
1
-1/+1
*
cmGeneratorTarget: Move GetLibraryNames from cmTarget.
Stephen Kelly
2015-08-05
1
-2/+2
*
cmGeneratorTarget: Move GetExecutableNames from cmTarget.
Stephen Kelly
2015-08-05
1
-2/+5
*
cmGeneratorTarget: Move GetLinkInformation from cmTarget
Stephen Kelly
2015-08-05
1
-6/+4
*
cmInstallTargetGenerator: Port to cmGeneratorTarget.
Stephen Kelly
2015-07-30
1
-34/+44
*
cmInstallCommand: Store only a targetName, not a cmTarget.
Stephen Kelly
2015-07-30
1
-2/+10
*
cmInstallCommand: Move the SetHaveInstallRule invocation.
Stephen Kelly
2015-07-30
1
-1/+0
*
cmInstallTargetGenerator: Re-arrange data layout.
Stephen Kelly
2015-06-07
1
-1/+3
*
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-4/+2
*
cmMakefile: Port users of GetStart* methods to new names.
Stephen Kelly
2015-04-20
1
-1/+1
*
install: Allow generator expressions in TARGETS DESTINATION (#14317)
Brad King
2015-02-11
1
-2/+12
*
cmInstallGenerator: Pass destination explicitly to AddInstallRule
Brad King
2015-02-11
1
-2/+2
*
cmInstallGenerator: Refactor computation of absolute install dest
Brad King
2015-02-11
1
-1/+2
*
Replace !foo.size() pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-4/+4
*
Fix some Clang -Wstring-conversion warnings
Sean McBride
2014-12-12
1
-1/+1
*
OSX: Warn when attempting to change runtime paths on OS X 10.5
Clinton Stimpson
2014-10-10
1
-27/+53
*
Merge topic 'install-cfbundle-directory'
Brad King
2014-07-14
1
-0/+14
|
\
|
*
OS X: Install CFBundles as complete directories
Tim Blechmann
2014-07-10
1
-0/+14
*
|
install: Thread message level setting through internal API
Brad King
2014-06-24
1
-2/+4
*
|
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-13/+16
*
|
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-2/+2
|
/
*
OS X: Make sure RPATHs are unique to avoid possible corruption.
Clinton Stimpson
2014-02-03
1
-8/+22
*
Constify handling of link targets.
Stephen Kelly
2013-12-11
1
-6/+8
*
Merge topic 'INTERFACE_LIBRARY-target-type'
Brad King
2013-10-08
1
-0/+5
|
\
|
*
Add the INTERFACE_LIBRARY target type.
Stephen Kelly
2013-10-07
1
-0/+5
*
|
Generate modern-style cmake code.
Stephen Kelly
2013-08-22
1
-12/+12
|
/
*
install: do not strip dll import libraries (#14123)
Alex Neundorf
2013-07-01
1
-3/+3
*
OS X: Add RPATH support for Mac.
Clinton Stimpson
2013-06-03
1
-19/+57
*
Refactor how bundles and frameworks are supported.
Clinton Stimpson
2013-05-23
1
-8/+6
*
Revert "Move GetLinkInformation to cmGeneratorTarget"
Stephen Kelly
2012-11-21
1
-26/+4
[next]