Commit History

Author SHA1 Message Date
  Brad King 11cc728e75 cmConstStack: Factor out of cmListFileBacktrace 3 years ago
  Brad King e32818dd76 cmInstallGenerator: Add backtrace to all install generators 5 years ago
  Brad King 5b23d8a7b1 cmInstallFilesGenerator: Factor out method to get list of files 5 years ago
  Asit Dhal ac3ccc393e install(files): Support genex in rename option 5 years ago
  Kitware Robot bdca8b01d2 Modernize: Use #pragma once in all header files 5 years ago
  Vitaly Stakhovsky 9db532f44d cmInstall*Generator: std::string params 6 years ago
  Kitware Robot ed98209ddc Revise include order using clang-format-6.0 6 years ago
  Kyle Edwards b133d14fb1 Refactor: Allow cmInstallGenerator::Compute() to return an error 6 years ago
  Brad King 0b33aee48b Use C++11 override instead of CM_OVERRIDE 8 years ago
  Daniel Pfeifer ca2233e31f IWYU: Mark cmConfigure.h with pragma: keep 8 years ago
  Daniel Pfeifer 7284b15f8c cmScriptGenerator: pass Indent by value 8 years ago
  Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 years ago
  Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
  Daniel Pfeifer efed6468ed fix a load of include-what-you-use violations 9 years ago
  Daniel Pfeifer a7a9239096 mark functions with CM_OVERRIDE 9 years ago
  Daniel Pfeifer 618fb23fc9 Pass arguments that are not modified as const&. 9 years ago
  Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
  Nick Lewis 18ce97c4a2 install: Add EXCLUDE_FROM_ALL option (#14921) 10 years ago
  Robert Goulet 17aa6fd362 install: Allow generator expressions in FILES DESTINATION 10 years ago
  Stephen Kelly 75e511eeaf cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile. 10 years ago
  Stephen Kelly 125c48660c cmInstallFilesGenerator: Re-arrange data layout. 10 years ago
  Brad King ec7cf7ea13 install: Thread message level setting through internal API 11 years ago
  Ben Boeckel 84fdc9921c stringapi: Pass configuration names as strings 12 years ago
  Brad King 6e89c8a5f1 install: Support generator expressions in FILES and PROGRAMS mode 12 years ago
  Brad King f11f7b34a8 cmInstallFilesGenerator: Add reference to calling cmMakefile 12 years ago
  Brad King 96afb12087 Convert CMake to OSI-approved BSD License 16 years ago
  Brad King f8c0dc27b5 STYLE: Remove useless install generator typedefs 17 years ago
  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 years ago
  Alexander Neundorf 617602e9e9 18 years ago
  Brad King 934c804ea4 ENH: Added OPTIONAL option to INSTALL command to allow installation of files if they exist while ignoring them otherwise. This addresses bug#2922. 19 years ago