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
/
cmInstallGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-0/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-129/+113
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-8/+0
*
install: Add EXCLUDE_FROM_ALL option (#14921)
Nick Lewis
2016-02-04
1
-6/+12
*
cmInstallGenerator: Pass destination explicitly to AddInstallRule
Brad King
2015-02-11
1
-1/+1
*
cmInstallGenerator: Fix check for absolute install destinations
Brad King
2015-02-11
1
-2/+3
*
cmInstallGenerator: Refactor computation of absolute install dest
Brad King
2015-02-11
1
-5/+6
*
install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761)
Brad King
2014-06-24
1
-1/+5
*
install: Add CMAKE_INSTALL_MESSAGE variable (#13761)
Brad King
2014-06-24
1
-0/+28
*
install: Thread message level setting through internal API
Brad King
2014-06-24
1
-2/+4
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-1/+1
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-1/+1
*
Generate modern-style cmake code.
Stephen Kelly
2013-08-22
1
-7/+7
*
Use CPACK_xxx and CMAKE_xxx in a consistent way.
Eric NOULARD
2012-05-20
1
-8/+8
*
Fix KWStyle warning
Eric NOULARD
2012-05-15
1
-1/+2
*
CPack add necessary check to detect/warns/error on ABSOLUTE DESTINATION
Eric NOULARD
2012-05-14
1
-0/+9
*
Factor cmInstallType out of cmTarget::TargetType
Brad King
2012-02-27
1
-10/+8
*
InstallGen/CPack fix handling absolute installed file regression
Eric NOULARD
2010-09-20
1
-2/+5
*
CPack Enable better handling of absolute installed files
Eric NOULARD
2010-08-23
1
-0/+20
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Remove unused PROPERTIES from file(INSTALL)
Brad King
2009-04-27
1
-5/+0
*
ENH: Refactor cmInstallGenerator for re-use
Brad King
2009-03-16
1
-120/+4
*
BUG: Fix component-name test on installation
Brad King
2008-12-16
1
-2/+2
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-1/+38
*
STYLE: add some newlines to cmake_install.cmake, so it's easier to read
Alexander Neundorf
2007-08-20
1
-1/+1
*
ENH: Further cleanup of installation script generation. The per-component an...
Brad King
2007-07-02
1
-18/+120
*
ENH: Improved indentation of generated cmake_install.cmake code.
Brad King
2007-07-02
1
-3/+5
*
ENH: First step of install script generator cleanup. Each configuration to b...
Brad King
2007-06-28
1
-2/+19
*
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...
Brad King
2006-08-21
1
-2/+8
*
ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...
Brad King
2006-08-17
1
-3/+8
*
STYLE: fix line length
Ken Martin
2006-05-11
1
-12/+13
*
ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...
Brad King
2006-05-05
1
-9/+21
*
ENH: Added named component installation implementation. Installation behavio...
Brad King
2006-03-30
1
-0/+5
*
ENH: Add proper support for installing bundles
Andy Cedilnik
2006-03-28
1
-0/+1
*
ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...
Brad King
2006-03-03
1
-1/+11
*
BUG: Fixed optional file install support for multi-configuration generators.
Brad King
2006-02-20
1
-21/+5
*
BUG: Do not report files as installed if they are optional and do not exist.
Brad King
2006-02-19
1
-11/+24
*
ENH: Created new install script generation framework. The INSTALL command cr...
Brad King
2006-02-19
1
-0/+82