summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2022-11-221-1/+1
* Merge topic 'xcode-ios-extensionkit'Brad King2022-11-212-3/+18
|\
| * Xcode: Allow bundling extensionkit extensionsRussell Greene2022-11-182-3/+18
* | Merge topic 'lang-std-flag-order'Brad King2022-11-213-38/+26
|\ \
| * | cmLocalGenerator: Inline AddCompilerRequirementFlag in only call siteBrad King2022-11-182-24/+13
| * | Place language standard flags just after CMAKE_<LANG>_FLAGSBrad King2022-11-181-15/+12
| * | 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-214-7/+6
|\ \
| * | CMake: fix sizeof string literal violationsKyle Edwards2022-11-184-7/+6
* | | Merge topic 'cxx-scanning-properties'Brad King2022-11-213-56/+135
|\ \ \
| * | | cxxmodules: add properties to control scanningBen Boeckel2022-11-183-9/+61
| * | | cmNinjaTargetGenerator: factor out determining the fileset of a sourceBen Boeckel2022-11-172-47/+74
* | | | 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-183-11/+31
|\ \ \ | |_|/ |/| |
| * | file(COPY_FILE): Add option to retry on Windows if input access failsBrad King2022-11-173-2/+31
| * | cmSystemTools: Remove unused CopySingleFile overloadBrad King2022-11-172-9/+0
| |/
* | Merge topic 'clang-tidy-module-pragma-once-check'Brad King2022-11-183-1/+5
|\ \
| * | CMake: fix violations of #pragma once checkKyle Edwards2022-11-173-1/+5
| |/
* | Merge topic 'ninja-swiftmodule-no-exe'Brad King2022-11-181-1/+3
|\ \
| * | Ninja: Avoid re-linking a Swift executable on every buildEvan Wilde2022-11-171-1/+3
* | | 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