summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Tests: Don't presume that Linux CUDA Toolkits provide static libsRobert Maynard2022-11-2320-69/+212
* 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
| |_|_|/ |/| | |
* | | | Merge topic 'file-COPY_FILE-retry'Brad King2022-11-187-13/+53
|\ \ \ \ | |_|_|/ |/| | |
| * | | ExternalData: Improve robustness on Windows to copy a data object to a fileBrad King2022-11-171-1/+1
| * | | file(COPY_FILE): Add option to retry on Windows if input access failsBrad King2022-11-176-3/+52
| * | | cmSystemTools: Remove unused CopySingleFile overloadBrad King2022-11-172-9/+0
| | |/ | |/|
* | | Merge topic 'clang-tidy-module-pragma-once-check'Brad King2022-11-1818-13/+515
|\ \ \
| * | | CMake: fix violations of #pragma once checkKyle Edwards2022-11-173-1/+5
| * | | clang-tidy module: add test for #pragma once checkSean Orner2022-11-1710-0/+79
| * | | clang-tidy module: add #pragma once checkIgor-Mikhail-Valentin Glebov2022-11-174-0/+389
| * | | clang-tidy module: allow header files in test casesKyle Edwards2022-11-171-12/+42
| |/ /
* | | Merge topic 'ninja-swiftmodule-no-exe'Brad King2022-11-185-1/+16
|\ \ \
| * | | Ninja: Avoid re-linking a Swift executable on every buildEvan Wilde2022-11-175-1/+16
* | | | Merge topic 'nvhpc_fortran_extensions'Brad King2022-11-182-1/+4
|\ \ \ \
| * | | | Fortran: Support cuf file extension when using nvfortranRobert Maynard2022-11-162-1/+4
* | | | | Merge topic 'refactor-cmDocumentation'Brad King2022-11-1842-802/+663
|\ \ \ \ \
| * | | | | Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-1728-124/+91
| * | | | | cmGlobalGeneratorFactory.h: Simplify returning default valuesAlex Turbov2022-11-171-7/+5
| * | | | | cmake.cxx: Simplify `cmake::AppendExtraGeneratorsDocumentation()`Alex Turbov2022-11-171-12/+5
| * | | | | cpack.cxx: Optimize calls to `std::osteam::operator<<`Alex Turbov2022-11-171-64/+53
| * | | | | cpack.cxx: Eliminate redundant `if`Alex Turbov2022-11-171-5/+1
| * | | | | cpack.cxx: Deduplicate "Generators" section creation codeAlex Turbov2022-11-171-21/+24