summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge topic 'doc-markup-program-options'Brad King2022-08-081-1/+1
|\ \ \
| * | | Help: Value for `--graphviz=` option actually is mandatoryAlex Turbov2022-08-041-1/+1
* | | | CMake Nightly Date StampKitware Robot2022-08-081-1/+1
* | | | CMake Nightly Date StampKitware Robot2022-08-071-1/+1
* | | | CMake Nightly Date StampKitware Robot2022-08-061-1/+1
* | | | Merge topic 'string-JSON-error-typo'Brad King2022-08-051-1/+1
|\ \ \ \
| * | | | string(JSON): Fix typo in error messageSean Kahler2022-08-041-1/+1
* | | | | Merge topic 'find_package-one-more-path'Brad King2022-08-051-4/+12
|\ \ \ \ \
| * | | | | cmFindPackageCommand: Protect overrides of `cmDirectoryListGenerator`Alex Turbov2022-08-041-0/+2
| * | | | | cmFindPackageCommand: Add one more search pathAlex Turbov2022-08-041-4/+10
| | |/ / / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2022-08-051-1/+1
| |/ / / |/| | |
* | | | Merge topic 'cmake-preset-error-reporting'Brad King2022-08-044-16/+30
|\ \ \ \
| * | | | presets: Add basic error forwarding from cmake preset json parserSankhesh Jhaveri2022-08-034-16/+30
* | | | | Merge topic 'makefile-path-consistency'Brad King2022-08-042-34/+44
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Makefiles: Restore path consistency in the global dispatch makefileBrad King2022-08-032-34/+44
* | | | | CMake Nightly Date StampKitware Robot2022-08-041-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'all-verify-interface-header-sets'Kyle Edwards2022-08-032-0/+20
|\ \ \ \ | |/ / /
| * | | VERIFY_INTERFACE_HEADER_SETS: Add verification target for allKyle Edwards2022-08-032-0/+20
| * | | Merge topic 'vs-msbuild-arm64' into release-3.24Brad King2022-08-021-1/+1
| |\ \ \
* | \ \ \ Merge topic 'try_compile-cleanup'Brad King2022-08-034-525/+396
|\ \ \ \ \
| * | | | | cmCoreTryCompile: Port to cmArgumentParserBrad King2022-08-024-490/+356
| * | | | | cmCoreTryCompile: Move target type selection logic to try_compileBrad King2022-08-024-25/+30
| * | | | | cmCoreTryCompile: Simplify TryCompileCode return typeBrad King2022-08-023-28/+28
* | | | | | Merge topic 'cpp-named-module-support-msvc'Brad King2022-08-035-9/+408
|\ \ \ \ \ \
| * | | | | | cmCxxModuleMapper: support MSVC module map formatBen Boeckel2022-08-023-3/+88
| * | | | | | cmCxxModuleMapper: track transitive modules for MSVCBen Boeckel2022-08-023-6/+278
| * | | | | | cmScanDepFormat: support the MSVC 17.3 toolchain temporarilyBen Boeckel2022-08-021-0/+22
| * | | | | | cmScanDepFormat: support P1689R5Ben Boeckel2022-07-262-0/+20
* | | | | | | Merge topic 'cuda_add_lto_support'Brad King2022-08-0313-34/+114
|\ \ \ \ \ \ \
| * | | | | | | CUDA: Add Device LTO support for nvccRobert Maynard2022-07-2212-32/+114
| * | | | | | | remove unused variablesRobert Maynard2022-07-131-1/+0
| * | | | | | | remove unused variableRobert Maynard2022-07-131-1/+0
* | | | | | | | Merge topic 'find_package-refactor-path-generation'Brad King2022-08-032-679/+572
|\ \ \ \ \ \ \ \
| * | | | | | | | cmFindPackageCommand: Optimize the last calls to `TryGeneratedPaths`Alex Turbov2022-08-021-18/+6
| * | | | | | | | cmFindPackageCommand: Path generators are actually reusableAlex Turbov2022-08-021-76/+40
| * | | | | | | | cmFindPackageCommand: Better names for template parametersAlex Turbov2022-08-021-14/+17
| * | | | | | | | cmFindPackageCommand: Rename some generatorsAlex Turbov2022-08-021-72/+77
| * | | | | | | | cmFindPackageCommand: Deduplicate directory listing codeAlex Turbov2022-08-021-65/+58
| * | | | | | | | cmFindPackageCommand: Compile-time path generator expressionsAlex Turbov2022-08-021-496/+434
| * | | | | | | | cmFindPackageCommand: Avoid friendship between command class and generatorAlex Turbov2022-07-112-23/+34
| * | | | | | | | cmFindPackageCommand: Drop dead codeAlex Turbov2022-07-111-8/+2
| * | | | | | | | cmFindPackageCommand: Move methods implementation into the class definitionAlex Turbov2022-07-111-25/+18
| * | | | | | | | cmFindPackageCommand: Drop redundant `std::ostream::operator<<` callsAlex Turbov2022-07-111-9/+8
| * | | | | | | | cmFindPackageCommand: Use `vector` instead of `set` to store arg indicesAlex Turbov2022-07-111-18/+18
| * | | | | | | | cmFindPackageCommand: Move comment inside the `else if` blockAlex Turbov2022-07-111-4/+3
| * | | | | | | | cmFindPackageCommand: Named lambda w/o capture to normal functionAlex Turbov2022-07-111-12/+12
| * | | | | | | | cmFindPackageCommand: ConstnessAlex Turbov2022-07-111-62/+66
| * | | | | | | | cmFindPackageCommand: Enclose file list generators into anonymous nsAlex Turbov2022-07-111-22/+27
| * | | | | | | | cmFindPackageCommand: Move `cmFindPackageCommandHoldFile` to anonymous nsAlex Turbov2022-07-111-29/+35
| * | | | | | | | cmFindPackageCommand: Move `collectPathsForDebug()` to anonymous namespaceAlex Turbov2022-07-111-15/+15