summaryrefslogtreecommitdiff
path: root/Modules/CMakeTestFortranCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-12/+0
* Modules: Use new SOURCES_FROM_* try_compile (1/2)Matthew Woehlke2022-09-271-4/+6
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-141-4/+4
* Merge topic 'enable_language-CMP0126'Brad King2021-07-191-0/+3
|\
| * enable_language: Fix test for working compiler with CMP0126 NEW behaviorBrad King2021-07-151-0/+3
* | Fortran: Subsume F90 check into ABI checkMichael Hirsch2021-06-251-1/+8
|/
* enable_language: Assume compiler works if ABI detection compilesBrad King2020-05-251-59/+59
* Refactor: Use added message types in various modulesAlex Turbov2019-11-021-6/+6
* Maint: misc. typosluz.paz2018-02-161-1/+1
* Improve formatting of compiler failure error messageBrad King2017-09-191-2/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-1/+1
* Fortran: Use explicit type in Fortran 90 checkBrad King2013-07-011-1/+1
* Move CMAKE_<LANG>_COMPILER_WORKS to compiler information filesBrad King2012-08-241-37/+47
* Make platform information files specific to the CMake versionBrad King2012-08-241-2/+2
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-9/+9
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-42/+42
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Load platform files that need to know the ABI when possibleBrad King2011-12-051-0/+6
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Load compiler information after configuring itBrad King2010-05-061-0/+1
* Make a common function that prints the status during the checks for working c...David Cole2010-02-121-3/+5
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* Pass Fortran90 test result to try-compileBrad King2009-07-301-28/+28
* ENH: Create Fortran ABI detection frameworkBrad King2009-07-131-0/+14
* STYLE: use IF(NOT ...) instead of IF() ELSE() ... ENDIF()Alexander Neundorf2008-05-121-3/+2
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-8/+8
* ENH: put CmakeTmp into CMakeFilesKen Martin2006-01-121-4/+4
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+1
* ENH: put cmake files intoa CMakeFiles subdir to clean up bin treeKen Martin2005-07-291-4/+4
* ENH: Added test for Fortran90 support.Brad King2005-02-041-4/+37
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-12/+12
* ENH: minor fortran fixesBill Hoffman2004-08-111-4/+5
* ENH: initial fortran supportBill Hoffman2004-08-061-0/+31