summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | cmake.cxx: Move `static` functions to an anonymous namespaceAlex Turbov2022-11-171-100/+97
| * | | | | | | cmDocumentationEntry: Drop all user provided ctors for C++ >= 14Alex Turbov2022-11-178-34/+33
| * | | | | | | cmake.cxx: Optimize calls to `std::osteam::operator<<`Alex Turbov2022-11-171-28/+27
| * | | | | | | cmDocumentationFormatter: Hide internal methods into `private` sectionAlex Turbov2022-11-171-4/+5
| * | | | | | | cmDocumentation: Drop unused `SetSections` methodAlex Turbov2022-11-172-8/+0
| * | | | | | | cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-1713-161/+87
| * | | | | | | CMakeSetup.cxx: Use anonymous namespace instead of `static`Alex Turbov2022-11-171-5/+9
| * | | | | | | ccmake.cxx: Use anonymous namespace instead of `static`Alex Turbov2022-11-171-10/+10
| * | | | | | | ctest.cxx: Eliminate redundand trenary operatorAlex Turbov2022-11-173-3/+3