summaryrefslogtreecommitdiffstats
path: root/Modules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic '17870-iphone-friendly-cmake'Brad King2019-02-0517-17/+66
|\
| * Xcode: Completely disable code signing for compiler id detectionGregor Jasny2019-02-042-14/+1
| * Apple: Introduce separate system name for iOS, tvOS, and watchOSGregor Jasny2019-02-0416-4/+66
* | Xcode: Update default Swift language version for Xcode 10.2Brad King2019-02-041-0/+2
* | Merge topic 'implicit-incs-cleanup'Brad King2019-02-0121-178/+77
|\ \
| * | ParseImplicitIncludeInfo: keep implicit incl. consistent when rerunning cmakeChuck Cranor2019-01-302-7/+12
| * | CrayPrgEnv/ParseImplicitIncludes: simplify for new implict include parserChuck Cranor2019-01-2916-155/+4
| * | ParseImplicitIncludeInfo: add SunPro Fortran and PGI compiler, Cray fixChuck Cranor2019-01-293-16/+61
| |/
* | Merge topic 'ninja-intel-depfile'Brad King2019-01-312-0/+4
|\ \
| * | Ninja: Use deps=gcc for Intel Compiler on WindowsBrad King2019-01-302-0/+4
* | | Merge topic 'xerces-xalan-header-checking'Brad King2019-01-312-2/+2
|\ \ \
| * | | FindXercesC, FindXalanC: Don't examine non-existent version headersRoger Leigh2019-01-302-2/+2
| |/ /
* | | Merge topic 'lapack-docs'Brad King2019-01-312-82/+123
|\ \ \
| * | | Find{BLAS,LAPACK}: Add note and example for using Intel MKLMichael Hirsch, Ph.D2019-01-302-0/+22
| * | | Find{BLAS,LAPACK}: Update docs to use modern conventionsMichael Hirsch, Ph.D2019-01-302-85/+104
| * | | FindLAPACK: Remove extra indentation from a lineMichael Hirsch, Ph.D2019-01-301-1/+1
| | |/ | |/|
* | | Find{BLAS,LAPACK}: Drop unnecessary mark_as_advanced callsBrad King2019-01-312-2/+0
| |/ |/|
* | Merge topic 'fetchcontent-reduce-boilerplate'Brad King2019-01-301-73/+211
|\ \
| * | FetchContent: Add new command FetchContent_MakeAvailable()Craig Scott2019-01-261-68/+206
| * | FetchContent: Trivial doc correctionsCraig Scott2019-01-201-6/+6
* | | Merge topic 'UseJava-if-cleanup'Brad King2019-01-301-147/+147
|\ \ \ | |_|/ |/| |
| * | UseJava: clean-up if() expressionsMarc Chevrier2019-01-281-147/+147
* | | Merge topic 'doxygen-escaping'Brad King2019-01-281-1/+3
|\ \ \
| * | | FindDoxygen: Escape backslashes in default valuesCraig Scott2019-01-261-1/+3
* | | | Merge topic 'implicit-incs-upd'Brad King2019-01-282-12/+98
|\ \ \ \
| * | | | ParseImplicitIncludeInfo: add Fortran implicit include handlingChuck Cranor2019-01-252-6/+13
| * | | | ParseImplicitIncludeInfo: handle/add SunPro, XL, and -nostdinc test casesChuck Cranor2019-01-251-11/+90
* | | | | Merge topic 'png-optimize'Brad King2019-01-281-0/+0
|\ \ \ \ \
| * | | | | Reduce size of PNG imagesLucy Phipps2019-01-251-0/+0
| * | | | | CPack: Replace corrupted background png with originalLucy Phipps2019-01-251-0/+0
* | | | | | Merge topic 'intel-compile-features'Brad King2019-01-281-1/+1
|\ \ \ \ \ \
| * | | | | | Intel: Record support for relaxed constexpr by version 18.0.5Brad King2019-01-251-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'FindPythonInterp-version-fix'Brad King2019-01-281-7/+7
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | FindPythonInterp: Do not assume any version if test script failsMarc Chevrier2019-01-221-7/+7
* | | | | Merge topic 'FindICU-win64'Brad King2019-01-251-3/+9
|\ \ \ \ \
| * | | | | FindICU: Find 64-bit Windows builds under CMP0074 NEW behaviorJohannes Reiff2019-01-241-3/+9
* | | | | | Merge topic 'FindPython-numpy'Marc Chevrier2019-01-254-6/+80
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | FindPython: Introduce NumPy componentHiroshi Miura2019-01-244-6/+80
* | | | | | Merge topic 'fortran-docs'Brad King2019-01-242-4/+28
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Help: Add examples to CheckFortranSource{Runs,Compiles}Michael Hirsch, Ph.D2019-01-232-4/+28
| | |_|/ / | |/| | |
* | | | | Merge topic 'findgit-note'Marc Chevrier2019-01-241-1/+2
|\ \ \ \ \
| * | | | | Help: Add note about CMAKE_ROLE to FindGit documentationKyle Edwards2019-01-231-1/+2
| |/ / / /
* | | | | FindPython: Support script modeKyle Edwards2019-01-234-113/+123
|/ / / /
* | | | Merge topic 'implicit-includes'Brad King2019-01-227-0/+142
|\ \ \ \
| * | | | Compute implicit include directories from compiler outputChuck Cranor2019-01-215-0/+111
| * | | | CMakeDetermineCompilerABI: set locale to C for try_compile()Chuck Cranor2019-01-211-0/+17
| * | | | CMakeDetermineCompilerABI: pass verbose flag during compilationBrad King2019-01-212-0/+7
| * | | | Refactor exclusion of -I/usr/include to avoid per-language valuesBrad King2019-01-211-0/+7
* | | | | FindGit: Add imported targetKyle Edwards2019-01-211-0/+11
| |/ / / |/| | |
* | | | Merge topic 'ExternalProject-non-cmake-source-subdir'Brad King2019-01-211-2/+8
|\ \ \ \