125 Commits (2dc2a3eb15c331aa2b953d995d304a6befc0aca4)

Author SHA1 Message Date
Stephan Szabo 2dc2a3eb15 Identify DLL platforms via CMAKE_IMPORT_LIBRARY_SUFFIX 8 years ago
Brad King ea0ce73a19 install,export: Maybe transform OBJECT libraries to INTERFACE libraries 8 years ago
Pavel Solodovnikov 653b894683 Reduce raw string pointers usage. 8 years ago
Pavel Solodovnikov c85bb007df Reduce allocation of temporary values on heap. 8 years ago
Pavel Solodovnikov 7d5095796a Meta: modernize old-fashioned loops to range-based `for`. 8 years ago
Daniel Pfeifer 5962db4389 Use C++11 nullptr 8 years ago
Daniel Pfeifer 8d7b3ef5d4 Provide and use CM_FALLTHROUGH 8 years ago
Pavel Solodovnikov 8b6f439ef2 Access string npos without instance 8 years ago
Pavel Solodovnikov 86dc86dd6c Add const-reference qualifications 8 years ago
Robert Maynard eec93bceec Allow OBJECT libraries to be installed, exported, and imported 8 years ago
Daniel Pfeifer 1d829c862c Use quotes for non-system includes 8 years ago
Gregor Jasny 071f8e78dd Apple: Add support for static frameworks 9 years ago
Daniel Pfeifer 2e620f0b38 Fix several include-what-you-use findings 9 years ago
Daniel Pfeifer 602b78aa79 Remove redundant c_str() calls 9 years ago
Daniel Pfeifer e81c323da9 Include necessary headers in commands 9 years ago
Daniel Pfeifer 608afd4f62 Separate compilation for commands included in cmBootstrapCommands2 9 years ago
Stephen Kelly a49751fb2e cmState: Move TargetType enum to separate namespace 9 years ago
Brad King 86578eccf2 Simplify CMake per-source license notices 9 years ago
Daniel Pfeifer 782fcbb92e Use CM_NULLPTR 9 years ago
Daniel Pfeifer 516f8edb2e Avoid else after return 9 years ago
Bill Hoffman 42ce9f1e71 Add support for creating prebuilt Android.mk files 9 years ago
Yves Frederix 3bd55dba7c install: Fix evaluation of leading generator expressions in DIRECTORY 9 years ago
Daniel Pfeifer 1d6909a287 use CM_NULLPTR 9 years ago
Kitware Robot d9fd2f5402 Revise C++ coding style using clang-format 9 years ago
Brad King 0ac18d40c8 Remove `//------...` horizontal separator comments 9 years ago
Brad King e1c7747253 Format include directive blocks and ordering with clang-format 9 years ago
Brad King 0e44f4894f Rename local target lookup methods to clarify purpose 9 years ago
Brad King 47460f3e15 install(EXPORT): Fix crash on target in another directory 10 years ago
Nick Lewis 18ce97c4a2 install: Add EXCLUDE_FROM_ALL option (#14921) 10 years ago
Stephen Kelly 9103d8ace3 Install: Move SetHaveInstallRule to a more-obvious place 10 years ago
Stephen Kelly 381e7afd36 cmExportSet: Store a cmGeneratorTarget. 10 years ago
Stephen Kelly eac15298a8 cmState: Move TargetType enum from cmTarget. 10 years ago
Stephen Kelly 1f39ee5beb cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile. 10 years ago
Stephen Kelly 75e511eeaf cmInstallFilesGenerator: Require cmLocalGenerator, not cmMakefile. 10 years ago
Stephen Kelly 4e41913f9a cmInstallCommand: Store only a targetName, not a cmTarget. 10 years ago
Stephen Kelly 3ef8aaaa71 cmInstallCommand: Move the SetHaveInstallRule invocation. 10 years ago
Stephen Kelly b85d3b66c6 install: Disallow installing export() result. 10 years ago
Stephen Kelly 501c237a83 install: Use an intermediate filesVector variable. 10 years ago
Stephen Kelly de21168612 Port to static cmPolicies API. 10 years ago
Stephen Kelly a0836ed978 Port to cmMakefile::GetGlobalGenerator. 10 years ago
Stephen Kelly 55d80d0a85 cmMakefile: Rename GetCurrent{,Source}Directory. 10 years ago
Stephen Kelly 931e055d8c Port all cmOStringStream to std::ostringstream. 11 years ago
Stephen Kelly 55a73e6b1f Use the cmJoin algorithm where possible. 11 years ago
Stephen Kelly b5813ceeb5 cmInstallCommand: Remove unused variable. 11 years ago
Nils Gladitz cc1139cc30 strings: Remove redundant calls to std::string::c_str() 11 years ago
Brad King d19b64d671 install(DIRECTORY): Add MESSAGE_NEVER option to avoid output (#13761) 11 years ago
Brad King c9568de52c install: Add CMAKE_INSTALL_MESSAGE variable (#13761) 11 years ago
Brad King ec7cf7ea13 install: Thread message level setting through internal API 11 years ago
Stephen Kelly 21c573f682 Remove some c_str() calls. 12 years ago
Ben Boeckel 270eb96df0 strings: Remove cmStdString references 12 years ago