summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'find_cudatoolkit_avoid_nvhpc_symlinks'Brad King2022-12-011-7/+28
|\
| * FindCUDAToolkit: Ensure that paths provided have no symlinksRobert Maynard2022-11-301-7/+28
* | Merge topic 'watcom-win16'Brad King2022-12-011-9/+38
|\ \
| * | OpenWatcom: Add support for 16-bit Windowsjbs2022-11-301-9/+38
* | | Merge topic 'msys-pkgconf'Brad King2022-12-012-7/+13
|\ \ \ | |/ / |/| |
| * | MSYS Makefiles: Modernize search paths for common MSYS 'make' locationsZiemowit Łąski2022-11-301-3/+8
| * | FindMsys: Modernize search paths for common MSYS locationsZiemowit Łąski2022-11-301-4/+5
* | | FindPython: add support for Stable ABIMarc Chevrier2022-11-293-96/+791
| |/ |/|
* | Merge topic 'iar-rsp-on-objects'Brad King2022-11-291-22/+16
|\ \
| * | IAR: Add response flag for filesFelipe Torrezan2022-11-271-22/+16
| |/
* | Merge topic 'source-from-var'Brad King2022-11-292-4/+6
|\ \
| * | Check*: Restore support for arbitrary result variable namesZhong Ruoyu2022-11-282-4/+6
* | | Merge topic 'FindRuby-doc-fix'Brad King2022-11-291-3/+0
|\ \ \
| * | | FindRuby: Remove documentation for non-existent Ruby_ROOT_DIRHannes Braun2022-11-281-3/+0
| |/ /
* | | Merge topic 'android-no-LINUX'Brad King2022-11-291-0/+1
|\ \ \
| * | | Android: Revert setting LINUX variable on Android target systemsBrad King2022-11-281-0/+1
| |/ /
* | | Merge topic 'msvc-cxx-no-optin-experimental-flag'Brad King2022-11-291-1/+0
|\ \ \
| * | | MSVC: don't opt into dyndep supportBen Boeckel2022-11-281-1/+0
| |/ /
* | | Merge topic 'revert-find_library-msvc-libfoo.a'Brad King2022-11-291-2/+2
|\ \ \
| * | | MSVC: Revert "Teach find_library to consider the 'libfoo.a' naming convention"Brad King2022-11-281-2/+2
| |/ /
* | | Merge topic 'mingw-windres'Brad King2022-11-292-7/+11
|\ \ \ | |_|/ |/| |
| * | MinGW: Fix regression when windres is not foundBrad King2022-11-282-7/+11
* | | Merge topic 'find_cuda_toolkit_support_symlink_math_dirs'Brad King2022-11-231-3/+10
|\ \ \
| * | | FindCUDAToolkit: Support nvhpc splayed layouts without symlinksRobert Maynard2022-11-221-2/+8
| * | | FindCUDAToolkit: Handle CUDAToolkit_TARGET_DIR dir being a symlinkRobert Maynard2022-11-181-2/+3
* | | | Merge topic 'find_dependency-dedup'Brad King2022-11-221-25/+59
|\ \ \ \
| * | | | find_dependency: Avoid repeating identical dependency searchesBrad King2022-11-181-26/+59
| * | | | find_dependency: Unset temporary variables before returningBrad King2022-11-181-2/+3
* | | | | Merge topic 'opencl_framework'Brad King2022-11-221-1/+1
|\ \ \ \ \
| * | | | | OpenCL: Do not assume that OpenCL framework is always used in AppleIsuru Fernando2022-11-201-1/+1
| |/ / / /
* | | | | Merge topic 'FindCUDA-nppicom'Brad King2022-11-221-1/+3
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+Oleksii Udod2022-11-181-1/+3
* | | | Merge topic 'file-COPY_FILE-retry'Brad King2022-11-181-1/+1
|\ \ \ \
| * | | | ExternalData: Improve robustness on Windows to copy a data object to a fileBrad King2022-11-171-1/+1
| | |/ / | |/| |
* | | | Merge topic 'nvhpc_fortran_extensions'Brad King2022-11-182-1/+4
|\ \ \ \
| * | | | Fortran: Support cuf file extension when using nvfortranRobert Maynard2022-11-162-1/+4
* | | | | Merge topic 'FindCUDAToolkit_handle_nvptxcompiler_static_not_existing'Brad King2022-11-181-1/+3
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | FindCUDAToolkit: Handle toolkits that don't provide nvptxcompilerRobert Maynard2022-11-171-1/+3
* | | | Merge topic 'automoc-var-init'Brad King2022-11-171-3/+9
|\ \ \ \
| * | | | AutoMoc: Don't initialize already defined CMAKE_AUTOMOC_ variablesJoerg Bornemann2022-11-161-3/+9
* | | | | Merge topic 'compiler-predefines-only-cxx'Brad King2022-11-179-43/+59
|\ \ \ \ \
| * | | | | Only initialize CMAKE_CXX_COMPILER_PREDEFINES_COMMANDJoerg Bornemann2022-11-169-43/+59
| |/ / / /
* | | | | Merge topic 'FindPython-enhance-SOABI'Brad King2022-11-163-19/+40
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | FindPython: enhance SOABI computationMarc Chevrier2022-11-153-19/+40
| |/ / /
* | | | Merge topic 'qtifw-4.5'Brad King2022-11-161-0/+2
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | CPack/IFW: Add support for QtIFW 4.5Erlend E. Aasland2022-11-151-0/+2
| * | Merge topic 'msvc-19.34-cpp-modules' into release-3.25Brad King2022-11-141-0/+12
| |\ \
* | \ \ Merge topic 'legacy'Brad King2022-11-151-14/+38
|\ \ \ \
| * | | | CMakeDetermineSystem: use execute_process() vs. exec_program()Michael Hirsch2022-11-131-14/+38
* | | | | Merge topic 'nvcc-isystem'Brad King2022-11-141-1/+1
|\ \ \ \ \