summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | FindGLUT: Reduce if/else nesting and indentationChristopher Degawa2021-07-021-68/+59
| |/ / / / / /
* | | | | | | Merge topic 'correct_cuda_toolkit_version_typo'Brad King2021-07-071-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | |
| * | | | | Correct CUDAToolkit_VERSION_MINOR variable name typoRobert Maynard2021-07-061-1/+1
| | |_|/ / | |/| | |
* | | | | Merge topic 'FindCUDATookit-ordering'Brad King2021-07-021-2/+2
|\ \ \ \ \
| * | | | | FindCUDATookit: Fix ordering of libraries in imported targetsDan Ibanez2021-07-011-2/+2
* | | | | | Merge topic 'compiler-id-msvc-no-lib'Brad King2021-07-022-2/+4
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | DetermineCompiler: Restore identification of MSVC with no INCLUDE or LIBBrad King2021-07-012-2/+4
| | |/ / / | |/| | |
| * | | | Merge topic 'fujitsu-clang-findbinutils' into release-3.21Brad King2021-06-302-0/+9
| |\ \ \ \
| * \ \ \ \ Merge topic 'rpm-suggests' into release-3.21Brad King2021-06-301-0/+15
| |\ \ \ \ \
* | | | | | | FindMPI: Fix missing static warning in the mpi test sourceChuck Atkins2021-06-301-9/+9
* | | | | | | Merge topic 'fujitsu-clang-findbinutils'Brad King2021-06-302-0/+9
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | FujitsuClang: Change LTO option from -flto=thin to -fltoYuichiro Utsumi2021-06-291-0/+3
| * | | | | | FujitsuClang: Set CMAKE_<LANG>_COMPILER_AR and CMAKE_<LANG>_COMPILER_RANLIBYuichiro Utsumi2021-06-291-0/+6
* | | | | | | Merge topic 'rpm-suggests'Brad King2021-06-301-0/+15
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | CPack/RPM: Fix weak dep supportAlex Sweet2021-06-291-0/+15
| |/ / / / /
* | | | | | Merge topic 'compiler-id-msvc-has-include'Brad King2021-06-302-0/+8
|\ \ \ \ \ \ | | |/ / / / | |/| / / / | |_|/ / / |/| | | |
| * | | | DetermineCompiler: Restore identification of MSVC with no INCLUDE dirsBrad King2021-06-292-0/+8
| |/ / /
| * | | Merge topic 'yasm-no-deps' into release-3.21Brad King2021-06-281-7/+9
| |\ \ \
| * \ \ \ Merge topic 'Help-UseJava-reorganization' into release-3.21Brad King2021-06-251-351/+454
| |\ \ \ \
| * \ \ \ \ Merge topic 'fujitsu-ipo' into release-3.21Brad King2021-06-251-0/+10
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'Fortran-abi-f90'Brad King2021-06-282-1/+56
|\ \ \ \ \ \ \
| * | | | | | | Fortran: Subsume F90 check into ABI checkMichael Hirsch2021-06-252-1/+56
* | | | | | | | Merge topic 'yasm-no-deps'Brad King2021-06-281-7/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | ASM_NASM: Do not generate depfiles with YASMGregor Jasny2021-06-251-7/+9
* | | | | | | Merge topic 'Help-UseJava-reorganization'Brad King2021-06-251-351/+454
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Help: UseJava reorganizationMarc Chevrier2021-06-241-351/+454
| |/ / / / /
* | | | | | Merge topic 'fujitsu-ipo'Brad King2021-06-251-0/+10
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Fujitsu: Add IPO support for FortranPaul Zehner2021-06-241-0/+10
| |/ / / /
* | | | | Merge topic 'FindOpenMP-fujitsu'Brad King2021-06-251-0/+4
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FindOpenMP: Link with OpenMP flags on FujitsuEisuke Kawashima2021-06-241-0/+4
| |/ / /
* | | | Merge topic 'cuda-rules-override'Brad King2021-06-231-0/+19
|\ \ \ \ | |/ / /
| * | | CUDA: Implement CMAKE_USER_MAKE_RULES_OVERRIDE[_CUDA]Seth R Johnson2021-06-221-0/+19
| * | | Merge topic 'ep-git-update-commit-ref' into release-3.21Brad King2021-06-211-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge topic 'GNUInstallDirs-alpine' into release-3.21Brad King2021-06-211-0/+1
| |\ \ \
* | \ \ \ Merge topic 'ep-git-update-commit-ref'Brad King2021-06-211-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ExternalProject: Use ${ref}^0 to avoid MSYS/Cygwin shell substitutionsCraig Scott2021-06-201-1/+1
* | | | | Merge topic 'GNUInstallDirs-alpine'Brad King2021-06-211-0/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | GNUInstallDirs: don't use lib64 on Alpine LinuxNatanael Copa2021-06-181-0/+1
* | | | | Merge topic 'FindPkgConfig-PKG_CONFIG-args'Brad King2021-06-211-5/+34
|\ \ \ \ \
| * | | | | FindPkgConfig: split args if loaded from environmentChristopher Degawa2021-06-181-5/+34
* | | | | | Merge topic 'msvc-isystem'Brad King2021-06-212-0/+12
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Compiler/MSVC: use the `-external:I` flag for system includesBen Boeckel2021-06-182-0/+12
| |/ / / /
* | | | | CompilerId: Tolerate variables named for languagesPhilippe Canal2021-06-181-6/+6
| |/ / / |/| | |
* | | | CheckCompilerFlag: Handle -Werror= for GCC 11Marc Aldorasi2021-06-171-2/+4
|/ / /
* | | AppleClang: Add flags for C17 and C23Brad King2021-06-161-1/+11
* | | FindLATEX: Search user-local MiKTeX locationsSteven A White2021-06-161-0/+4
* | | CMakeDependentOption: Allow parentheses in the depends stringDaniel Schürmann2021-06-141-1/+4
* | | Merge topic 'objc-std-17-23'Brad King2021-06-144-1/+33
|\ \ \
| * | | ObjectiveC: Add C17 and C23 supportGregor Jasny2021-06-114-1/+33
* | | | Merge topic 'FindBLAS-LAPACK-docs'Brad King2021-06-142-151/+186
|\ \ \ \