summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'msvc-c++23' into release-3.22Brad King2021-10-121-0/+1
|\
| * MSVC: Tolerate cxx_std_23 feature on older compiler versionsBrad King2021-10-071-0/+1
* | Merge topic 'find-blas-lapack-cleanup'Brad King2021-10-082-30/+30
|\ \
| * | FindBLAS: Fix EML and ArmPL indentationsIgor S. Gerasimov2021-10-071-19/+19
| * | FindBLAS: Replace set(A val) with string(APPEND)Igor S. Gerasimov2021-10-072-8/+8
| * | FindLAPACK: Replace set(A val) with string(APPEND)Igor S. Gerasimov2021-10-071-5/+5
* | | Merge topic 'revert-debian-libexec'Brad King2021-10-081-13/+2
|\ \ \ | |/ / |/| |
| * | GNUInstallDirs: Fix misinterpretation of Debian Policy on LIBEXECDIRTimo Röhling2021-10-071-13/+2
* | | Merge topic 'math_libs_include'Brad King2021-10-071-0/+19
|\ \ \
| * | | FindCUDAToolkit: Fix missing sibling include directory for math librariesSteven Hahn2021-10-051-0/+19
* | | | Merge topic 'FindJasper-imported-target'Brad King2021-10-071-26/+69
|\ \ \ \
| * | | | FindJasper: Add IMPORTED targetHiroshi Miura2021-10-061-0/+27
| * | | | FindJasper: Add JASPER_INCLUDE_DIRS result variableHiroshi Miura2021-10-061-1/+4
| * | | | FindJasper: Modernize documentation layoutHiroshi Miura2021-10-061-7/+24
| * | | | FindJasper: Modernize code layoutHiroshi Miura2021-10-061-20/+16
* | | | | Merge topic 'xcode-lang-defaults'Brad King2021-10-071-3/+10
|\ \ \ \ \
| * | | | | Xcode: Fix detection of default language standard when given -std= flagsBrad King2021-10-061-2/+9
| * | | | | CMakeDetermineCompilerId: Tolerate variables named for languagesBrad King2021-10-061-1/+1
| |/ / / /
* | | | | Merge topic 'corret_nvhpc_fortran_compile_deps'Brad King2021-10-073-12/+21
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | NVHPC: only use '-MD' for the C and CXX languagesRobert Maynard2021-10-063-12/+21
* | | | | Merge topic 'cpack-qtifw-4.1'Brad King2021-10-061-0/+1
|\ \ \ \ \
| * | | | | CPack/IFW: Add support for QtIFW 4.1Erlend E. Aasland2021-10-051-0/+1
| * | | | | Merge topic 'FortranCInterface-timestamp-check' into release-3.21Brad King2021-10-041-2/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'find-blas-lapack-sizeof-integer'Brad King2021-10-062-182/+396
|\ \ \ \ \ \ \
| * | | | | | | FindLAPACK: Stop processing if LAPACK library does not have 64-bit integer APIIgor S. Gerasimov2021-10-051-33/+51
| * | | | | | | FindBLAS: Stop processing if BLAS library does not have 64-bit integer APIIgor S. Gerasimov2021-10-051-44/+68
| * | | | | | | FindLAPACK: Search 32/64-bit integer API via BLA_SIZEOF_INTEGER if possibleIgor S. Gerasimov2021-10-051-4/+82
| * | | | | | | FindBLAS: Search 32/64-bit integer API via BLA_SIZEOF_INTEGER if possibleIgor S. Gerasimov2021-10-051-8/+98
| * | | | | | | FindBLAS: Update Fujitsu_SSL2Igor S. Gerasimov2021-10-051-21/+29
| * | | | | | | FindBLAS: Update FlexiBLASIgor S. Gerasimov2021-09-221-1/+5
| * | | | | | | FindBLAS: Update OpenBLASIgor S. Gerasimov2021-09-221-2/+6
| * | | | | | | FindBLAS: Update FLAMEIgor S. Gerasimov2021-09-221-1/+5
| * | | | | | | FindBLAS: Update Generic BLASIgor S. Gerasimov2021-09-221-1/+5
| * | | | | | | FindBLAS: Move NVHPC from Generic BLASIgor S. Gerasimov2021-09-221-1/+20
| * | | | | | | FindLAPACK: Update Generic LAPACKIgor S. Gerasimov2021-09-221-1/+4
| * | | | | | | FindLAPACK: Update FlexiBLASIgor S. Gerasimov2021-09-221-1/+5
| * | | | | | | FindLAPACK: Update OpenBLASIgor S. Gerasimov2021-09-221-1/+5
| * | | | | | | FindLAPACK: Update NVHPCIgor S. Gerasimov2021-09-221-1/+6
| * | | | | | | FindLAPACK: EML: LAPACK is in BLASIgor S. Gerasimov2021-09-221-18/+2
| * | | | | | | FindLAPACK: IBMESSL: LAPACK is in BLASIgor S. Gerasimov2021-09-221-18/+2
| * | | | | | | FindLAPACK: Fujitsu_SSL2: LAPACK is in BLASIgor S. Gerasimov2021-09-221-26/+3
* | | | | | | | Merge topic 'fetchcontent-CMAKE-vars-passthrough'Craig Scott2021-10-062-11/+29
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | FetchContent: Pass through networking-related CMAKE_... variablesCraig Scott2021-10-051-7/+25
| * | | | | | | Help: Add documentation for CMAKE_TLS_CAINFOCraig Scott2021-10-041-4/+4
* | | | | | | | Merge topic 'iar-assembly-S-extension'Brad King2021-10-051-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | IAR: added .S extension for IAR-ASM.cmakeFelipe Torrezan2021-10-021-1/+1
| |/ / / / / / /
* | | | | | | | Merge topic 'default_extensions'Brad King2021-10-0416-36/+116
|\ \ \ \ \ \ \ \
| * | | | | | | | cmStandardLevelResolver: Avoid unnecessary flags, fix unset level logicRaul Tambre2021-09-292-1/+2
| * | | | | | | | CompilerID: Compiler extensions default detectionRaul Tambre2021-09-2814-6/+85
| * | | | | | | | CompilerID: Rename language_dialect to language_standardRaul Tambre2021-09-287-29/+29