summaryrefslogtreecommitdiff
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* FindVulkan: Move dxc component docs into definition listBrad King2022-07-251-4/+5
* Merge branch 'backport-3.24-FindVulkan-relnotes'Brad King2022-07-251-4/+23
|\
| * FindVulkan: Add missing 3.24 release notesMACHIZAUD Andréa2022-07-251-0/+3
| * FindVulkan: Format component documentation as definition listBrad King2022-07-251-4/+20
| * Merge topic 'findwxwidgets-mingw-regression' into release-3.24Brad King2022-07-071-20/+13
| |\
| * \ Merge topic 'FindLAPACK-nvhpc' into release-3.24Brad King2022-07-071-2/+7
| |\ \
* | \ \ Merge topic 'FindVulkan-dxc'Brad King2022-07-221-0/+75
|\ \ \ \
| * | | | FindVulkan: Add `dxc` (DirectX Shader Compiler) componentHellsingDarge2022-07-201-0/+75
* | | | | Merge topic 'FindOpenMP-no-force-flags'Brad King2022-07-221-13/+24
|\ \ \ \ \
| * | | | | FindOpenMP: Do not overwrite user-set FLAGS, LIB_NAMESBalthasar Reuter2022-07-201-13/+24
* | | | | | Merge topic 'FindOpenACC_set_found_variable'Brad King2022-07-221-0/+10
|\ \ \ \ \ \
| * | | | | | FindOpenACC: Set OpenACC_FOUND when OpenACC is enabled for a languageRobert Maynard2022-07-131-0/+10
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'FindPython-remove-components-interdependence'Brad King2022-07-201-1/+9
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | FindPython: remove unnecessary components interdependenceMarc Chevrier2022-07-191-1/+9
| |/ / / /
* | | | | AIX: Export symbols from IBMClang IPA objectsWilliam Marlow2022-07-123-16/+38
|/ / / /
* | | | Merge topic 'better_doxy_ver_check'Marc Chevrier2022-07-101-7/+39
|\ \ \ \
| * | | | FindDoxygen: Implement more complete version checkingChristian Heimlich2022-07-071-7/+39
* | | | | Merge topic 'findwxwidgets-mingw-regression'Brad King2022-07-071-20/+13
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | FindwxWidgets: Do not reset wxWidgets_LIB_DIR unnecessarilyMaarten Bent2022-07-061-2/+4
| * | | | FindwxWidgets: Restore win32 find style on MinGWMaarten Bent2022-07-061-18/+9
| | |/ / | |/| |
| * | | FindwxWidgets: Support more wxWidgets versions, including 3.2Maarten Bent2022-07-051-40/+18
| * | | FindwxWidgets: Use version number from header for library namesMaarten Bent2022-07-051-35/+12
| * | | FindwxWidgets: Move extracting version number to a macroMaarten Bent2022-07-051-20/+24
| * | | Merge topic 'nvhpc-Werror' into release-3.24Brad King2022-07-051-1/+1
| |\ \ \
| * \ \ \ Merge topic 'add_nvcc_compile_warning_support' into release-3.24Brad King2022-07-051-0/+5
| |\ \ \ \
* | \ \ \ \ Merge topic 'FindLAPACK-nvhpc'Brad King2022-07-071-2/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | FindLAPACK: Add '-fortranlibs' flag only with NVHPC/PGI compilersEisuke Kawashima2022-07-061-2/+7
* | | | | | Merge topic 'FindOpenSSL-doc-pkg-config'Brad King2022-07-061-5/+17
|\ \ \ \ \ \
| * | | | | | FindOpenSSL: Document use of pkg-configtofraa2022-07-051-0/+5
| * | | | | | FindOpenSSL: Reformat hints documentation as definition listBrad King2022-07-051-5/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'lcc-additional-implicit-link-dirs'Brad King2022-07-061-0/+17
|\ \ \ \ \ \
| * | | | | | LCC: for OpenMP, collectly determine implicit link dirsmakise-homura2022-06-301-0/+17
* | | | | | | Merge topic 'nvhpc-Werror'Brad King2022-07-051-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | NVHPC: warnings as error flag is "-Werror"Robert Maynard2022-07-011-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge topic 'add_nvcc_compile_warning_support'Brad King2022-07-051-0/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | CUDA: NVCC support for COMPILE_WARNING_AS_ERROR target propertyRobert Maynard2022-07-011-0/+5
* | | | | | Merge topic 'LINK_LIBRARY-Darwin-LIBRARY-features-enhancements'Craig Scott2022-07-041-6/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Genex LINK_LIBRARY: MacOS: enhance *_LIBRARY featuresMarc Chevrier2022-07-031-3/+3
| * | | | Darwin.cmake: Fix indentingCraig Scott2022-07-031-3/+3
* | | | | Merge topic 'findicu'Brad King2022-07-011-7/+5
|\ \ \ \ \
| * | | | | FindICU: Fix component reporting logicAlexander Grund2022-06-301-7/+5
| | |_|/ / | |/| | |
* | | | | Merge topic 'FindRuby-version-matching'Brad King2022-07-011-46/+7
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FindRuby: Simplify version matchingDiego Pino Garcia2022-06-301-46/+7
* | | | | Merge topic 'FindCURL-package-version'Brad King2022-06-301-0/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | FindCURL: Set CURL_VERSION_STRING when curl is found as a packagemakise-homura2022-06-281-0/+2
* | | | | Merge topic 'FetchContent-avoid-IN_LIST'Brad King2022-06-291-2/+8
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | FetchContent: Don't use if(... IN_LIST ...)Craig Scott2022-06-291-2/+8
| * | | Merge topic 'FindPython-multiple-queries' into release-3.24Brad King2022-06-281-2/+4
| |\ \ \
| * \ \ \ Merge topic 'revert-FindHDF5-library' into release-3.24Brad King2022-06-281-4/+4
| |\ \ \ \
| * \ \ \ \ Merge topic 'lcc-liblfortran-renamed' into release-3.24Brad King2022-06-281-1/+5
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |