summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpp-named-module-support-msvc'Brad King2022-08-0322-16/+542
|\
| * ci: test BMI exporting and installation with GCC in CIBen Boeckel2022-08-022-2/+2
| * RunCMake/CXXModules: add a "deep-chain" testBen Boeckel2022-08-029-0/+116
| * cmCxxModuleMapper: support MSVC module map formatBen Boeckel2022-08-023-3/+88
| * cmCxxModuleMapper: track transitive modules for MSVCBen Boeckel2022-08-023-6/+278
| * CTestCustom: ignore `cm::optional` uninitialized memory false positiveBen Boeckel2022-08-021-0/+5
| * RunCMake/CXXModules: support MSVC extensionsBen Boeckel2022-08-021-1/+1
| * cmScanDepFormat: support the MSVC 17.3 toolchain temporarilyBen Boeckel2022-08-021-0/+22
| * cmScanDepFormat: support P1689R5Ben Boeckel2022-07-264-2/+28
| * RunCMake/CXXModules: fix partition importing syntaxBen Boeckel2022-07-262-2/+2
* | Merge topic 'cuda_add_lto_support'Brad King2022-08-0329-63/+412
|\ \
| * | CUDA: Add Device LTO support for nvccRobert Maynard2022-07-2228-58/+412
| * | CheckIPO: Refactor logic selecting test source filesRobert Maynard2022-07-131-14/+11
| * | remove unused variablesRobert Maynard2022-07-131-1/+0
| * | remove unused variableRobert Maynard2022-07-131-1/+0
* | | Merge topic 'FindCoin3D-windows'Brad King2022-08-031-2/+2
|\ \ \
| * | | FindCoin3D: look for coin4 on windowslorenz2022-08-021-2/+2
* | | | Merge topic 'find_package-refactor-path-generation'Brad King2022-08-0353-679/+811
|\ \ \ \
| * | | | 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-022-496/+435
| * | | | 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
| * | | | cmFindPackageCommand: Deduplicate version string comparator codeAlex Turbov2022-07-111-18/+15
| * | | | cmFindPackageCommand: Replace empty string literal w/ default `std::string{}`Alex Turbov2022-07-111-1/+1
| * | | | cmFindPackageCommand: Simplify if-return-else-return into single return stmtAlex Turbov2022-07-111-7/+1
| * | | | cmFindPackageCommand: Replace `strcmp` with array subscriptionAlex Turbov2022-07-111-2/+3
| * | | | cmFindPackageCommand: Deduplicate code to exclude `.` and `..` dir entriesAlex Turbov2022-07-111-3/+10
| * | | | cmFindPackageCommand: Replace single-char string literals with char literalsAlex Turbov2022-07-111-3/+3
| * | | | cmFindPackageCommand: Use `std::any_of` instead of "manual" `for` loopsAlex Turbov2022-07-111-24/+16
| * | | | Tests: Add more find_package search path casesAlex Turbov2022-07-1150-0/+238
* | | | | Merge branch 'release-3.24'Brad King2022-08-030-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge topic 'ci-wix-host' into release-3.24Brad King2022-08-031-2/+3
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'ci-wix-host'Brad King2022-08-031-2/+3
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | ci: host WiX 3.14.0.6526 binaries ourselvesBrad King2022-08-021-2/+3
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2022-08-031-1/+1
* | | | | | Merge topic 'find-openmp-from-system-paths'Brad King2022-08-021-1/+3
|\ \ \ \ \ \
| * | | | | | FindOpenMP: Restore searching system pathsSprite2022-08-011-1/+3