summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'clang-manifest'Brad King2021-09-211-2/+4
|\
| * Clang: embed windows manifests with GNU interfaceThomas Bernard2021-09-161-2/+4
* | Merge topic 'platform-vars'Brad King2021-09-217-66/+20
|\ \
| * | MINGW: Define variable only when targeting Windows platformsBrad King2021-09-177-45/+20
| * | Cygwin: Remove redundant definitions of CYGWIN and UNIX variablesBrad King2021-09-166-21/+0
* | | Merge topic 'hip-no-hipcc'Brad King2021-09-2019-303/+101
|\ \ \
| * | | HIP: Simplify detection of HIP runtime CMake packageBrad King2021-09-166-125/+29
| * | | HIP: Remove ROMClang compiler id and use Clang directlyBrad King2021-09-1614-164/+24
| * | | HIP: Detect ROCm path earlierBrad King2021-09-163-15/+18
| * | | HIP: Use 'rocm_agent_enumerator' to determine CMAKE_HIP_ARCHITECTURESZack Galbreath2021-09-161-3/+34
* | | | Merge topic 'android-PATH'Brad King2021-09-171-5/+0
|\ \ \ \
| * | | | Android: Restore searching PATH for executableshhb2021-09-161-5/+0
| * | | | Merge branch 'GNUInstallDirs-variable-named-0' into release-3.20Brad King2021-08-241-1/+1
| |\ \ \ \
* | \ \ \ \ Merge topic 'iar-enable-in-list-operator'Brad King2021-09-171-0/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | IAR: Restore support for projects not enabling policy CMP0057Jean-Marc Hengen2021-09-161-0/+5
| | |_|/ / | |/| | |
| * | | | Merge topic 'FindPyhton-homebew-on-Mac-M1' into release-3.21Marc Chevrier2021-09-071-0/+1
| |\ \ \ \
| * \ \ \ \ Merge topic 'vs2022' into release-3.21Brad King2021-09-032-3/+10
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'cpack-nsis-apps-n-features'Brad King2021-09-151-1/+1
|\ \ \ \ \ \ \
| * | | | | | | CPack/NSIS: Fix uninstall on Windows using "Apps & Features"Andras Lasso2021-09-141-1/+1
* | | | | | | | FindFLTK: Safe to include multiple timesRobert Maynard2021-09-141-4/+8
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge topic 'find-matlab-imported-targets'Brad King2021-09-141-0/+53
|\ \ \ \ \ \ \
| * | | | | | | FindMatlab: Add imported targetsSilvio Traversaro2021-09-131-0/+53
* | | | | | | | Merge topic 'GNUInstallDirs_become_conda_install_aware'Brad King2021-09-141-5/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | GNUInstallDirs now aware of conda lib directory requirementsRobert Maynard2021-09-131-5/+32
| |/ / / / / / /
* | | | | | | | Merge topic 'iwyu-cl'Brad King2021-09-148-0/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | IWYU: Add `--driver-mode=cl` when applicablePigeonF2021-09-108-0/+8
| |/ / / / / / /
* | | | | | | | Merge topic 'CMakeDependentOption-condition-syntax'Brad King2021-09-141-19/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | CMakeDependentOption: Introduce policy CMP0127 for full Condition SyntaxDaniel Schürmann2021-09-101-19/+42
| |/ / / / / / /
* | | | | | | | Merge topic 'CMakeFindPackageMode-sysroot'Brad King2021-09-141-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | CMakeFindPackageMode: Honor CMAKE_SYSROOT to detect lib64 platformsPablo Romero2021-09-091-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'icu-advanced'Brad King2021-09-101-2/+2
|\ \ \ \ \ \ \
| * | | | | | | FindICU: Really mark variables as advancedMathieu Malaterre2021-09-061-2/+2
* | | | | | | | Merge topic 'clang_msvc_frontend_detection_for_asm'Brad King2021-09-101-1/+18
|\ \ \ \ \ \ \ \
| * | | | | | | | Clang: Add MSVC frontend detection for the ASM compilerThomas Bernard2021-09-091-1/+18
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'thread-typos'Marc Chevrier2021-09-101-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix typo in commentMattias Ellert2021-09-061-1/+1
| |/ / / / / /
* | | | | | | Merge topic 'FindPyhton-homebew-on-Mac-M1'Marc Chevrier2021-09-071-0/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | FindPython: Ensure homebrew on Mac M1 is usedMarc Chevrier2021-09-031-0/+1
* | | | | | Merge topic 'vs2022'Brad King2021-09-032-3/+10
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | IRSL: Add discovery of VS 2022 v143 toolset redistributablesBrad King2021-09-021-2/+6
| * | | | | MSVC: Fix MSVC_TOOLSET_VERSION for VS 2022 v143 toolsetBrad King2021-09-021-1/+4
| |/ / / /
* | | | | Merge topic 'FindBoost-1.77'Brad King2021-09-031-3/+18
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FindBoost: Add support for Boost 1.77Brad King2021-09-021-3/+18
| |/ / /
| * | | Merge topic 'GNUInstallDirs-variable-named-0' into release-3.21Brad King2021-08-251-1/+1
| |\ \ \ | | | |/ | | |/|
* | | | Merge topic 'darwin-wmake-jwasm-support'Brad King2021-08-251-1/+1
|\ \ \ \
| * | | | Use dashes for MASM flagsBradley Bell2021-08-211-1/+1
* | | | | Merge topic 'GNUInstallDirs-variable-named-0'Brad King2021-08-251-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | GNUInstallDirs: avoid unwanted variable dereferenceBen Boeckel2021-08-221-1/+1
* | | | | Merge topic 'host-distro-info'Brad King2021-08-242-0/+79
|\ \ \ \ \
| * | | | | cmake_host_system_information: Can run fallback scriptsAlex Turbov2021-08-202-0/+79