summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | CUDA: Factor out helper to find CUDA Toolkit for compilerBrad King2023-09-212-171/+181
| * | | | | | | CUDA: Factor out helper to filter implicit link librariesBrad King2023-09-213-19/+25
| * | | | | | | CUDA: Factor out helper to parse NVCC implicit compiler and linker flagsBrad King2023-09-214-161/+181
| * | | | | | | CUDA: Factor out some NVCC compiler informationBrad King2023-09-212-93/+100
| * | | | | | | CUDA: Clarify order of logic finding CUDA Toolkit for compilerBrad King2023-09-211-3/+3
| * | | | | | | CUDA: Clarify compiler-specific logic in architectures tableBrad King2023-09-211-19/+32
| * | | | | | | CUDA: Clarify logic detecting compiler default CUDA architecturesBrad King2023-09-211-16/+13
| * | | | | | | CUDA: Simplify isolation of work variables for determining compilerBrad King2023-09-211-11/+16
| * | | | | | | CUDA: Combine consecutive blocks using same condition for determining compilerBrad King2023-09-211-4/+2
| * | | | | | | CUDA: Simplify CMAKE_GENERATOR references for determining compilerBrad King2023-09-211-7/+7
| * | | | | | | cmGeneratorTarget: Clarify local variable names for device architecturesBrad King2023-09-191-21/+20
* | | | | | | | Merge topic 'macOS-system-framework-link'Brad King2023-09-227-32/+27
|\ \ \ \ \ \ \ \
| * | | | | | | | macOS: GNU toolchain: ensure framework, marked as SYSTEM, can be linkedMarc Chevrier2023-09-217-32/+27
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge topic 'macOS-simplify-framework-link-option'Brad King2023-09-222-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | macOS: Framework: simplify link flagMarc Chevrier2023-09-212-0/+7
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2023-09-221-1/+1
* | | | | | | | Merge topic 'fileset-private-dep'Brad King2023-09-2133-15/+320
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Ninja: Allow compilation before generation of dependencies' private sourcesMartin Duffy2023-09-2033-15/+320
* | | | | | | | Merge topic 'findjava'Brad King2023-09-212-87/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | FindJNI: use modern foreach() syntaxscivision2023-09-201-6/+6
| * | | | | | | | FindJNI: use 2-space indentsscivision2023-09-201-65/+65
| * | | | | | | | FindJNI: use cmake_host_system_info to query registryscivision2023-09-201-7/+6
| * | | | | | | | FindJava: use cmake_host_system_info to query registryscivision2023-09-201-7/+6
| * | | | | | | | FindJava: use modern foreach() syntaxscivision2023-09-201-3/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'doc-find-arch-paths'Brad King2023-09-212-11/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Clarify requirements for find_package to use lib{64,32,x32} pathsBrad King2023-09-202-10/+19
| * | | | | | | | Help: Indent find_package REGISTRY_VIEW paragraphs togetherBrad King2023-09-201-1/+1
* | | | | | | | | Merge topic 'ci-cmake-update'Brad King2023-09-212-7/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ci: Update CMake version to 3.27.6Kyle Edwards2023-09-202-7/+7
* | | | | | | | | | Merge topic 'ci-clang17-windows'Brad King2023-09-212-13/+13
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | ci: Update LLVM/Clang to 17.0 in nightly CI jobs on WindowsBrad King2023-09-192-13/+13
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2023-09-211-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge branch 'release-3.27'Brad King2023-09-201-2/+2
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | CMake 3.27.6v3.27.6Brad King2023-09-202-3/+3
* | | | | | | Merge branch 'release-3.27'Brad King2023-09-200-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge topic 'fortran-in-custom-targets' into release-3.27Brad King2023-09-2022-8/+176
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'fortran-in-custom-targets'Brad King2023-09-2022-8/+176
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | / / / / | |_|_|/ / / / |/| | | | | |
| * | | | | | Tests/FortranModules: add a test for iface Fortran sourcesBen Boeckel2023-09-205-0/+38
| * | | | | | Tests/FortranModules: also test INTERFACE targets with Fortran sourcesBen Boeckel2023-09-204-0/+22
| * | | | | | add_custom_target: Fix regression with Fortran sourcesBen Boeckel2023-09-205-2/+29
| * | | | | | Tests/FortranModules: add a test case for #25223Ben Boeckel2023-09-187-0/+81
| * | | | | | Tests/FortranModules: move issue 25112 fix from FortranOnlyBen Boeckel2023-09-185-6/+6
| |/ / / / /
* | | | | | Merge topic 'remove-redundant-stat'Brad King2023-09-207-22/+13
|\ \ \ \ \ \
| * | | | | | Source: Remove redundant FileIsDirectory checksscivision2023-09-194-12/+6
| * | | | | | Source: Remove redundant FileIsSymlink checksscivision2023-09-183-10/+7
* | | | | | | Merge topic 'cache-ldconfigpaths'Brad King2023-09-201-6/+5
|\ \ \ \ \ \ \
| * | | | | | | cmBinUtilsLinuxELFLinker: Cache ldconfig resultsAtılhan Emre Dursunoğlu2023-09-191-6/+5
* | | | | | | | Merge topic 'FindPkgConfig-override'Brad King2023-09-204-2/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | FindPkgConfig: Allow to override variables when calling pkg_get_variableCorentin Noël2023-09-194-2/+48
* | | | | | | | | CMake Nightly Date StampKitware Robot2023-09-201-1/+1
| |_|_|_|/ / / / |/| | | | | | |