Brad King
|
e32818dd76
cmInstallGenerator: Add backtrace to all install generators
|
4 жил өмнө |
Brad King
|
1215092507
cmInstallScriptGenerator: Factor out method to get script
|
4 жил өмнө |
Ben Boeckel
|
808b17b120
clang-tidy: fix `readability-make-member-function-const` warnings
|
4 жил өмнө |
Oleksandr Koval
|
209daa20b2
Code style: add missed explicit 'this->'
|
4 жил өмнө |
Vitaly Stakhovsky
|
5e54b0cf2f
cmInstallGenerator: std::string params
|
5 жил өмнө |
Vitaly Stakhovsky
|
9db532f44d
cmInstall*Generator: std::string params
|
5 жил өмнө |
Daniel Eiband
|
7dcf9cb83c
cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility
|
6 жил өмнө |
Brad King
|
71fbebd1dc
IWYU: Fix handling of <memory> standard header
|
6 жил өмнө |
Kyle Edwards
|
b133d14fb1
Refactor: Allow cmInstallGenerator::Compute() to return an error
|
6 жил өмнө |
Regina Pfeifer
|
55671b41d2
clang-tidy: Use `= default`
|
6 жил өмнө |
Bruno Manganelli
|
cc2a5261f8
Factor out enum MessageType into dedicated header
|
7 жил өмнө |
Jon Chronopoulos
|
25cae1e85d
install: Teach CODE,SCRIPT modes to evaluate generator expressions
|
7 жил өмнө |
Brad King
|
fd0e40f166
Merge branch 'backport-revert-install-code-script-genex' into revert-install-code-script-genex
|
7 жил өмнө |
Brad King
|
0f48fbaa72
install: Revert CODE,SCRIPT support for generator expressions
|
7 жил өмнө |
Kyle Edwards
|
fc8955e889
add_subdirectory: Run subdirectory install rules in correct order
|
7 жил өмнө |
Jon Chronopoulos
|
6dad812143
install: Teach CODE,SCRIPT modes to evaluate generator expressions
|
7 жил өмнө |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 жил өмнө |
Brad King
|
86578eccf2
Simplify CMake per-source license notices
|
9 жил өмнө |
Daniel Pfeifer
|
efed6468ed
fix a load of include-what-you-use violations
|
9 жил өмнө |
Daniel Pfeifer
|
1d6909a287
use CM_NULLPTR
|
9 жил өмнө |
Kitware Robot
|
d9fd2f5402
Revise C++ coding style using clang-format
|
9 жил өмнө |
Brad King
|
0ac18d40c8
Remove `//------...` horizontal separator comments
|
9 жил өмнө |
Nick Lewis
|
18ce97c4a2
install: Add EXCLUDE_FROM_ALL option (#14921)
|
9 жил өмнө |
Brad King
|
ec7cf7ea13
install: Thread message level setting through internal API
|
11 жил өмнө |
Stephen Kelly
|
33055c405e
Generate modern-style cmake code.
|
12 жил өмнө |
Brad King
|
96afb12087
Convert CMake to OSI-approved BSD License
|
16 жил өмнө |
David Cole
|
c8e832dcf5
BUG: Fix #5868 - add COMPONENT handling to the SCRIPT and CODE signatures of the INSTALL command.
|
18 жил өмнө |
Brad King
|
7f29f8966d
ENH: Further cleanup of installation script generation. The per-component and per-configuration testing is now done in cmake code instead of in the FILE(INSTALL) command. The generation of the cmake code to do these tests is centralized in cmInstallGenerator. Old-style shared library versioning and component/config support code has been removed from FILE(INSTALL). This commit is surrounded by the tags CMake-InstallGeneratorCleanup2-pre and CMake-InstallGeneratorCleanup2-post.
|
18 жил өмнө |
Brad King
|
d4c5fe840b
ENH: Added INSTALL(CODE) mode to allow inline specification of install script code. This reduces the need for configuring an install script that needs some variable settings because the install code can set thing up first.
|
19 жил өмнө |
Brad King
|
96f0266228
ENH: Created new install script generation framework. The INSTALL command creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes.
|
19 жил өмнө |