summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'static'Brad King2019-07-021-0/+6
|\
| * Swift: add rules for static linkingSaleem Abdulrasool2019-06-281-0/+6
* | Merge topic 'FindMPI-AddSuffixes'Marc Chevrier2019-07-021-2/+6
|\ \
| * | FindMPI: Add MPI_EXECUTABLE_SUFFIX to every item in listsBrian Carlson2019-06-291-2/+6
| |/
* | Merge topic 'override-rules-RC'Brad King2019-07-011-0/+11
|\ \
| * | RC: Honor CMAKE_USER_MAKE_RULES_OVERRIDEBrad King2019-06-271-0/+11
| |/
* | Merge topic 'FindMatlab-EXCLUDE_FROM_ALL'Brad King2019-07-011-1/+13
|\ \ | |/ |/|
| * FindMatlab: EXCLUDE_FROM_ALL parameter to matlab_add_mexRaffi Enficiaud2019-06-261-1/+13
* | Merge topic 'cuda-msvc-runtime-library'Brad King2019-06-271-4/+19
|\ \ | |/ |/|
| * CUDA: Implement MSVC runtime library abstractionBrad King2019-06-261-4/+19
* | Merge topic 'findmpi_use_interface_link_options'Brad King2019-06-261-3/+2
|\ \
| * | FindMPI: Updated to use INTERFACE_LINK_OPTIONSRobert Maynard2019-06-241-3/+2
| |/
| * Merge branch 'android-pie-cmp0083' into release-3.15Brad King2019-06-191-0/+20
| |\
| * \ Merge branch 'FindMPI-imported-link-flags' into release-3.15Brad King2019-06-191-1/+3
| |\ \
| * \ \ Merge branch 'FindBoost-component' into release-3.15Brad King2019-06-181-5/+157
| |\ \ \
| * \ \ \ Merge branch 'FindBLAS-OpenBLAS-thread' into release-3.15Brad King2019-06-171-1/+15
| |\ \ \ \
| * \ \ \ \ Merge branch 'CheckCXXSymbolExists-xref' into release-3.15Brad King2019-06-121-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'cpack-nuget-case' into release-3.15Brad King2019-06-051-1/+1
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindMatlab/issue-19279-mex-compilation-error-on-attribute'Brad King2019-06-261-3/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | FindMatlab: removing spaces in compiler defineRaffi Enficiaud2019-06-251-3/+5
* | | | | | | | | FindProtobuf: C++11 support is required since version 3.6.0Rolf Eike Beer2019-06-251-0/+5
* | | | | | | | | Merge topic 'matlab-if'Brad King2019-06-251-25/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindMatlab: simplify several if()-constructsRolf Eike Beer2019-06-241-25/+25
| |/ / / / / / / /
* | | | | | | | | Merge topic 'find_matlab_exact'Brad King2019-06-251-8/+22
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindMatlab: Support EXACT versionsStefan Lietzau2019-06-241-8/+22
* | | | | | | | | | FindPython: add Python_FIND_ABI hint.Marc Chevrier2019-06-243-99/+356
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge topic 'BundleUtilities-cleanup'Brad King2019-06-202-42/+23
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | GetPrerequisites: use CMAKE_OBJDUMP if it is setRolf Eike Beer2019-06-191-1/+3
| * | | | | | | | | BundleUtilities: use if(... IN_LIST ...)Rolf Eike Beer2019-06-191-28/+8
| * | | | | | | | | BundleUtilities: remove needless variable expansions in if() argumentsRolf Eike Beer2019-06-171-17/+17
| * | | | | | | | | BundleUtilities: simplify inclusion of GetPrerequisitesRolf Eike Beer2019-06-171-2/+1
* | | | | | | | | | Merge topic 'android-pie-cmp0083'Brad King2019-06-191-0/+20
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | Android: ensure PIE behavior is consistent regardless CMP0083 policyMarc Chevrier2019-06-191-0/+20
| * | | | | | | | | Merge branch 'FindThreads-doc-c++' into release-3.14Brad King2019-05-281-3/+0
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge topic 'FindMPI-imported-link-flags'Brad King2019-06-191-1/+3
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | FindMPI: Store imported target link flags as a list instead of a stringRobert Maynard2019-06-191-1/+3
* | | | | | | | | | | Merge topic 'FindCUDA-more-libs'Brad King2019-06-191-0/+12
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | FindCUDA: Add nvToolsExt and OpenCL librariesEyal Rozenberg2019-06-181-0/+12
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'FindBoost-component'Brad King2019-06-191-5/+157
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | / | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | FindBoost: Add legacy variables and targets for compatibilityAlexander Grund2019-06-181-0/+150
| * | | | | | | | | FindBoost: Don't overwrite Boost_${_comp}_FOUNDAlexander Grund2019-06-181-5/+7
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'cxx_lambda_init_captures_document_why_not_supported_on_gcc48'Brad King2019-06-181-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CompileFeatures: document why lambda_init_captures requires GCC 4.9Robert Maynard2019-06-171-2/+2
* | | | | | | | | | Merge topic 'implicit_lapack_library'Brad King2019-06-181-5/+17
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | |
| * | | | | | | | | FindLAPACK: Test for implicitly linked LAPACK librariesJakub Benda2019-06-171-5/+17
| |/ / / / / / / /
* | | | | | | | | Merge topic 'cpack-deb-soname'Brad King2019-06-171-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CPack: Fix SONAME regex in DEB generatorKyle Edwards2019-06-121-1/+1
* | | | | | | | | | Merge topic 'FindBLAS-OpenBLAS-thread'Brad King2019-06-171-1/+15
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | FindBLAS: Add second try for OpenBLAS with thread libraries.Alexander Neumann2019-06-171-1/+15
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'language-dependent-linker-flags'Brad King2019-06-121-0/+2
|\ \ \ \ \ \ \ \