summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cxxmodules-refactor-detection-support'Brad King2022-11-298-128/+147
|\
| * cmGeneratorTarget: factor out fileset info and scanning detectionBen Boeckel2022-11-234-95/+99
| * cmGeneratorTarget: factor out dyndep support detectionBen Boeckel2022-11-234-22/+22
| * cmGlobalGenerator: factor out C++ module support checkingBen Boeckel2022-11-234-12/+27
* | CMake Nightly Date StampKitware Robot2022-11-291-1/+1
* | Merge topic 'ArgumentFlags-enum-values'Brad King2022-11-281-2/+2
|\ \
| * | cmTargetPropCommandBase: Restore ArgumentFlags enum value bool logicCraig Scott2022-11-271-2/+2
* | | CMake Nightly Date StampKitware Robot2022-11-281-1/+1
|/ /
* | CMake Nightly Date StampKitware Robot2022-11-271-1/+1
* | CMake Nightly Date StampKitware Robot2022-11-261-1/+1
* | CMake Nightly Date StampKitware Robot2022-11-251-1/+1
* | CMake Nightly Date StampKitware Robot2022-11-241-1/+1
|/
* Merge topic 'cxxmodule-module-support-tweaks'Brad King2022-11-232-5/+5
|\
| * cmNinjaNormalTargetGenerator: use `cmStrCat`Ben Boeckel2022-11-211-3/+3
| * cmNinjaNormalTargetGenerator: fix grammar in verbose commentBen Boeckel2022-11-211-1/+1
| * cmGlobalNinjaGenerator: fix comment typoBen Boeckel2022-11-211-1/+1
* | Merge topic 'try_compile-copy-config'Brad King2022-11-231-4/+11
|\ \
| * | try_compile: Restore COPY_FILE with CMAKE_TRY_COMPILE_CONFIGURATIONBrad King2022-11-221-4/+11
* | | Merge topic 'XCode-XCODE_LINK_BUILD_PHASE_MODE-and-LINK_LIBRARY-genex'Brad King2022-11-231-21/+53
|\ \ \
| * | | XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODEMarc Chevrier2022-11-221-21/+53
| |/ /
| * | CMake 3.25.0v3.25.0Brad King2022-11-161-1/+1
* | | CMake Nightly Date StampKitware Robot2022-11-231-1/+1
* | | Merge topic 'use-rsp-in-makefiles'Brad King2022-11-221-0/+1
|\ \ \
| * | | Makefiles: Name object response files with .rsp extensionFelipe Torrezan2022-11-211-0/+1
* | | | Merge topic 'custom-command-comment-genex'Brad King2022-11-227-16/+36
|\ \ \ \
| * | | | add_custom_{command,target}: add genex support for COMMENTPeter Würth2022-11-191-3/+18
| * | | | cmCustomCommandGenerator: refactor GetComment to return std::stringPeter Würth2022-11-197-16/+21
* | | | | 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
|\ \ \ \