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
*
Allow OBJECT libraries to be installed, exported, and imported
Robert Maynard
2017-04-18
1
-9/+41
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Apple: Add support for static frameworks
Gregor Jasny
2017-01-31
1
-10/+32
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-1/+0
*
Remove redundant c_str() calls
Daniel Pfeifer
2016-10-30
1
-1/+1
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-1/+16
*
Separate compilation for commands included in cmBootstrapCommands2
Daniel Pfeifer
2016-10-21
1
-0/+2
*
cmState: Move TargetType enum to separate namespace
Stephen Kelly
2016-10-19
1
-13/+13
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Use CM_NULLPTR
Daniel Pfeifer
2016-09-16
1
-1/+1
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-8/+16
*
Add support for creating prebuilt Android.mk files
Bill Hoffman
2016-09-13
1
-1/+97
*
install: Fix evaluation of leading generator expressions in DIRECTORY
Yves Frederix
2016-08-31
1
-1/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-24/+26
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-705/+475
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-6/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-3/+3
*
Merge topic 'fix-target-alias-in-subdir'
Brad King
2016-04-05
1
-1/+1
|
\
|
*
Rename local target lookup methods to clarify purpose
Brad King
2016-04-01
1
-1/+1
*
|
Merge topic 'install-EXCLUDE_FROM_ALL'
Brad King
2016-02-09
1
-4/+27
|
\
\
|
|
/
|
/
|
|
*
install: Add EXCLUDE_FROM_ALL option (#14921)
Nick Lewis
2016-02-04
1
-4/+27
*
|
install(EXPORT): Fix crash on target in another directory
Brad King
2016-02-05
1
-3/+5
|
/
*
Merge topic 'fix-install-rules'
Brad King
2015-11-10
1
-6/+1
|
\
|
*
Install: Move SetHaveInstallRule to a more-obvious place
Stephen Kelly
2015-11-08
1
-6/+1
*
|
cmExportSet: Store a cmGeneratorTarget.
Stephen Kelly
2015-10-18
1
-4/+5
*
|
cmState: Move TargetType enum from cmTarget.
Stephen Kelly
2015-10-14
1
-13/+13
|
/
*
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
[next]