summaryrefslogtreecommitdiffstats
path: root/Modules/CMakeDetermineFortranCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: When detecting the compiler id try compiling only to an object file.Brad King2008-02-111-0/+3
* BUG: When configuring compiler information files into the CMakeFiles director...Brad King2008-02-041-1/+2
* BUG: When forcing the C and CXX compilers do not try to detect the ABI inform...Brad King2008-02-031-2/+3
* ENH: Add support to CMAKE_DETERMINE_COMPILER_ID macro to try building the id ...Brad King2008-01-071-1/+8
* STYLE: fdcorrect comments about FC/CCAlexander Neundorf2007-05-181-4/+5
* BUG: If the Fortran CompilerId source fails to compile it should not be a fai...Brad King2007-05-181-0/+1
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-9/+2
* ENH: Merging CompilerId updates from branch CMake-Modules-CompilerId to the m...Brad King2007-05-031-32/+52
* ENH: remove df because df is a unix utilitiyBill Hoffman2007-02-211-1/+1
* BUG: fix for bug 3950 add support for df compiler on windowsBill Hoffman2007-02-201-1/+1
* BUG: Search for the compiler only once and store a full path to it in the cac...Brad King2006-08-291-14/+15
* ENH: centralized locaiton of CMakeFiles settingKen Martin2006-06-141-3/+3
* ENH: fix more than one argument passed in to compilers via environmentBill Hoffman2006-01-251-1/+1
* 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-3/+3