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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-2/+2
*
IWYU: Mark cmConfigure.h with pragma: keep
Daniel Pfeifer
2017-08-26
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-3/+3
*
Pass large types by const&, small types by value
Daniel Pfeifer
2017-06-03
1
-1/+1
*
Use CM_DISABLE_COPY
Daniel Pfeifer
2017-04-24
1
-0/+2
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
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/+6
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-7/+6
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-15/+9
*
install: Add EXCLUDE_FROM_ALL option (#14921)
Nick Lewis
2016-02-04
1
-2/+5
*
cmInstallGenerator: Add a Compute() virtual hook.
Stephen Kelly
2015-07-30
1
-0/+2
*
cmInstallGenerator: Pass destination explicitly to AddInstallRule
Brad King
2015-02-11
1
-1/+3
*
cmInstallGenerator: Refactor computation of absolute install dest
Brad King
2015-02-11
1
-1/+1
*
cmInstallGenerator: Move GetDestination to subclasses that need it
Brad King
2015-02-11
1
-3/+0
*
install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761)
Brad King
2014-06-24
1
-2/+2
*
install: Add CMAKE_INSTALL_MESSAGE variable (#13761)
Brad King
2014-06-24
1
-0/+7
*
install: Thread message level setting through internal API
Brad King
2014-06-24
1
-1/+8
*
stringapi: Pass configuration names as strings
Ben Boeckel
2014-03-08
1
-1/+1
*
Factor cmInstallType out of cmTarget::TargetType
Brad King
2012-02-27
1
-1/+2
*
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
-1/+0
*
ENH: Refactor cmInstallGenerator for re-use
Brad King
2009-03-16
1
-44/+3
*
ENH: Updated exporting and importing of targets to support libraries and conf...
Brad King
2008-01-28
1
-2/+10
*
ENH: Further cleanup of installation script generation. The per-component an...
Brad King
2007-07-02
1
-8/+21
*
ENH: Improved indentation of generated cmake_install.cmake code.
Brad King
2007-07-02
1
-1/+28
*
ENH: First step of install script generator cleanup. Each configuration to b...
Brad King
2007-06-28
1
-1/+2
*
STYLE: preparations for the INSTALL(EXPORT ...) generator
Alexander Neundorf
2007-06-19
1
-0/+3
*
ENH: Implemented INSTALL(DIRECTORY) command and added a test. Re-organized c...
Brad King
2006-08-21
1
-1/+2
*
ENH: Started implementing INSTALL(DIRECTORY) command mode. This is not yet f...
Brad King
2006-08-17
1
-1/+2
*
STYLE: fix line length
Ken Martin
2006-05-11
1
-1/+2
*
ENH: Added CONFIGURATIONS option to INSTALL command to allow per-configuratio...
Brad King
2006-05-05
1
-6/+9
*
ENH: Added named component installation implementation. Installation behavio...
Brad King
2006-03-30
1
-0/+1
*
ENH: Added PERMISSIONS and RENAME options to the INSTALL command's FILES and ...
Brad King
2006-03-03
1
-1/+3
*
BUG: Do not report files as installed if they are optional and do not exist.
Brad King
2006-02-19
1
-1/+1
*
ENH: Created new install script generation framework. The INSTALL command cr...
Brad King
2006-02-19
1
-0/+48