| Commit message (Expand) | Author | Age | Files | Lines |
* | Help: Drop incorrect versionadded mark from CMAKE_MATCH_<n> | Brad King | 2024-01-09 | 1 | -2/+0 |
|
|
* | Merge topic 'cmake-test-launcher' | Brad King | 2023-12-15 | 1 | -0/+16 |
|\ |
|
| * | add_test: Optionally use a launcher for tests running in-project targets | Ralf Habacker | 2023-12-13 | 1 | -0/+16 |
|
|
* | | Merge topic 'compute-compiler-linker' | Brad King | 2023-12-09 | 1 | -0/+2 |
|\ \ |
|
| * | | LinkerId: Identify AIX and SunOS system linkers | Brad King | 2023-12-08 | 1 | -0/+2 |
| |/ |
|
* | | Merge topic 'LLVMFlang-Fortran-link-enhancements' | Brad King | 2023-12-09 | 1 | -5/+7 |
|\ \ |
|
| * | | LLVMFlang Fortran: enhance link capabilities | Marc Chevrier | 2023-12-08 | 1 | -5/+7 |
| |/ |
|
* | | MSVC: Teach find_library to consider Rust's '${name}.dll.lib' convention | Daniel Ching | 2023-12-08 | 1 | -5/+5 |
|/ |
|
* | VS: Add support for using Intel oneAPI Fortran compiler in .vfproj files | Brad King | 2023-11-22 | 2 | -0/+26 |
|
|
* | Merge topic 'ci-fedora-39' | Brad King | 2023-11-20 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'backport-ci-fedora-39' into ci-fedora-39 | Brad King | 2023-11-17 | 1 | -1/+1 |
| |\ |
|
| | * | codespell: Fix typos | Brad King | 2023-11-17 | 1 | -1/+1 |
|
|
* | | | Merge topic 'swift-compilation-mode' | Brad King | 2023-11-19 | 1 | -0/+32 |
|\ \ \
| |/ /
|/| | |
|
| * | | Swift: Add abstraction for compilation mode | Evan Wilde | 2023-11-17 | 1 | -0/+32 |
|
|
* | | | Merge topic 'autogen-rsp' | Brad King | 2023-11-17 | 1 | -0/+10 |
|\ \ \ |
|
| * | | | Autogen: Add support for response files for moc predef targets | tophoo | 2023-11-16 | 1 | -0/+10 |
|
|
* | | | | Merge topic 'doc-find_package-advice' | Brad King | 2023-11-15 | 2 | -0/+41 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Help: Note ways CMAKE_..._FIND_PACKAGE_... vars can break projects | Craig Scott | 2023-11-07 | 2 | -0/+41 |
|
|
* | | | | install(EXPORT): Export find_dependency() calls | Kyle Edwards | 2023-11-13 | 1 | -0/+6 |
| |/ /
|/| | |
|
* | | | Optionally make `test` target depend on `all` | William Sciaroni | 2023-11-10 | 2 | -0/+21 |
|/ / |
|
* | | Link Step: compute effective linker used by the compiler | Marc Chevrier | 2023-10-24 | 4 | -0/+77 |
|
|
* | | CMAKE_PROJECT_INCLUDE: Allow to run module files | Cristian Le | 2023-10-18 | 5 | -4/+12 |
|
|
* | | CMAKE_PROJECT_INCLUDE: Add support for including multiple files | Cristian Le | 2023-10-18 | 4 | -4/+20 |
|
|
* | | Add options to specify linker tool | Marc Chevrier | 2023-10-13 | 4 | -0/+120 |
|/ |
|
* | cmExperimental: remove the flag for C++ modules | Ben Boeckel | 2023-10-02 | 1 | -6/+1 |
|
|
* | Merge topic 'misc-cxxmodule-fixes' | Brad King | 2023-09-27 | 1 | -2/+4 |
|\ |
|
| * | Help/CMAKE_EXPORT_COMPILE_COMMANDS: mention the `output` field | Ben Boeckel | 2023-09-25 | 1 | -2/+4 |
|
|
* | | Merge topic 'hip-nvidia' | Brad King | 2023-09-26 | 2 | -31/+47 |
|\ \ |
|
| * | | HIP: Add CMAKE_HIP_HOST_COMPILER when compiler is NVCC | Brad King | 2023-09-25 | 1 | -5/+8 |
|
|
| * | | CUDA: Generalize CMAKE_{CUDA => <LANG>}_HOST_COMPILER variable docs | Brad King | 2023-09-25 | 2 | -31/+44 |
|
|
* | | | OrangeC: Add support for OrangeC compiler | David Lindauer | 2023-09-25 | 1 | -0/+2 |
|/ / |
|
* | | CrayClang: Add support for this compiler | Ryan Krattiger | 2023-09-22 | 1 | -0/+1 |
|/ |
|
* | Merge topic 'hip-nvidia' | Brad King | 2023-09-22 | 2 | -3/+29 |
|\ |
|
| * | HIP: Add support for NVIDIA GPUs | Brad King | 2023-09-21 | 1 | -1/+4 |
|
|
| * | HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platform | Brad King | 2023-09-21 | 2 | -3/+26 |
|
|
* | | Help: Clarify requirements for find_package to use lib{64,32,x32} paths | Brad King | 2023-09-20 | 1 | -2/+2 |
|/ |
|
* | MinGW: Search for packages in standard MSYSTEM environment prefixes | Brad King | 2023-09-13 | 1 | -0/+6 |
|
|
* | Xcode: reject legacy buildsystem for Xcode 14 | Gregor Jasny | 2023-08-31 | 1 | -1/+2 |
|
|
* | Help:ENV: note escaping needed for special characters | scivision | 2023-08-17 | 1 | -0/+11 |
|
|
* | Merge branch 'backport-vs-sdk-selection' into vs-sdk-selection | Brad King | 2023-08-10 | 1 | -1/+5 |
|\ |
|
| * | VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selection | Brad King | 2023-08-10 | 1 | -0/+4 |
|
|
| * | VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versions | Brad King | 2023-08-10 | 1 | -1/+1 |
|
|
* | | Merge topic 'doc-fixups-release-3.27' | Craig Scott | 2023-08-07 | 2 | -6/+9 |
|\ \
| |/ |
|
| * | Help: Improve formatting and fix wording for ENABLE_EXPORTS | Craig Scott | 2023-08-06 | 1 | -3/+4 |
|
|
| * | Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLY | Craig Scott | 2023-08-04 | 1 | -3/+5 |
|
|
* | | Help: Explicitly note that projects should not set CMAKE_CUDA_HOST_COMPILER | Brad King | 2023-07-31 | 1 | -0/+7 |
|
|
* | | Help: Document IOS_INSTALL_COMBINED as deprecated | Márton Marczell | 2023-07-20 | 1 | -0/+3 |
|
|
* | | apple: add preliminary visionOS support | Gregor Jasny | 2023-07-11 | 3 | -3/+3 |
|
|
* | | Merge topic 'link-depends-is-OFF' | Brad King | 2023-06-26 | 1 | -0/+8 |
|\ \
| |/ |
|
| * | link dependencies: deactivate the feature | Marc Chevrier | 2023-06-23 | 1 | -0/+8 |
|
|