| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'ep-redownload-on-SOURCE_DIR-change' | Brad King | 2022-02-02 | 2 | -63/+63 |
|\ |
|
| * | ExternalProject: Rerun download on SOURCE_DIR change | Craig Scott | 2022-02-01 | 2 | -63/+63 |
|
|
* | | Merge topic 'FindHDF5-imported-per-config' | Brad King | 2022-02-01 | 1 | -4/+42 |
|\ \ |
|
| * | | FindHDF5: Set config-specific locations for imported targets | Brad King | 2022-01-31 | 1 | -2/+42 |
|
|
| * | | FindHDF5: Drop IMPORTED_IMPLIB property from imported UNKNOWN libraries | Brad King | 2022-01-31 | 1 | -2/+0 |
|
|
* | | | Merge topic 'feature/findruby-3x' | Brad King | 2022-02-01 | 1 | -7/+28 |
|\ \ \ |
|
| * | | | FindRuby: evict non-matching binaries and keep scanning. | Mihai Moldovan | 2022-01-31 | 1 | -1/+12 |
|
|
| * | | | FindRuby: add support for versions up to 3.1. | Mihai Moldovan | 2022-01-31 | 1 | -6/+16 |
| | |/
| |/| |
|
* | | | Merge topic 'cpack_nsis_no_description' | Brad King | 2022-02-01 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | CPack/NSIS: Fix description not displayed for components | Johnny Jazeix | 2022-01-29 | 1 | -2/+1 |
| |/ / |
|
* | | | Merge topic 'iar_cmp0057' | Brad King | 2022-01-31 | 1 | -3/+6 |
|\ \ \
| |/ /
|/| | |
|
| * | | IAR/CXX: Fix compatibility with CMP0057 OLD | Raul Tambre | 2022-01-29 | 1 | -3/+6 |
|
|
| * | | Merge topic 'FindThreads-libc-pthread-flag' into release-3.22 | Brad King | 2022-01-27 | 1 | -8/+11 |
| |\ \ |
|
| | * | | FindThreads: Honor THREADS_PREFER_PTHREAD_FLAG when pthread is found in libc | Mattias Ellert | 2022-01-26 | 1 | -8/+11 |
|
|
* | | | | Merge topic 'FindOpenSSL-wince' | Brad King | 2022-01-29 | 1 | -1/+5 |
|\ \ \ \ |
|
| * | | | | FindOpenSSL: Fix ws2 reference on WinCE | leha-bot | 2022-01-28 | 1 | -1/+5 |
|
|
* | | | | | IBMClang: Do not use -fvisibility on AIX | Brad King | 2022-01-28 | 2 | -0/+2 |
|
|
* | | | | | Merge topic 'ibmclang-compiler' | Brad King | 2022-01-28 | 11 | -1/+190 |
|\ \ \ \ \ |
|
| * | | | | | IBMClang: Add support for IBM Open XL C/C++ | Aaron Liu | 2022-01-27 | 11 | -1/+190 |
|
|
* | | | | | | CUDA: Fix issuing error if default architecture detection fails | Raul Tambre | 2022-01-27 | 1 | -32/+30 |
|
|
* | | | | | | CUDA: Error on empty/invalid CMAKE_CUDA_ARCHITECTURES set by user | Raul Tambre | 2022-01-27 | 1 | -1/+8 |
|
|
* | | | | | | CUDA: Actually use reverse architecture deprecation order for Clang | Raul Tambre | 2022-01-27 | 1 | -1/+1 |
| |/ / / /
|/| | | | |
|
* | | | | | FindCUDA: Make version extraction robust to empty output | David Berard | 2022-01-26 | 1 | -2/+2 |
|
|
* | | | | | Merge topic 'FindMPI-static-first' | Brad King | 2022-01-26 | 1 | -1/+1 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | FindMPI: Place static first in mpi test source | Brad King | 2022-01-25 | 1 | -1/+1 |
|
|
* | | | | | Merge topic 'FindXercesC-NAMES_PER_DIR' | Brad King | 2022-01-26 | 1 | -0/+2 |
|\ \ \ \ \ |
|
| * | | | | | FindXercesC: Use NAMES_PER_DIR | jpfeuffer | 2022-01-25 | 1 | -0/+2 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge topic 'FindCUDAToolkit-doc' | Brad King | 2022-01-25 | 1 | -3/+1 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | FindCUDAToolkit: Remove duplicated targets in docs | Guo | 2022-01-24 | 1 | -3/+1 |
|
|
* | | | | | Merge topic 'cmp0128_cuda' | Brad King | 2022-01-24 | 2 | -2/+2 |
|\ \ \ \ \
| |_|/ / /
|/| | / /
| | |/ /
| |/| | |
|
| * | | | XL: Detect default extensions mode for legacy compiler | Raul Tambre | 2022-01-23 | 2 | -2/+2 |
|
|
* | | | | ExternalProject: Move inline scripts to separate files | Craig Scott | 2022-01-22 | 6 | -222/+337 |
|
|
* | | | | ExternalProject: Ensure _ep_set_directories records cmake paths | Craig Scott | 2022-01-22 | 1 | -0/+5 |
|
|
* | | | | ExternalProject: Move existing step scripts to separate subdirectory | Craig Scott | 2022-01-22 | 5 | -8/+8 |
| |/ /
|/| | |
|
* | | | Merge topic 'CheckPIESUpported-supports-SYSROOT' | Brad King | 2022-01-20 | 4 | -11/+40 |
|\ \ \ |
|
| * | | | CheckPIESupported: now uses any SYSROOT settings | Marc Chevrier | 2022-01-19 | 1 | -10/+16 |
|
|
| * | | | Check{Compiler,Linker}Flag: Add possibility to retrieve check outputs | Marc Chevrier | 2022-01-19 | 3 | -1/+24 |
|
|
* | | | | Merge topic 'FortranCInterface-gcc-12-lto' | Brad King | 2022-01-20 | 1 | -0/+13 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | FortranCInterface: Fix compatibility with GCC gfortran 12 LTO | Björn Esser | 2022-01-19 | 1 | -0/+13 |
|
|
* | | | | CPack/DMG: Add explicit option to use CPACK_RESOURCE_FILE_LICENSE for SLA | Brad King | 2022-01-18 | 1 | -0/+5 |
| |/ /
|/| | |
|
* | | | Merge topic 'cuda_host_env' | Brad King | 2022-01-18 | 1 | -9/+9 |
|\ \ \ |
|
| * | | | CUDA: Fix CMAKE_CUDA_COMPILER_ARG1 cache description | Raul Tambre | 2022-01-15 | 1 | -9/+9 |
|
|
* | | | | Merge topic 'CheckLinkerFlag-update-implementation' | Brad King | 2022-01-18 | 4 | -111/+116 |
|\ \ \ \ |
|
| * | | | | CheckLinkerFlag: rely now on internal implementation | Marc Chevrier | 2022-01-14 | 2 | -47/+37 |
|
|
| * | | | | internal/CheckCompilerFlag: rely on common configuration | Marc Chevrier | 2022-01-14 | 2 | -64/+79 |
|
|
* | | | | | Merge topic 'IntelLLVM-windows-link-with-driver' | Brad King | 2022-01-18 | 1 | -0/+13 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | IntelLLVM: Set linker to compiler driver for Windows | William R. Dieter | 2022-01-14 | 1 | -0/+13 |
| |/ / / |
|
* | | | | Merge topic 'cudatoolkit_find_cufft_static_nocallback' | Brad King | 2022-01-13 | 1 | -0/+4 |
|\ \ \ \ |
|
| * | | | | CUDAToolkit: Add CUDA::cufft_static_nocallback target | Robert Maynard | 2022-01-12 | 1 | -0/+4 |
| |/ / / |
|
* | | | | FindCUDAToolkit: depend cublas on cublasLt for CUDA 11.0+ | Robert Maynard | 2022-01-12 | 1 | -0/+7 |
|/ / / |
|