summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Allow bundling extensionkit extensionsRussell Greene2022-11-1814-4/+126
* 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
| * | | | ctest.cxx: Optimize `std::ostream::operator<<` callsAlex Turbov2022-11-171-6/+4
| * | | | ctest.cxx: Use anonymous namespace instead of `static` arraysAlex Turbov2022-11-171-5/+6
| * | | | cmakemain.cxx: Remove always true preprocessor `#if` blockAlex Turbov2022-11-171-2/+0
| * | | | cmDocumentation: Accept `Iterable` instead of `vector` on add entriesAlex Turbov2022-11-172-26/+18
| * | | | cmDocumentationSection: Accept `Iterable` instead of `vector` on addAlex Turbov2022-11-171-7/+11
| * | | | cmDocumentationFormatter: Improve `PrintFormatted`Alex Turbov2022-11-171-34/+54
| * | | | cmDocumentationFormatter: All printing methods accept stringsAlex Turbov2022-11-173-13/+14
| * | | | cmDocumentationFormatter: Turn `while ()` into `for ()` loopAlex Turbov2022-11-171-15/+23
| * | | | cmDocumentationFormatter: Eliminate one `if` in the `PrintColumn` loopAlex Turbov2022-11-171-7/+2
| * | | | cmDocumentationFormatter: Turn `TextWidth` member into `size_t`Alex Turbov2022-11-172-8/+10
| * | | | cmDocumentationFormatter: Prevent indentation reset side effectAlex Turbov2022-11-171-2/+7
| * | | | cmDocumentation: Drop useless call to formatter's `SetIndent()`Alex Turbov2022-11-171-1/+0
| * | | | cmDocumentationFormatter: Turn `TextIndent` member into `size_t`Alex Turbov2022-11-174-27/+33
| * | | | cmDocumentationFormatter: Use `std::ostream` padding capabitilyAlex Turbov2022-11-171-7/+6
| * | | | cmDocumentationFormatter: `TextIndent` member is `std::string` nowAlex Turbov2022-11-172-20/+17
| * | | | cmDocumentationFormatter: `PrintPreformatted` accept stringAlex Turbov2022-11-172-14/+16
| * | | | cmDocumentationFormatter.h: No need `virtual` methodsAlex Turbov2022-11-172-11/+3
| * | | | cmDocumentationEntry.h: Drop unused constructorAlex Turbov2022-11-171-9/+0
| * | | | cmDocumentation: Optimize `std::ostream::operator<<()` callsAlex Turbov2022-11-172-19/+19
| * | | | cmDocumentation.cxx: Use lambda function instead of macroAlex Turbov2022-11-172-46/+41