summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineFortranCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMakeFindBinUtils: Improve switch between MSVC- and GNU-like toolsBrad King2017-11-281-1/+1
* Flang: Add support for flang Fortran compilerTin Huynh2017-08-311-2/+4
* Add a CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID variableNorbert Lange2017-06-291-0/+7
* NAG: Extend compiler tool selection with NAG FortranTom Clune2017-05-051-1/+3
* Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variablesRuslan Baratov2017-03-081-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-271-3/+3
* Modules: Rename internal platform-specific compiler determination modulesBrad King2016-06-021-0/+1
* Fortran: Fix platform id detection on mingw-w64Melven Roehrig-Zoellner2016-04-051-0/+15
* CMakeDetermineFortranCompiler: Modernize conventionsMelven Roehrig-Zoellner2016-04-051-6/+5
* Fortran: Add ftn, the Cray compiler wrapper, to the default search.Chuck Atkins2015-12-041-0/+2
* CMakeDetermineCompilerId: Use per-language regex to match Xcode compiler toolBrad King2015-06-301-0/+8
* Add support for Concurrent Fortran 77 CompilerBrad King2015-06-181-1/+8
* CMakeDetermineCompilerId: Optionally try some flags before no flagsBrad King2015-06-181-0/+1
* Fortran: Add infrastructure to detect compiler version (#15372)Brad King2015-02-191-0/+41
* Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-4/+4
* Replace MATCHES ".+" tests with NOT STREQUAL ""Rolf Eike Beer2014-04-141-1/+1
* Remove .* expressions from beginning and end of MATCHES regexsRolf Eike Beer2014-04-141-3/+3
* Xcode: Convert forced CMAKE_<LANG>_COMPILER to full path if possibleBrad King2014-03-101-0/+1
* CMakeDetermine*Compiler: Factor out search for compiler in PATHBrad King2014-03-101-25/+1
* CMakeDetermine*Compiler: Fix typo 'lile' => 'like'Stephen Kelly2014-01-221-1/+1
* Drop use of configure_file IMMEDIATE optionDaniele E. Domenichelli2013-11-131-1/+1
* CMakeDetermine*Compiler: Remove temporary cache entryBrad King2013-10-241-1/+1
* VS: Detect Intel Fortran compiler id and versionBrad King2013-10-181-4/+0
* Determine C/CXX/Fortran compiler: fix indentationAlex Neundorf2013-03-141-10/+10
* Determine C/CXX/Fortran compiler: minor restructuringAlex Neundorf2013-03-141-3/+5
* CMakeDetermineFortranCompiler: add support for cross-compiling (#13379)Alex Neundorf2012-09-111-0/+26
* Make platform information files specific to the CMake versionBrad King2012-08-241-1/+1
* Xcode: Detect the compiler id and tool locationBrad King2012-08-221-0/+2
* Re-order C/C++/Fortran compiler determination logicBrad King2012-08-221-88/+88
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-22/+22
* Convert CMake-language commands to lower caseKitware Robot2012-08-131-100/+100
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-9/+9
* Prefer generic system compilers by default for C, C++, and FortranBrad King2012-08-021-0/+4
* Factor common code out of CMakeDetermine(ASM|C|CXX|Fortran)CompilerBrad King2012-08-021-37/+6
* detect "pgfortran" as PGI Fortran compiler (#12425)Rolf Eike Beer2012-02-081-4/+4
* Set CMAKE_<lang>_COMPILER_ID for VS generatorsBrad King2011-09-021-4/+1
* Add Absoft Fortran compiler id and basic flagsBrad King2011-05-201-1/+2
* Merge topic 'intel-compiler-windows-info'Brad King2010-12-211-0/+4
|\
| * Detect Fortran target architecture on WindowsBrad King2010-12-161-0/+4
* | Recognize the NAG Fortran compilerBrad King2010-12-091-0/+3
|/
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* Detect PathScale Fortran compiler toolsC. Bergström2010-04-261-2/+5
* Recognize the Compaq Fortran compilerBrad King2010-02-021-0/+5
* New decision method to enable Fortran testsBrad King2009-12-101-3/+0
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* Bias Fortran compiler search with C/C++ compilersBrad King2009-09-091-0/+35
* ENH: Identify Fortran compilers with fixed formatBrad King2009-06-251-1/+1
* BUG: fix for #8089, fix rebuild with fortran and -DBill Hoffman2008-11-141-1/+27
* ENH: Improvied compiler identification robustnessBrad King2008-02-251-1/+1