summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* FortranCInterface: Reuse primary detection results in VERIFY functionBrad King2023-05-011-0/+1
* Merge topic 'cpack-inno-setup'Brad King2023-05-013-7/+139
|\
| * CPack: Add Inno Setup generatorJannik Alber2023-04-283-7/+139
* | Merge topic 'FindDoxygen-custom-config-file'Brad King2023-04-281-4/+16
|\ \
| * | FindDoxygen: Optionally use custom config fileLe Go2023-04-271-4/+16
| |/
* | Merge topic 'modules-if-deref'Brad King2023-04-281-3/+3
|\ \
| * | CMakeDetermineCXXCompiler: Avoid if() quoted auto-dereferenceBrad King2023-04-271-3/+3
| |/
* | Merge topic 'update_FindCUDAToolkit_nvrtc_notes'Brad King2023-04-281-1/+0
|\ \
| * | FindCUDAToolkit: Update nvrtc section to clarify a static version existsRobert Maynard2023-04-271-1/+0
* | | Merge topic 'iar-silent-flag'Brad King2023-04-281-3/+7
|\ \ \ | |_|/ |/| |
| * | IAR: Move linker silencing flag to CMAKE_EXE_LINKER_FLAGSFelipe Torrezan2023-04-261-3/+7
| |/
* | Merge topic 'ninja-nvhpc-fortran-Werror'Brad King2023-04-271-1/+0
|\ \
| * | Ninja: Revert "Exclude NVHPC -Werror flags during Fortran preprocessing"Brad King2023-04-261-1/+0
* | | Merge topic 'ExternalProject-relative-git-urls'Craig Scott2023-04-273-0/+229
|\ \ \
| * | | ExternalProject/FetchContent: Support relative remote URLsChris Wright2023-04-263-0/+229
| | |/ | |/|
* | | VS/Android: Deduce processor type from CMAKE_GENERATOR_PLATFORMMichael Karcher2023-04-261-1/+14
| |/ |/|
* | Merge topic 'vs2022-android'Brad King2023-04-264-17/+16
|\ \
| * | VS/Android: Use safe API level when detecting the NDK directoryMichael Karcher2023-04-251-0/+1
| * | VS/Android: Detect full NDK root instead of sysrootMichael Karcher2023-04-252-14/+9
| * | VS/Android: Set API level explicitly during compiler identificationMichael Karcher2023-04-252-0/+3
| * | VS/Android: Do not specify Windows Runtime library type during compiler idMichael Karcher2023-04-251-1/+1
| * | VS/Android: Use ApplicationTypeRevision 3.0 in VS2022Michael Karcher2023-04-252-2/+2
| |/
* | Merge topic 'fortran_ninja_compile_as_warning'Brad King2023-04-262-2/+2
|\ \
| * | NVHPC: Use -Werror for COMPILE_OPTIONS_WARNING_AS_ERRORRobert Maynard2023-04-252-2/+2
| |/
* | Merge topic 'FindCUDAToolkit-static-deps'Brad King2023-04-261-1/+5
|\ \
| * | FindCUDAToolkit: Add missing static library dependencies on pthread and libdlRobert Maynard2023-04-261-1/+5
* | | Merge topic 'FindCUDAToolkit_nvrtc_windows_dependencies'Brad King2023-04-261-1/+6
|\ \ \ | |_|/ |/| |
| * | FindCUDAToolkit: Fix nvrtc_static dependencies on WindowsRobert Maynard2023-04-251-1/+6
| |/
| * Merge topic 'FindCUDAToolkit-nvptxcompiler_static-deps' into release-3.26Brad King2023-04-061-1/+1
| |\
* | \ Merge topic 'ninja-nvhpc-fortran-Werror'Craig Scott2023-04-101-0/+1
|\ \ \
| * | | Ninja: Exclude NVHPC -Werror flags during Fortran preprocessingBrad King2023-04-041-0/+1
* | | | Merge topic 'FindOpenSSL-mingw'Brad King2023-04-061-2/+2
|\ \ \ \
| * | | | FindOpenSSL: Fix finding header files and static libraries on MinGWمهدي شينون (Mehdi Chinoune)2023-04-051-2/+2
| |/ / /
* | | | Merge topic 'FindCUDAToolkit-nvptxcompiler_static-deps'Brad King2023-04-061-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | FindCUDAToolkit: nvptxcompiler_static correctly specify dependenciesRobert Maynard2023-04-051-1/+1
* | | | Merge topic 'FindCUDAToolkit-cusparse-deps'Brad King2023-04-061-6/+9
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | FindCUDAToolkit: Add dependency between cusparse and nvJitLinkRobert Maynard2023-04-051-6/+9
| |/
| * Merge topic 'swift-xcode-14.3' into release-3.26Brad King2023-04-041-4/+8
| |\
| * \ Merge topic 'vs-fortran-try_compile' into release-3.26Brad King2023-04-031-1/+0
| |\ \
* | \ \ Merge topic 'FindBLAS-LAPACK-vendor-var'Brad King2023-04-042-8/+10
|\ \ \ \
| * | | | Find{BLAS,LAPACK}: Prefer BLA_VENDOR cmake variable over env variableBrad King2023-04-032-8/+10
* | | | | Merge topic 'swift-xcode-14.3'Brad King2023-04-041-4/+8
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | Xcode: Fix detection of Swift compiler location for Xcode 14.3Brad King2023-04-031-4/+8
* | | | Merge topic 'vs-fortran-try_compile'Brad King2023-04-031-1/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | VS: Remove extra try_compile argument in Intel Fortran checkBrad King2023-03-311-1/+0
| * | | CompilerId: Restore logging of failed identifications in CMake 3.25Brad King2023-03-131-2/+4
| * | | Merge branch 'GoogleTest-type-param-suite' into release-3.25Brad King2023-03-031-1/+1
| |\ \ \ | | |/ /
* | | | Merge topic 'remove-FindPythonInterp-FindPythonLibs'Brad King2023-03-312-0/+26
|\ \ \ \
| * | | | FindPython{Interp,Libs}: Add policy to remove these modulesBrad King2023-03-302-0/+26
* | | | | Merge topic 'binutils-strip-macos'Brad King2023-03-311-1/+9
|\ \ \ \ \ | |/ / / / |/| | | |