summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FindDoxygen-win-glob'Brad King2018-11-271-7/+12
|\
| * FindDoxygen: Avoid Windows-specific GLOB on other platformsNoel Eck2018-11-261-7/+12
* | Merge topic 'ctest-updates'Brad King2018-11-271-1/+0
|\ \
| * | Remove unnecessary CTEST_PROJECT_NAME variablesRegina Pfeifer2018-11-201-1/+0
* | | Merge topic 'blaslapack_mkl_gfortran'Brad King2018-11-272-119/+144
|\ \ \
| * | | FindBLAS: Do not look for BLAS once BLAS95 has been foundJakub Benda2018-11-241-7/+9
| * | | FindLAPACK: Additional libraries for MKL+gfortran combinationJakub Benda2018-11-181-1/+6
| * | | FindLAPACK: Unify internal variables related to MKLJakub Benda2018-11-181-8/+10
| * | | FindLAPACK: Remove MKL components already provided by MKL BLASJakub Benda2018-11-181-4/+1
| * | | FindLAPACK: Prioritize Intel MKLJakub Benda2018-11-181-75/+77
| * | | FindBLAS: Support 32bit Intel MKL 10.3+Jakub Benda2018-11-181-1/+10
| * | | FindBLAS: Support combination of gfortran and Intel MKLJakub Benda2018-11-181-24/+37
| * | | FindBLAS: Consolidate duplicated code related to MKL on WindowsJakub Benda2018-11-181-12/+7
* | | | Merge topic 'FindBoost-no-cxx'Brad King2018-11-271-6/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | FindBoost: Restore finding without CXX language enabledBrad King2018-11-261-6/+3
| * | | Merge branch 'blas-pkgcfg' into release-3.13Brad King2018-11-191-0/+1
| |\ \ \
| * \ \ \ Merge branch 'FindPython-lib-arch' into release-3.13Brad King2018-11-191-0/+17
| |\ \ \ \
| * \ \ \ \ Merge branch 'irsl-ucrt-version' into release-3.13Brad King2018-11-191-3/+19
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'FindBoost-1.69' into release-3.13Brad King2018-11-131-3/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'FindBoost-compiler-guess-update' into release-3.13Brad King2018-11-091-7/+26
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'asm-compiler-id-clang' into release-3.13Brad King2018-11-091-0/+8
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'FindGIF-modernize'Brad King2018-11-211-13/+47
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | FindGIF: ModernizeMaximilian Heinzler2018-11-201-13/+47
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge topic 'find-boost-test-version'Brad King2018-11-211-0/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | FindBoost: provide the version in x.y.z formatBen Boeckel2018-11-201-0/+2
* | | | | | | | | | Merge topic 'blas-pkgcfg'Brad King2018-11-201-0/+1
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | FindBLAS: Restore BLAS_FOUND when found using pkgconfigMartin von Gagern2018-11-191-0/+1
* | | | | | | | | | Merge topic 'FindPython-lib-arch'Brad King2018-11-201-0/+17
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | FindPython: Ensure config tool matches library architectureMarc Chevrier2018-11-191-0/+17
| |/ / / / / / / /
* | | | | | | | | Merge topic 'irsl-ucrt-version'Brad King2018-11-201-3/+19
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | / / | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | IRSL: Detect versioned Windows Universal CRT directoriesBrad King2018-11-191-3/+19
| |/ / / / / /
* | | | | | | Merge topic 'findx11-imported-targets'Brad King2018-11-191-121/+347
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | FindX11: add imported targetsBen Boeckel2018-11-131-36/+243
| * | | | | | FindX11: require Freetype and Fontconfig for XftBen Boeckel2018-11-121-1/+5
| * | | | | | FindX11: remove local variable from the advanced listBen Boeckel2018-11-121-1/+0
| * | | | | | FindX11: find Xext.hBen Boeckel2018-11-121-1/+3
| * | | | | | FindX11: match variables with library namesBen Boeckel2018-11-121-41/+55
| * | | | | | FindX11: fix some formatting in the documentationBen Boeckel2018-11-121-2/+2
| * | | | | | FindX11: use `list(APPEND)` for clearer codeBen Boeckel2018-11-121-39/+39
| * | | | | | FindX11: use lowercase function namesBen Boeckel2018-11-121-14/+14
* | | | | | | Merge topic 'cpack'Brad King2018-11-151-9/+18
|\ \ \ \ \ \ \
| * | | | | | | Help: Explain interaction of cpack(1) and CPack.Joachim Wuttke (l)2018-11-151-9/+18
* | | | | | | | Merge topic 'deprecate-findqt'Brad King2018-11-151-0/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | find_package(): Add policy to remove the FindQt moduleKyle Edwards2018-11-141-0/+8
* | | | | | | | Merge topic 'GNUInstallDirs-FreeBSD-info'Brad King2018-11-141-3/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | GNUInstallDirs: Update FreeBSD "info" destination to share/infoTobias C. Berner2018-11-131-1/+1
| * | | | | | | | GNUInstallDirs: Split "info" and "man" default logicBrad King2018-11-131-2/+6
* | | | | | | | | Merge topic 'SelectLibraryConfigurations'Brad King2018-11-131-16/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help: Revise documentation of SelectLibraryConfigurationsJoachim Wuttke (l)2018-11-131-16/+24
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'DeployQt4'Brad King2018-11-131-6/+6
|\ \ \ \ \ \ \ \ \