summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'solaris-ldd'Brad King2019-08-231-1/+1
|\
| * GetPrerequisites: match ldd output on SolarisJon Chronopoulos2019-08-211-1/+1
* | Merge topic 'CrayPrgEnv-update-link-type-detection'Brad King2019-08-231-3/+17
|\ \
| * | CrayPrgEnv: Change default linking mode based on PE versionChuck Atkins2019-08-221-3/+17
* | | Merge topic 'FindBoost-clarify-header-only'Brad King2019-08-221-1/+2
|\ \ \
| * | | FindBoost: Add note about header-only libs in warning msgDennis Klein2019-08-201-1/+2
* | | | Merge topic 'FindBZip2-windows-lib-names'Brad King2019-08-211-2/+2
|\ \ \ \
| * | | | FindBZip2: Add Windows library names emitted from bzip2 1.0.6 makefileBraden McDaniel2019-08-211-2/+2
| |/ / /
* | | | Merge topic 'ProcessorCount-solaris'Brad King2019-08-211-3/+7
|\ \ \ \
| * | | | ProcessorCount: Fix virtual processor count on SolarisJon Chronopoulos2019-08-201-3/+7
| | |_|/ | |/| |
* | | | Merge topic 'FindCUDA-nvcc-include-dir-backslash'Brad King2019-08-211-1/+2
|\ \ \ \
| * | | | FindCUDA: Fix support for backslashes in CUDA_NVCC_INCLUDE_DIRSHong Xu2019-08-201-1/+2
* | | | | Merge topic 'FindMPI-restore-flag-vars'Brad King2019-08-211-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | FindMPI: Restore MPI_<LANG>_COMPILE_FLAGS and MPI_<LANG>_COMPILE_OPTIONSRobert Maynard2019-08-211-1/+1
| | |_|/ | |/| |
* | | | Merge topic 'find_openacc_targets'Brad King2019-08-201-3/+29
|\ \ \ \ | |_|/ / |/| | |
| * | | FindOpenACC: Provide import targets and OpenACC_<lang>_OPTIONS variableRobert Maynard2019-08-191-0/+28
| * | | FindOpenACC: Provide a Fortran snippet that compiles with gfortranRobert Maynard2019-08-091-3/+1
* | | | Merge topic 'swift-mode-flags'Brad King2019-08-191-0/+2
|\ \ \ \
| * | | | Swift: define `CMAKE_Swift_FLAGS` correctlySaleem Abdulrasool2019-08-121-0/+2
* | | | | Merge topic 'solaris_clang'Brad King2019-08-192-0/+2
|\ \ \ \ \
| * | | | | Solaris: Add support for Clang compilerLibor Bukata2019-08-092-0/+2
| | |/ / / | |/| | |
* | | | | Merge topic 'msvc-runtime-library-flang'Brad King2019-08-191-0/+5
|\ \ \ \ \
| * | | | | Flang: Implement MSVC runtime library abstractionBrad King2019-08-091-0/+5
| | |_|/ / | |/| | |
| * | | | Merge branch 'FindGLEW-macOS' into release-3.15Brad King2019-08-061-3/+34
| |\ \ \ \
* | \ \ \ \ Merge topic 'swift-import-library-location'Kyle Edwards2019-08-191-2/+6
|\ \ \ \ \ \
| * | | | | | Swift: honour `IMPLIB_LOCATION` propertySaleem Abdulrasool2019-08-121-2/+6
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'clang-llvm-rc'Kyle Edwards2019-08-161-0/+15
|\ \ \ \ \ \
| * | | | | | Clang: Fall back to llvm-rc when rc is unavailableGregory Mitrano2019-08-141-0/+15
| |/ / / / /
* | | | | | Merge topic 'per-language-link-library-flag'Kyle Edwards2019-08-131-0/+1
|\ \ \ \ \ \
| * | | | | | Generator: support per-language link library flagSaleem Abdulrasool2019-08-091-0/+1
| |/ / / / /
* | | | | | Merge topic 'cuda_separable_compilation_determined_by_compiler_id'Kyle Edwards2019-08-132-1/+3
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | CUDA: Compilers can now state they don't require a device linking stepRobert Maynard2019-08-062-1/+3
* | | | | | Merge topic 'soname-darwin'Brad King2019-08-091-1/+3
|\ \ \ \ \ \
| * | | | | | Swift: correct SONAME flag for Darwin targetsSaleem Abdulrasool2019-08-061-1/+3
* | | | | | | Merge topic 'fphsa-components-space'Brad King2019-08-091-2/+2
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | FPHSA: Remove extra space in module components reportSylvain Joubert2019-08-061-2/+2
| |/ / / / /
* | | | | | Merge topic 'FindPython-virtual-env'Brad King2019-08-074-185/+312
|\ \ \ \ \ \
| * | | | | | FindPython: ensure virtual environments are correctly handledMarc Chevrier2019-08-054-185/+312
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'FindGLEW-macOS'Brad King2019-08-071-3/+34
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | FindGLEW: Fix typo in verbose log messageClaudio Fantacci2019-08-061-1/+1
| * | | | | FindGLEW: Add required OpenGL dependency in macOSClaudio Fantacci2019-08-061-0/+31
| * | | | | FindGLEW: Fix macOS library suffix selectionClaudio Fantacci2019-08-061-2/+2
* | | | | | Merge topic 'cmake-dependent-option-doc'Brad King2019-08-061-2/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | CMakeDependentOption: Document that 4th parameter follows if-syntaxHong Xu2019-08-051-2/+3
| | |/ / / | |/| | |
* | | | | Merge topic 'clang-frontend-variant'Brad King2019-08-062-0/+32
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | clang: Work around toolchain file use of internal CMake variablesBrad King2019-08-052-0/+32
* | | | Make CMAKE_LINK_LIBRARY_FILE_FLAG work like CMAKE_LINK_LIBRARY_FLAGBrad King2019-08-021-1/+1
| |/ / |/| |
* | | Merge topic 'clang-cl-non-windows'Brad King2019-08-021-1/+1
|\ \ \ | |/ /
| * | clang: Restore support for clang-cl on non-Windows hostsBrad King2019-07-311-1/+1
| |/
| * Merge branch 'FindMPI-link-flags' into release-3.15Brad King2019-07-251-5/+2
| |\