summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'flang-j-as-moddir' into release-4.1Brad King2025-11-251-1/+1
|\
| * LLVMFlang-Fortran: Use -J instead of -module-dirTarun Prabhu2025-11-241-1/+1
| * CPack: Backport "correctly perform querytags on old versions of RPM"Brad King2025-11-101-0/+10
| * CPack/RPM: Backport "Fix detection of RPM support for weak dependencies"Brad King2025-11-101-10/+14
| * CPack/RPM: Backport "Remove redundant conditions for presence of rpmbuild"Brad King2025-11-101-50/+31
* | Merge branch 'backport-4.0-xcode-macos-deployment-target'Brad King2025-10-261-15/+45
|\ \
| * | Xcode: Restore default CMAKE_OSX_DEPLOYMENT_TARGET to run on hostBrad King2025-10-261-3/+33
| * | Apple: Initialize deployment target after SDKBrad King2025-10-261-15/+15
| * | Merge topic 'FindPython-3.15' into release-4.0Brad King2025-10-253-3/+3
| |\ \ | | |/
| * | macOS: Avoid relying on sw_vers when cross-compiling from another OSBrad King2025-10-222-12/+9
| * | macOS: Remove outdated condition for CMAKE_OSX_DEPLOYMENT_TARGETBrad King2025-10-221-1/+1
| * | Merge topic 'clang_cuda_support_cuda_13' into release-4.0Brad King2025-08-151-4/+10
| |\ \
| * \ \ Merge topic 'cuda_13_support' into release-4.0Brad King2025-08-051-68/+77
| |\ \ \
| * \ \ \ Merge topic 'cuda_ensure_arch_order' into release-4.0Brad King2025-08-051-2/+3
| |\ \ \ \
| * \ \ \ \ Merge topic 'qcc-8-cxx-lang-flag' into release-4.0Brad King2025-08-051-3/+11
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'backport-determine-abi-fix' into release-4.0Brad King2025-07-281-1/+7
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindPython-3.15' into release-4.1Brad King2025-10-253-3/+3
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | FindPython: Add support for Python 3.15Karolina Surma2025-10-243-3/+3
| * | | | | | | Apple: Backport "Enable linking during iOS toolchain inspection" to 3.31Brad King2025-10-214-8/+0
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | LFortran: Update flags renamed by version 0.55Christopher Albert2025-09-162-2/+12
* | | | | | | GNUInstallDirs: Fix regression on -DCMAKE_INSTALL_<dir>=<default> in /usrCristian Le2025-09-101-3/+5
* | | | | | | ASM: Restore CMAKE_ASM_COMPILER_ARCHITECTURE_ID persistenceBrad King2025-09-081-1/+1
* | | | | | | FindPython: Ensure correct handling of Python_FIND_ABI variableMarc Chevrier2025-09-041-8/+15
* | | | | | | Merge topic 'clang_cuda_support_cuda_13' into release-4.1Brad King2025-08-151-4/+10
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Clang/CUDA: Support CUDA Toolkit 13 new include layoutRobert Maynard2025-08-141-4/+10
| * | | | | | Merge topic 'cuda_13_support' into release-3.31Brad King2025-08-051-68/+77
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge topic 'cuda_ensure_arch_order' into release-3.31Brad King2025-08-051-2/+3
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge topic 'qcc-8-cxx-lang-flag' into release-3.31Brad King2025-08-051-3/+11
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | QCC-CXX: use `-x c++` on 8+Ben Boeckel2025-08-021-3/+11
* | | | | | Merge topic 'cuda_13_support' into release-4.1Brad King2025-08-051-68/+77
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | CUDA: Add CUDA 13.0 support to 'all' and 'all-major' architecture tablesRobert Maynard2025-08-041-68/+77
| | |_|/ / | |/| | |
* | | | | Merge topic 'cuda_ensure_arch_order' into release-4.1Brad King2025-08-051-2/+3
|\ \ \ \ \ | |/ / / /
| * | | | CUDA: Make sure CUDA architectures are in orderRobert Maynard2025-08-041-2/+3
| |/ / /
| * | | CMakeDetermineCompilerABI: Make ABI info string more robustBrad King2025-07-281-1/+7
| |/ /
* | | Merge topic 'qcc-8-cxx-lang-flag' into release-4.1Brad King2025-08-051-3/+11
|\ \ \
| * | | QCC-CXX: use `-x c++` on 8+Ben Boeckel2025-08-021-3/+11
* | | | MSVC: Fix regression that links shared libraries with bogus -shared flagBrad King2025-08-011-0/+1
|/ / /
* | | FortranCInterface: Add support for LFortran module manglingBrad King2025-07-241-0/+2
* | | cmExperimental: remove the flag for Windows Kernel Mode Driver supportBrad King2025-07-091-6/+0
* | | CUDA: Improve error message for nonexistent compiler pathsRobert Maynard2025-07-081-1/+1
* | | Merge topic 'GNUInstallDirs-cached-default' into release-4.1Brad King2025-07-031-1/+4
|\ \ \
| * | | GNUInstallDirs: Fix regression on -DCMAKE_INSTALL_<dir>=<default>Brad King2025-07-021-1/+4
* | | | clang-cl: Add support for C23Yonggang Luo2025-07-011-0/+12
|/ / /
* | | FindBoost: Add support for Boost 1.88Kefu Chai2025-06-301-2/+17
* | | Merge topic 'llvm-binutils' into release-4.1Brad King2025-06-241-1/+1
|\ \ \
| * | | BinUtils: pick LLVM variants for LLVMFlang and IntelLLVM as wellEisuke Kawashima2025-06-231-1/+1
* | | | Merge topic 'normalize-toolchain-file' into release-4.1Brad King2025-06-241-10/+17
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | cmake: Restore acceptance of -DCMAKE_TOOLCHAIN_FILE=//... on non-WindowsBrad King2025-06-231-10/+17
| * | Merge topic 'cuda-nvcc-system-includes' into release-4.0Brad King2025-06-062-2/+33
| |\ \ | | |/
| * | Merge topic 'clang-cuda-archs' into release-4.0Brad King2025-06-031-12/+13
| |\ \