Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Xcode: Allow bundling extensionkit extensions | Russell Greene | 2022-11-18 | 14 | -4/+126 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'lang-std-flag-order' | Brad King | 2022-11-21 | 7 | -38/+77 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmLocalGenerator: Inline AddCompilerRequirementFlag in only call site | Brad King | 2022-11-18 | 2 | -24/+13 | |
| * | | | | | | | Place language standard flags just after CMAKE_<LANG>_FLAGS | Brad King | 2022-11-18 | 5 | -15/+63 | |
| * | | | | | | | VS: Recognize -std: flag in CMAKE_C_FLAGS in target with C++ sources | Brad King | 2022-11-18 | 1 | -0/+2 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'clang-tidy-module-cmstrlen-check-sizeof' | Brad King | 2022-11-21 | 8 | -11/+96 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | CMake: fix sizeof string literal violations | Kyle Edwards | 2022-11-18 | 4 | -7/+6 | |
| * | | | | | | | clang-tidy module: look for sizeof string literal in cmStrLen() check | Kyle Edwards | 2022-11-18 | 4 | -4/+90 | |
* | | | | | | | | Merge topic 'cxx-scanning-properties' | Brad King | 2022-11-21 | 17 | -56/+319 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cxxmodules: add properties to control scanning | Ben Boeckel | 2022-11-18 | 17 | -9/+245 | |
| * | | | | | | | | cmNinjaTargetGenerator: factor out determining the fileset of a source | Ben Boeckel | 2022-11-17 | 2 | -47/+74 | |
* | | | | | | | | | Merge topic 'test-file-download' | Brad King | 2022-11-21 | 58 | -310/+180 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Tests: Honor CMake_TEST_NO_NETWORK in RunCMake.file-DOWNLOAD | Brad King | 2022-11-18 | 2 | -2/+5 | |
| * | | | | | | | | | Tests: Move CMake.FileDownload cases into RunCMake.file-DOWNLOAD | Brad King | 2022-11-18 | 21 | -253/+107 | |
| * | | | | | | | | | Tests: Factor out common helper in RunCMake.file-DOWNLOAD cases | Brad King | 2022-11-18 | 10 | -27/+34 | |
| * | | | | | | | | | Tests: Factor out a RunCMake.file-DOWNLOAD test | Brad King | 2022-11-17 | 32 | -25/+31 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'ci-flang' | Brad King | 2022-11-21 | 8 | -0/+47 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| * | | | | | | | | gitlab-ci: add jobs to test with Clang and LLVMFlang on Fedora | Brad King | 2022-11-18 | 8 | -0/+47 | |
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-11-21 | 1 | -1/+1 | |
| |_|_|_|_|/ / / |/| | | | | | | | ||||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-11-20 | 1 | -1/+1 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-11-19 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge topic 'file-COPY_FILE-retry' | Brad King | 2022-11-18 | 7 | -13/+53 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | ExternalData: Improve robustness on Windows to copy a data object to a file | Brad King | 2022-11-17 | 1 | -1/+1 | |
| * | | | | | file(COPY_FILE): Add option to retry on Windows if input access fails | Brad King | 2022-11-17 | 6 | -3/+52 | |
| * | | | | | cmSystemTools: Remove unused CopySingleFile overload | Brad King | 2022-11-17 | 2 | -9/+0 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge topic 'clang-tidy-module-pragma-once-check' | Brad King | 2022-11-18 | 18 | -13/+515 | |
|\ \ \ \ \ | ||||||
| * | | | | | CMake: fix violations of #pragma once check | Kyle Edwards | 2022-11-17 | 3 | -1/+5 | |
| * | | | | | clang-tidy module: add test for #pragma once check | Sean Orner | 2022-11-17 | 10 | -0/+79 | |
| * | | | | | clang-tidy module: add #pragma once check | Igor-Mikhail-Valentin Glebov | 2022-11-17 | 4 | -0/+389 | |
| * | | | | | clang-tidy module: allow header files in test cases | Kyle Edwards | 2022-11-17 | 1 | -12/+42 | |
| |/ / / / | ||||||
* | | | | | Merge topic 'ninja-swiftmodule-no-exe' | Brad King | 2022-11-18 | 5 | -1/+16 | |
|\ \ \ \ \ | ||||||
| * | | | | | Ninja: Avoid re-linking a Swift executable on every build | Evan Wilde | 2022-11-17 | 5 | -1/+16 | |
* | | | | | | Merge topic 'nvhpc_fortran_extensions' | Brad King | 2022-11-18 | 2 | -1/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fortran: Support cuf file extension when using nvfortran | Robert Maynard | 2022-11-16 | 2 | -1/+4 | |
* | | | | | | | Merge topic 'refactor-cmDocumentation' | Brad King | 2022-11-18 | 42 | -802/+663 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entry | Alex Turbov | 2022-11-17 | 28 | -124/+91 | |
| * | | | | | | | cmGlobalGeneratorFactory.h: Simplify returning default values | Alex Turbov | 2022-11-17 | 1 | -7/+5 | |
| * | | | | | | | cmake.cxx: Simplify `cmake::AppendExtraGeneratorsDocumentation()` | Alex Turbov | 2022-11-17 | 1 | -12/+5 | |
| * | | | | | | | cpack.cxx: Optimize calls to `std::osteam::operator<<` | Alex Turbov | 2022-11-17 | 1 | -64/+53 | |
| * | | | | | | | cpack.cxx: Eliminate redundant `if` | Alex Turbov | 2022-11-17 | 1 | -5/+1 | |
| * | | | | | | | cpack.cxx: Deduplicate "Generators" section creation code | Alex Turbov | 2022-11-17 | 1 | -21/+24 | |
| * | | | | | | | cmake.cxx: Move `static` functions to an anonymous namespace | Alex Turbov | 2022-11-17 | 1 | -100/+97 | |
| * | | | | | | | cmDocumentationEntry: Drop all user provided ctors for C++ >= 14 | Alex Turbov | 2022-11-17 | 8 | -34/+33 | |
| * | | | | | | | cmake.cxx: Optimize calls to `std::osteam::operator<<` | Alex Turbov | 2022-11-17 | 1 | -28/+27 | |
| * | | | | | | | cmDocumentationFormatter: Hide internal methods into `private` section | Alex Turbov | 2022-11-17 | 1 | -4/+5 | |
| * | | | | | | | cmDocumentation: Drop unused `SetSections` method | Alex Turbov | 2022-11-17 | 2 | -8/+0 | |
| * | | | | | | | cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]` | Alex Turbov | 2022-11-17 | 13 | -161/+87 | |
| * | | | | | | | CMakeSetup.cxx: Use anonymous namespace instead of `static` | Alex Turbov | 2022-11-17 | 1 | -5/+9 | |
| * | | | | | | | ccmake.cxx: Use anonymous namespace instead of `static` | Alex Turbov | 2022-11-17 | 1 | -10/+10 | |
| * | | | | | | | ctest.cxx: Eliminate redundand trenary operator | Alex Turbov | 2022-11-17 | 3 | -3/+3 | |