summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | Support per-language library link flagsSaleem Abdulrasool2019-06-061-0/+2
* | | | | | Merge topic 'CheckCXXSymbolExists-xref'Brad King2019-06-121-1/+1
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | CheckCXXSymbolExists: reference to CheckCXXSourceCompiles instead of C versionRolf Eike Beer2019-06-121-1/+1
| | |/ / / | |/| | |
* | | | | GetPrerequisites: Add deprecation noticeKyle Edwards2019-06-101-0/+4
| |/ / / |/| | |
* | | | Merge topic 'cpack-nuget-case'Brad King2019-06-061-1/+1
|\ \ \ \
| * | | | CPack/NuGet: Find nuget tool on case sensitive file systemMathieu Malaterre2019-06-051-1/+1
| |/ / /
* | | | Help: Trivial typo and grammar fixes for FindEnvModulesCraig Scott2019-06-051-3/+3
|/ / /
* | | GetPrerequisites: fix regression in gp_append_uniqueBen Boeckel2019-06-041-1/+1
* | | Merge topic 'ninja-nvcc-rsp'Brad King2019-06-041-0/+5
|\ \ \
| * | | Ninja: Add support for CUDA nvcc response filesFrancisco Facioni2019-06-031-0/+5
* | | | Merge topic 'check_language_respects_cuda_host_compiler'Brad King2019-06-041-4/+23
|\ \ \ \ | |/ / / |/| | |
| * | | CheckLanguage: Report CMAKE_CUDA_HOST_COMPILER if needed for compilationRobert Maynard2019-06-031-4/+23
* | | | FindPython: ensure Python_ROOT_DIR is always searched firstMarc Chevrier2019-05-311-0/+2
* | | | Merge topic 'ninja-cmcldeps'Brad King2019-05-311-1/+3
|\ \ \ \
| * | | | Windows-MSVC.cmake: fix disabling of CMAKE_NINJA_CMCLDEPS_RCMarc-André Moreau2019-05-301-1/+3
* | | | | Merge topic 'FindPython-remove-erroneous-code'Brad King2019-05-311-2/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FindPython*: remove erroneous codeMarc Chevrier2019-05-301-2/+0
* | | | | Merge topic 'FindBoost-debug-messages'Brad King2019-05-301-100/+100
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FindBoost: Refactor debug messagesDennis Klein2019-05-281-100/+100
* | | | | Merge topic 'clang-gnulike-support'Brad King2019-05-298-50/+169
|\ \ \ \ \
| * | | | | clang: setup correct configuration in gnu modeZsolt Parragi2019-05-232-7/+123
| * | | | | binutils: add the llvm-* variants to the tool lists.Zsolt Parragi2019-05-171-5/+16
| * | | | | clang: introduce CMAKE_<lang>_COMPILER_FRONTEND_VARIANTZsolt Parragi2019-05-175-38/+30
* | | | | | Merge topic 'FindZLIB-names'Brad King2019-05-291-2/+2
|\ \ \ \ \ \
| * | | | | | FindZLIB: Add more zlib library namesAlexander Neumann2019-05-281-2/+2
* | | | | | | Merge topic 'samu'Brad King2019-05-291-1/+1
|\ \ \ \ \ \ \