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
/
cmInstallCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile.
Stephen Kelly
2015-08-23
1
-1/+1
*
cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile.
Stephen Kelly
2015-08-23
1
-1/+1
*
cmInstallCommand: Store only a targetName, not a cmTarget.
Stephen Kelly
2015-07-30
1
-1/+2
*
cmInstallCommand: Move the SetHaveInstallRule invocation.
Stephen Kelly
2015-07-30
1
-0/+6
*
install: Disallow installing export() result.
Stephen Kelly
2015-05-14
1
-0/+41
*
install: Use an intermediate filesVector variable.
Stephen Kelly
2015-05-14
1
-3/+5
*
Merge topic 'refactor-cmPolicies'
Brad King
2015-05-05
1
-3/+2
|
\
|
*
Port to static cmPolicies API.
Stephen Kelly
2015-05-04
1
-3/+2
*
|
Port to cmMakefile::GetGlobalGenerator.
Stephen Kelly
2015-05-03
1
-17/+15
|
/
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-3/+3
*
Merge topic 'join-algorithm'
Brad King
2015-01-12
1
-13/+2
|
\
|
*
Use the cmJoin algorithm where possible.
Stephen Kelly
2015-01-08
1
-12/+2
|
*
cmInstallCommand: Remove unused variable.
Stephen Kelly
2015-01-08
1
-1/+0
*
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-41/+41
|
/
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-3/+3
*
install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761)
Brad King
2014-06-24
1
-1/+17
*
install: Add CMAKE_INSTALL_MESSAGE variable (#13761)
Brad King
2014-06-24
1
-4/+4
*
install: Thread message level setting through internal API
Brad King
2014-06-24
1
-1/+14
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-38/+38
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-1/+1
*
install: Support generator expressions in FILES and PROGRAMS mode
Brad King
2014-02-21
1
-2/+3
*
cmInstallFilesGenerator: Add reference to calling cmMakefile
Brad King
2014-02-21
1
-6/+10
*
cmMakefile: make some methods take const std::string& instead of const char*
Rolf Eike Beer
2014-01-16
1
-2/+2
*
INTERFACE_LIBRARY: Avoid codepaths which set unneeded properties.
Stephen Kelly
2013-11-25
1
-1/+2
*
install: Teach EXPORT option to handle INTERFACE_LIBRARY targets
Stephen Kelly
2013-10-08
1
-1/+7
*
Add the ALIAS target concept for libraries and executables.
Stephen Kelly
2013-08-02
1
-0/+9
*
install: Remove error condition using INCLUDES DESTINATION without EXPORT.
Stephen Kelly
2013-07-29
1
-7/+0
*
Add a convenient way to add the includes install dir to the INTERFACE.
Stephen Kelly
2013-07-24
1
-0/+24
*
Export: Generate INTERFACE_LINK_LIBRARIES property on targets.
Stephen Kelly
2013-07-08
1
-3/+30
*
exports: Hold an ExportSet pointer in cm*Export*Generator
Yury G. Kudryashov
2012-09-28
1
-1/+3
*
exports: Add cmExportSetMap class
Yury G. Kudryashov
2012-09-28
1
-1/+2
*
exports: Rename cmGlobalGenerator::AddTargetToExport{s,}
Yury G. Kudryashov
2012-09-28
1
-15/+1
*
exports: Remove cmTargetExport constructor
Yury G. Kudryashov
2012-09-28
1
-0/+20
*
make default install component name configurable
Alex Neundorf
2012-05-14
1
-13/+20
*
-strip trailing whitespace
Alex Neundorf
2012-05-13
1
-22/+22
*
Add OBJECT_LIBRARY target type
Brad King
2012-03-13
1
-1/+10
*
cmInstallCommand: Fix line length for style
Brad King
2012-01-17
1
-9/+9
*
cmInstallCommand: Fix indentation error
Yury G. Kudryashov
2012-01-17
1
-98/+98
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Add install(DIRECTORY) option 'OPTIONAL'
Brad King
2009-02-24
1
-1/+18
*
ENH: Refactor install(DIRECTORY) argument parsing
Brad King
2009-02-24
1
-100/+29
*
STYLE: fix line length stuff for KWStyle
Bill Hoffman
2008-10-01
1
-13/+14
*
ENH: Further refinement of the CPack components functionality from Doug Gregor.
David Cole
2008-07-08
1
-16/+61
*
BUG: Fix implementation of CMP0006 to not override the BUNDLE destination wit...
Brad King
2008-04-23
1
-1/+1
*
BUG: Fix compatibility with CMake 2.4 for installation of MACOSX_BUNDLE targets
Brad King
2008-04-14
1
-1/+47
*
STYLE: add some comments
Alexander Neundorf
2008-02-07
1
-0/+5
*
ENH: Improve exporting/importing of targets
Brad King
2008-02-06
1
-2/+11
*
ENH: Allow separate installation of shared libs and their links.
Brad King
2008-02-04
1
-0/+65
*
ENH: Support exporting/importing of AppBundle targets.
Brad King
2008-01-28
1
-2/+3
*
ENH: Support exporting/importing of Framework targets.
Brad King
2008-01-28
1
-4/+2
[next]