summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'file-GENERATE-arg-parsing'Brad King2023-08-081-1/+2
|\
| * file(GENERATE): Restore INPUT|CONTENT parse checkingEvan Wilde2023-08-071-1/+2
* | Merge topic 'cmList-append-regression'Brad King2023-08-082-22/+32
|\ \
| * | cmList: Fix performance regression in append/prependMarc Chevrier2023-08-042-22/+32
* | | CMake Nightly Date StampKitware Robot2023-08-081-1/+1
* | | Merge topic 'doc-fixups-release-3.27'Craig Scott2023-08-071-1/+1
|\ \ \
| * | | cmLocalGenerator: Fix trivial spelling error in code commentCraig Scott2023-08-061-1/+1
* | | | Merge topic 'cxxmodules-try-compile'Brad King2023-08-075-31/+186
|\ \ \ \
| * | | | cmExperimental: recycle the C++ modules API UUIDBen Boeckel2023-07-311-1/+1
| * | | | cmCoreTryCompile: forward module-related binutils variablesBen Boeckel2023-07-311-0/+1
| * | | | cmCoreTryCompile: use the source type context for source filesBen Boeckel2023-07-312-21/+61
| * | | | cmArgumentParser: support storing a context value with parsingBen Boeckel2023-07-311-0/+32
| * | | | cmCoreTryCompile: parse `SOURCES_TYPE` argumentBen Boeckel2023-07-312-1/+58
| * | | | cmCoreTryCompile: use `target_sources` for `try_compile` targetsBen Boeckel2023-07-311-3/+4
| * | | | cmExperimental: support forwarding associated variables to `try_compile`Ben Boeckel2023-07-313-4/+17
| * | | | cmExperimental: only forward C++ module support to non-ABI checksBen Boeckel2023-07-313-3/+7
| * | | | cmExperimental: use an `enum` for whether to forward to try_compileBen Boeckel2023-07-313-5/+12
* | | | | Merge topic 'set-CACHE-diagnostics'Brad King2023-08-071-4/+12
|\ \ \ \ \
| * | | | | set: Improve diagnostics for CACHE modeJeremy2023-08-021-4/+12
* | | | | | Merge topic 'revert-vs-show-cmake-files'Brad King2023-08-073-75/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-revert-vs-show-cmake-files'Brad King2023-08-023-75/+1
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | VS: Revert "Add CMake input files to ZERO_CHECK"Brad King2023-08-023-75/+1
| | | |_|/ / | | |/| | |
* | | | | | CMake Nightly Date StampKitware Robot2023-08-071-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2023-08-061-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2023-08-051-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2023-08-041-1/+1
| |_|_|_|/ |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2023-08-031-1/+1
|/ / / /
* | | | Merge topic 'object-library-link-entries'Brad King2023-08-0210-27/+18
|\ \ \ \
| * | | | cmComputeLinkInformation: add `OBJECT` libraries as link itemsBen Boeckel2023-08-013-22/+2
| * | | | cmComputeLinkInformation: prepare Item consumers for `OBJECT` librariesBen Boeckel2023-08-017-5/+16
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2023-08-021-1/+1
|/ / /
* | | Merge topic 'xcode-embed-resources'Brad King2023-08-012-4/+32
|\ \ \
| * | | Xcode: Add embed resources supporthalx992023-07-312-4/+32
* | | | Merge topic 'windows-tidy-cmstrcat'Brad King2023-08-0142-929/+1018
|\ \ \ \
| * | | | clang-tidy: fix `performance-faster-string-find` lintsBen Boeckel2023-07-311-1/+1
| * | | | clang-tidy: fix `readability-static-accessed-through-instance` lintsBen Boeckel2023-07-311-1/+1
| * | | | cmWIXRichTextFormatWriter: remove identity castBen Boeckel2023-07-311-1/+1
| * | | | clang-tidy: fix `modernize-use-equals-default` lintsBen Boeckel2023-07-311-3/+1
| * | | | clang-tidy: fix `readability-container-size-empty` lintsBen Boeckel2023-07-311-1/+1
| * | | | clang-tidy: fix `modernize-raw-string-literal` lintsBen Boeckel2023-07-312-2/+2
| * | | | clang-tidy: fix `readability-else-after-return` lintsBen Boeckel2023-07-282-9/+10
| * | | | clang-tidy: fix `modernize-use-auto` lintsBen Boeckel2023-07-283-3/+3
| * | | | clang-tidy: fix `modernize-use-nullptr` lintsBen Boeckel2023-07-282-4/+5
| * | | | clang-tidy: fix `readability-braces-around-statements` lintsBen Boeckel2023-07-283-8/+16
| * | | | cmVisualStudioWCEPlatformParser: combine character pushbacksBen Boeckel2023-07-281-2/+1
| * | | | cmVisualStudioSlnParser: simplify switch statementBen Boeckel2023-07-281-6/+1
| * | | | cmLocalVisualStudio10Generator: remove unnecessary `.c_str()`Ben Boeckel2023-07-283-6/+5
| * | | | strings: use `emplace_back` with `cmStrCat` argumentsBen Boeckel2023-07-2812-25/+26
| * | | | strings: use character literals where possibleBen Boeckel2023-07-2820-132/+133
| * | | | cmStrCat: use in Windows-specific sourcesBen Boeckel2023-07-2820-535/+582