summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'ep-patch-skip-update-dep'Brad King2020-08-191-27/+5
|\
| * ExternalProject: Stop configure target from always appearing out-of-dateCraig Scott2020-08-181-24/+2
| * ExternalProject: Stop patch target from always appearing out-of-dateCraig Scott2020-08-181-3/+3
* | Merge topic 'llvm-rc-quote-cmake'Brad King2020-08-191-1/+1
|\ \
| * \ Merge branch 'backport-3.18-llvm-rc-quote-cmake' into llvm-rc-quote-cmakeBrad King2020-08-181-1/+1
| |\ \
| | * | llvm-rc: Fix quoting of path to cmake in CMAKE_RC_COMPILE_OBJECTThomas Bernard2020-08-181-1/+1
| | |/
* | | Merge topic 'FindPython-enhance-version-extraction-from-lib-name'Brad King2020-08-191-3/+4
|\ \ \
| * | | FindPython: enhance robustness of version extraction from library nameMarc Chevrier2020-08-181-3/+4
| | |/ | |/|
* | | Merge topic 'CMakeFindBinUtils-fallback'Brad King2020-08-191-0/+13
|\ \ \ | |_|/ |/| |
| * | CMakeFindBinUtils: Always consider plain binutils when not cross-compilingRobert Maynard2020-08-181-0/+13
| |/
* | Merge topic 'findhdf5-targets'Brad King2020-08-181-2/+149
|\ \
| * | FindHDF5: Remove VTK library type detectionSeth R Johnson2020-08-141-5/+2
| * | FindHDF5: Port changes from VTKBen Boeckel2020-08-141-2/+152
* | | Merge topic 'FindX11-xcb-util-xfixes'Brad King2020-08-171-0/+28
|\ \ \
| * | | FindX11: Add xcb_util and xcb_xfixes librariesTim Blechmann2020-08-121-0/+28
* | | | Merge topic 'ios-combined-prune-archs'Brad King2020-08-171-1/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | CMakeIOSInstallCombined: Enforce disjoint architecture setsGregor Jasny2020-08-081-1/+13
* | | | Merge topic 'FindOpenSSL-static'Kyle Edwards2020-08-141-0/+50
|\ \ \ \
| * | | | FindOpenSSL: Add support for finding static librariesSylvain Corlay2020-08-131-0/+50
* | | | | Merge topic 'FindRuby_document_deprecated_variables'Brad King2020-08-121-2/+13
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | FindRuby: Add documentation for deprecated variablesDaniele E. Domenichelli2020-08-121-2/+13
| * | | | Merge topic 'msvc_c11' into release-3.18Brad King2020-08-122-12/+33
| |\ \ \ \
| * \ \ \ \ Merge topic 'FindPython-manage-SOABI-in-all-versions' into release-3.18Brad King2020-08-121-12/+4
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'msvc_c11'Brad King2020-08-122-12/+33
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | MSVC: Record support for C11 and c_restrictRaul Tambre2020-08-112-12/+33
| |/ / / / /
| * | | | | Merge topic 'findhdf5-fix-nohl' into release-3.18Brad King2020-08-111-1/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'automoc-path-prefix-off' into release-3.18Brad King2020-08-111-1/+3
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindPython-manage-SOABI-in-all-versions'Brad King2020-08-121-12/+4
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | / / / | |_|_|_|/ / / |/| | | | | |
| * | | | | | FindPython: manage SOABI for all Python versionsMarc Chevrier2020-08-111-12/+4
| |/ / / / /
| * | | | | Merge topic 'FPHSA-name-mismatches-chained-via-include' into release-3.18Brad King2020-08-107-0/+52
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'FindRuby-restore-include-path' into release-3.18Brad King2020-08-101-2/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'FindPython-user-policies' into release-3.18Brad King2020-08-101-8/+5
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'findlapack-quiet'Brad King2020-08-111-296/+276
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindLAPACK: Use find_package_handle_standard_argsSeth R Johnson2020-08-071-296/+276
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge topic 'findhdf5-fix-nohl'Brad King2020-08-111-1/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | FindHDF5: fix compiler detection when HL is disabledSeth R Johnson2020-08-101-1/+0
* | | | | | | | | Merge topic 'automoc-path-prefix-off'Brad King2020-08-111-1/+3
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Merge branch 'backport-3.17-automoc-path-prefix-off'Brad King2020-08-101-1/+3
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | Merge branch 'backport-3.16-automoc-path-prefix-off'Brad King2020-08-101-1/+3
| | |\ \ \ \ \ \ \
| | | * | | | | | | Autogen: Turn off moc path prefix generation by defaultJoerg Bornemann2020-08-101-1/+3
| | | * | | | | | | Merge branch 'backport-3.16-objc-env-vars' into release-3.16Brad King2020-05-142-18/+24
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ Merge branch 'pch-msvc-pragma' into release-3.16Brad King2020-05-111-7/+5
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Merge branch 'FindGTK2-harfbuzz-target' into release-3.16Brad King2020-05-091-3/+6
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ Merge branch 'backport-3.16-FindPkgConfig-isystem' into release-3.16Brad King2020-05-061-8/+42
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ Merge branch 'CheckLanguage-cuda-host' into release-3.16Brad King2020-05-051-1/+1
| | | |\ \ \ \ \ \ \ \ \ \ \
| | * | \ \ \ \ \ \ \ \ \ \ \ Merge branch 'FindOpenSSL-3.0' into release-3.17Brad King2020-06-081-2/+4
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge topic 'pch-no-Fortran' into release-3.17Brad King2020-06-032-11/+15
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge topic 'clang-cl-vfs'Brad King2020-08-102-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | clang-cl: Add '--' before source fileThomas Bernard2020-08-072-1/+9
| * | | | | | | | | | | | | | | | | cmake: Change cmake_llvm_rc separator from -- to ++ to avoid conflictThomas Bernard2020-08-071-1/+1