summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineFortranCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* ENH: make sure flags set in CC or CXX environment variables stay with the com...Bill Hoffman2005-07-201-0/+3
* ENH: add the ability to generate custom commands for a language that is not s...Bill Hoffman2004-10-211-1/+1
* ENH: do not check for gnu for visual studioKen Martin2004-09-151-0/+5
* ENH: try to find fortran compiler before adding the testBill Hoffman2004-08-261-4/+11
* Add a fortran test if there is a fortran compilerBill Hoffman2004-08-261-24/+23
* ENH: more uniform approach to enable language, one step closer to being able ...Bill Hoffman2004-08-261-25/+43
* ENH: initial fortran supportBill Hoffman2004-08-061-0/+83