summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge topic 'FetchContent-avoid-IN_LIST'Brad King2022-06-291-2/+8
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | FetchContent: Don't use if(... IN_LIST ...)Craig Scott2022-06-281-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
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'glew'Brad King2022-06-281-2/+1
|\ \ \ \ \ \
| * | | | | | FindGLEW: select_library_configuration might be used before it is definedMarkus Mützel2022-06-261-2/+1
* | | | | | | Merge topic 'FindPython-multiple-queries'Brad King2022-06-281-2/+4
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | FindPython: fix error on multiple queries with different COMPONENTSMarc Chevrier2022-06-271-2/+4
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'revert-FindHDF5-library'Brad King2022-06-281-4/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | FindHDF5: Revert "Add explicit library location instead of guessed ..."Brad King2022-06-271-4/+4
| |/ / / /
| * | | | Merge topic 'ipo_append_auto_on_gcc' into release-3.24Brad King2022-06-231-1/+12
| |\ \ \ \
* | \ \ \ \ Merge topic 'lcc-liblfortran-renamed'Brad King2022-06-281-1/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | LCC: link with -lgfortran instead of -llfortran since 1.26.03Igor Molchanov2022-06-271-1/+5
| * | | | ExternalProject: Fix regression in stamp creation for Xcode+iOSBrad King2022-06-212-1/+6
| * | | | Merge branch 'xcode-14' into release-3.23Brad King2022-06-112-1/+4
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge topic 'FindPython-use-VALIDATOR'Brad King2022-06-231-103/+124
|\ \ \ \ \
| * | | | | FindPython: enhance search criteriasMarc Chevrier2022-06-221-103/+124
* | | | | | Merge topic 'findvulkan-volk'Brad King2022-06-231-0/+41
|\ \ \ \ \ \
| * | | | | | FindVulkan: Add 'volk' componentAiden Lambert2022-06-221-0/+41
* | | | | | | Merge topic 'findopenal-add-import-library'Brad King2022-06-231-0/+26
|\ \ \ \ \ \ \
| * | | | | | | FindOpenAL: Add imported targetSam V2022-06-221-0/+26
* | | | | | | | Merge topic 'ipo_append_auto_on_gcc'Brad King2022-06-231-1/+12
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | IPO: Use -flto=auto if compiler is GCC >= 10.1Linus Dierheimer2022-06-221-1/+12
* | | | | | | | Merge topic 'revert-pkgconfig-static-libs'Brad King2022-06-231-92/+44
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | / | | |_|_|_|_|/ | |/| | | | |
| * | | | | | FindPkgConfig: Revert "Populate _STATIC_LINK_LIBRARIES. Add STATIC_TARGET."Brad King2022-06-221-92/+44
| |/ / / / /
| * | | | | Merge topic 'FetchContent-doc-example' into release-3.24Brad King2022-06-221-3/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'FindMPI-l-colon' into release-3.24Brad King2022-06-221-8/+13
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'xcode14' into release-3.24Brad King2022-06-221-0/+1
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'FindPython-registry-management'Brad King2022-06-221-12/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | FindPython: enhance windows registry handlingMarc Chevrier2022-06-211-12/+25
* | | | | | | | | | Merge topic 'glew'Brad King2022-06-221-0/+24
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindGLEW: Set documented variables when found via upstream packageMarkus Mützel2022-06-211-0/+24
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'FetchContent-doc-example'Brad King2022-06-221-3/+3
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | FetchContent: Fix example code in documentationpigeon2022-06-211-3/+3
* | | | | | | | | | Merge topic 'FindMPI-l-colon'Brad King2022-06-221-8/+13
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / | |/| | | | | | | |
| * | | | | | | | | FindMPI: Parse '-l:' flags in pkg-config outputMarkus Mützel2022-06-211-8/+13
| |/ / / / / / / /
* | | | | | | | | Merge topic 'xcode14'Brad King2022-06-221-0/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Xcode: automatically create Info.plist for signing during compiler idGregor Jasny2022-06-211-0/+1
| |/ / / / / /
* | | | | | | Merge topic 'ExternalProject-stamp-cfgdir'Brad King2022-06-222-1/+6
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | ExternalProject: Fix regression in stamp creation for Xcode+iOSBrad King2022-06-212-1/+6
| |/ / / /
| * | | | Merge topic 'fetchcontent-global-targets' into release-3.24Brad King2022-06-111-2/+24
| |\ \ \ \
| * \ \ \ \ Merge topic 'xcode-14' into release-3.24Brad King2022-06-112-1/+4
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| * | | | | Merge topic 'ExternalProject-stamp-genex' into release-3.24Brad King2022-06-101-15/+22
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'drhpc-findblas-pkgconfig'Brad King2022-06-212-2/+21
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Modules/Find{BLAS,LAPACK}: allow choice of pkg-config packageDr. Thomas Orgis2022-06-172-2/+21
* | | | | | | Merge topic 'find-wxwidgets'Brad King2022-06-171-95/+54
|\ \ \ \ \ \ \
| * | | | | | | FindwxWidgets: Support more wxWidgets versions, including 3.2Maarten Bent2022-06-151-40/+18
| * | | | | | | FindwxWidgets: Use version number from header for library namesMaarten Bent2022-06-151-35/+12
| * | | | | | | FindwxWidgets: Move extracting version number to a macroMaarten Bent2022-06-151-20/+24
| |/ / / / / /