summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODEMarc Chevrier2022-11-225-29/+127
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2022-11-231-1/+1
* | | | | | Merge branch 'release-3.25'Brad King2022-11-220-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge topic 'cxxmodules-doc-msvc-modmapfmt' into release-3.25Brad King2022-11-221-2/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge topic 'cxxmodules-doc-msvc-modmapfmt'Brad King2022-11-221-2/+7
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help/dev/experimental: document the `msvc` module map formatBen Boeckel2022-11-211-2/+7
* | | | | | Merge topic 'find_dependency-dedup'Brad King2022-11-229-25/+90
|\ \ \ \ \ \
| * | | | | | find_dependency: Avoid repeating identical dependency searchesBrad King2022-11-182-31/+59
| * | | | | | find_dependency: Unset temporary variables before returningBrad King2022-11-181-2/+3
| * | | | | | Tests: Add case covering transitive find_dependency callsBrad King2022-11-188-0/+36
* | | | | | | Merge topic 'use-rsp-in-makefiles'Brad King2022-11-221-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Makefiles: Name object response files with .rsp extensionFelipe Torrezan2022-11-211-0/+1
* | | | | | | | Merge topic 'custom-command-comment-genex'Brad King2022-11-2216-16/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | add_custom_{command,target}: add genex support for COMMENTPeter Würth2022-11-1910-3/+67
| * | | | | | | | cmCustomCommandGenerator: refactor GetComment to return std::stringPeter Würth2022-11-197-16/+21
* | | | | | | | | Merge topic 'opencl_framework'Brad King2022-11-221-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | OpenCL: Do not assume that OpenCL framework is always used in AppleIsuru Fernando2022-11-201-1/+1
* | | | | | | | | | Merge branch 'release-3.25'Brad King2022-11-220-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | Merge topic 'FindCUDA-nppicom' into release-3.25Brad King2022-11-221-1/+3
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'FindCUDA-nppicom'Brad King2022-11-221-1/+3
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+Oleksii Udod2022-11-181-1/+3
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2022-11-221-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge topic 'help-remove-self-reference-links'Brad King2022-11-2160-98/+98
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: clean up some minor typosBen Boeckel2022-11-182-2/+2
| * | | | | | | | Help: remove links from pages to themselvesBen Boeckel2022-11-1855-92/+92
| * | | | | | | | Help/prop_tgt/LINK_OPTIONS: fix `:genex:` referenceBen Boeckel2022-11-181-1/+1
| * | | | | | | | Help: fix some minor markup errorsBen Boeckel2022-11-184-4/+4
| * | | | | | | | Help/CMAKE_GLOBAL_AUTORCC_TARGET_NAME: fix link referenceBen Boeckel2022-11-181-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'xcode-ios-extensionkit'Brad King2022-11-2114-4/+126
|\ \ \ \ \ \ \ \
| * | | | | | | | Xcode: Allow bundling extensionkit extensionsRussell Greene2022-11-1814-4/+126
| |/ / / / / / /
* | | | | | | | Merge topic 'lang-std-flag-order'Brad King2022-11-217-38/+77
|\ \ \ \ \ \ \ \
| * | | | | | | | cmLocalGenerator: Inline AddCompilerRequirementFlag in only call siteBrad King2022-11-182-24/+13
| * | | | | | | | Place language standard flags just after CMAKE_<LANG>_FLAGSBrad King2022-11-185-15/+63
| * | | | | | | | VS: Recognize -std: flag in CMAKE_C_FLAGS in target with C++ sourcesBrad King2022-11-181-0/+2
| |/ / / / / / /
* | | | | | | | Merge topic 'clang-tidy-module-cmstrlen-check-sizeof'Brad King2022-11-218-11/+96
|\ \ \ \ \ \ \ \
| * | | | | | | | CMake: fix sizeof string literal violationsKyle Edwards2022-11-184-7/+6
| * | | | | | | | clang-tidy module: look for sizeof string literal in cmStrLen() checkKyle Edwards2022-11-184-4/+90
* | | | | | | | | Merge topic 'cxx-scanning-properties'Brad King2022-11-2117-56/+319
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cxxmodules: add properties to control scanningBen Boeckel2022-11-1817-9/+245
| * | | | | | | | | cmNinjaTargetGenerator: factor out determining the fileset of a sourceBen Boeckel2022-11-172-47/+74
* | | | | | | | | | Merge topic 'test-file-download'Brad King2022-11-2158-310/+180
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Tests: Honor CMake_TEST_NO_NETWORK in RunCMake.file-DOWNLOADBrad King2022-11-182-2/+5
| * | | | | | | | | | Tests: Move CMake.FileDownload cases into RunCMake.file-DOWNLOADBrad King2022-11-1821-253/+107
| * | | | | | | | | | Tests: Factor out common helper in RunCMake.file-DOWNLOAD casesBrad King2022-11-1810-27/+34
| * | | | | | | | | | Tests: Factor out a RunCMake.file-DOWNLOAD testBrad King2022-11-1732-25/+31
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'ci-flang'Brad King2022-11-218-0/+47
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | |
| * | | | | | | | | gitlab-ci: add jobs to test with Clang and LLVMFlang on FedoraBrad King2022-11-188-0/+47
* | | | | | | | | | CMake Nightly Date StampKitware Robot2022-11-211-1/+1
| |_|_|_|_|/ / / / |/| | | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2022-11-201-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2022-11-191-1/+1
| |_|_|/ / / / |/| | | | | |