summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'openssl-3.0.0'Brad King2020-05-281-0/+9
|\
| * FindOpenSSL: Detect OpenSSL 3.0.0Vitezslav Cizek2020-05-271-0/+9
* | Merge topic 'fix-cpack-deb-generating-empty-paragraph'Brad King2020-05-281-0/+10
|\ \
| * | CPack-deb: don't add a line with a dot to pkg descJonathan Verner2020-05-271-0/+10
| * | Merge topic 'cuda-default-runtime' into release-3.17Brad King2020-05-225-3/+35
| |\ \
| * | | FindPython: use CMAKE specific variables to look-up debug libraryMarc Chevrier2020-05-181-2/+8
* | | | Merge topic 'cuda_user_architectures'Brad King2020-05-271-6/+33
|\ \ \ \
| * | | | CUDA: Throw error if user-specified architectures don't workRaul Tambre2020-05-261-6/+33
* | | | | Merge topic 'cuda_lib_x64'Brad King2020-05-271-0/+2
|\ \ \ \ \
| * | | | | CUDA: Check for lib/x64 library directory in Internal/CUDAToolkitRaul Tambre2020-05-261-0/+2
| |/ / / /
* | | | | Update links to gitlab.kitware.com repos to add `-/`Brad King2020-05-267-8/+8
|/ / / /
* | | | Merge topic 'reduce-initial-checks'Brad King2020-05-267-259/+266
|\ \ \ \
| * | | | enable_language: Assume compiler works if ABI detection compilesBrad King2020-05-256-258/+262
| * | | | CMakeDetermineCompilerABI: Fold copy error into CMAKE_<LANG>_ABI_COMPILEDBrad King2020-05-251-1/+4
* | | | | Merge topic 'cuda-clang-pthreads'Brad King2020-05-262-3/+3
|\ \ \ \ \
| * | | | | Find{Threads,MPI}: Add support for CUDA with ClangTobias Ribizel2020-05-252-3/+3
| |/ / / /
* | | | | Merge topic 'xerces-cygwin-library-naming'Brad King2020-05-261-2/+6
|\ \ \ \ \
| * | | | | FindXercesC: Find Cygwin librariesRoger Leigh2020-05-231-2/+6
* | | | | | Merge topic 'fetchcontent-externalproject-empty-args'Craig Scott2020-05-252-91/+163
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | FetchContent: Preserve empty string argumentsCraig Scott2020-05-231-21/+41
| * | | | | ExternalProject: Preserve empty string argumentsCraig Scott2020-05-231-70/+122
| |/ / / /
* | | | | Merge topic 'CheckLinkerFlag-module'Brad King2020-05-251-0/+81
|\ \ \ \ \
| * | | | | CheckLinkerFlag: Add module to check validity of linker flagsMarc Chevrier2020-05-251-0/+81
| |/ / / /
* | | | | Merge topic 'ep-git-update-strategy'Brad King2020-05-252-165/+261
|\ \ \ \ \
| * | | | | ExternalProject: Provide choice of git update strategiesCraig Scott2020-05-232-11/+100
| * | | | | ExternalProject: factor out gitupdate step to separate fileCraig Scott2020-05-232-163/+170
| |/ / / /
* | | | | Merge topic 'FindSquish_settingsgroup_removal'Brad King2020-05-254-16/+10
|\ \ \ \ \
| * | | | | FindSquish: Remove settingsGroup argumentFrederik Gladhorn2020-05-194-16/+10
* | | | | | Merge topic 'cuda-runtime-cleanup'Brad King2020-05-252-29/+27
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | CUDA: Simplify Clang implicit host linker settingsBrad King2020-05-221-14/+6
| * | | | | CUDA: Fix implicit runtime library filtering on WindowsBrad King2020-05-221-3/+3
| * | | | | CUDA: Refactor implicit library filteringBrad King2020-05-222-15/+21
* | | | | | Merge topic 'fortran-preprocess-property'Brad King2020-05-2212-0/+37
|\ \ \ \ \ \
| * | | | | | Fortran: Add Fortran_PREPROCESS propertyPeter Hill2020-05-2112-0/+37
* | | | | | | Merge topic 'support_conda_env'Brad King2020-05-221-0/+4
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Conda: Add CONDA_PREFIX as an acceptable system prefix pathRobert Maynard2020-05-211-0/+4
* | | | | | | Merge topic 'cuda-default-runtime'Brad King2020-05-225-3/+35
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'backport-cuda-default-runtime' into cuda-default-runtimeBrad King2020-05-225-3/+35
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | CUDA: Compute CMAKE_CUDA_RUNTIME_LIBRARY default from toolchainRobert Maynard2020-05-215-3/+35
| | | |_|/ / | | |/| | |
* | | | | | Merge topic 'FindPython-debug-library-lookup'Brad King2020-05-211-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | FindPython: use CMAKE specific variables to look-up debug libraryMarc Chevrier2020-05-181-0/+6
* | | | | | Merge topic 'doc-CMAKE_SYSTEM_PREFIX_PATH'Craig Scott2020-05-202-0/+11
|\ \ \ \ \ \
| * | | | | | Document which environment variables effect CMAKE_SYSTEM_PREFIX_PATHRobert Maynard2020-05-192-0/+11
* | | | | | | Merge topic 'FindHDF5-cleanup'Brad King2020-05-191-232/+244
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | FindHDF5: Clean variables and outputSeth R Johnson2020-05-181-232/+244
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'fetchcontent-SOURCE_SUBDIR'Brad King2020-05-181-12/+58
|\ \ \ \ \ \
| * | | | | | FetchContent: Add support for SOURCE_SUBDIRCraig Scott2020-05-161-12/+58
| |/ / / / /
* | | | | | Merge topic 'cuda-clang'Brad King2020-05-189-250/+355
|\ \ \ \ \ \
| * | | | | | CUDA: Add support for Clang compilerRaul Tambre2020-05-157-22/+110
| * | | | | | FindCUDAToolkit: Factor out discovery code into a separate fileRaul Tambre2020-05-152-218/+233