| Commit message (Expand) | Author | Age | Files | Lines |
* | Fortran: Adjust compiler candidates based on host platform | xoviat | 2018-02-21 | 1 | -6/+14 |
|
|
* | CMakeFindBinUtils: Improve switch between MSVC- and GNU-like tools | Brad King | 2017-11-28 | 1 | -1/+1 |
|
|
* | Flang: Add support for flang Fortran compiler | Tin Huynh | 2017-08-31 | 1 | -2/+4 |
|
|
* | Add a CMAKE_<LANG>_COMPILER_ARCHITECTURE_ID variable | Norbert Lange | 2017-06-29 | 1 | -0/+7 |
|
|
* | NAG: Extend compiler tool selection with NAG Fortran | Tom Clune | 2017-05-05 | 1 | -1/+3 |
|
|
* | Add 'CMAKE_GCC_AR' and 'CMAKE_GCC_RANLIB' variables | Ruslan Baratov | 2017-03-08 | 1 | -0/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | Use string(APPEND) in Modules | Daniel Pfeifer | 2016-07-27 | 1 | -3/+3 |
|
|
* | Modules: Rename internal platform-specific compiler determination modules | Brad King | 2016-06-02 | 1 | -0/+1 |
|
|
* | Fortran: Fix platform id detection on mingw-w64 | Melven Roehrig-Zoellner | 2016-04-05 | 1 | -0/+15 |
|
|
* | CMakeDetermineFortranCompiler: Modernize conventions | Melven Roehrig-Zoellner | 2016-04-05 | 1 | -6/+5 |
|
|
* | Fortran: Add ftn, the Cray compiler wrapper, to the default search. | Chuck Atkins | 2015-12-04 | 1 | -0/+2 |
|
|
* | CMakeDetermineCompilerId: Use per-language regex to match Xcode compiler tool | Brad King | 2015-06-30 | 1 | -0/+8 |
|
|
* | Add support for Concurrent Fortran 77 Compiler | Brad King | 2015-06-18 | 1 | -1/+8 |
|
|
* | CMakeDetermineCompilerId: Optionally try some flags before no flags | Brad King | 2015-06-18 | 1 | -0/+1 |
|
|
* | Fortran: Add infrastructure to detect compiler version (#15372) | Brad King | 2015-02-19 | 1 | -0/+41 |
|
|
* | Avoid if() quoted auto-dereference | Ben Boeckel | 2014-10-20 | 1 | -4/+4 |
|
|
* | Replace MATCHES ".+" tests with NOT STREQUAL "" | Rolf Eike Beer | 2014-04-14 | 1 | -1/+1 |
|
|
* | Remove .* expressions from beginning and end of MATCHES regexs | Rolf Eike Beer | 2014-04-14 | 1 | -3/+3 |
|
|
* | Xcode: Convert forced CMAKE_<LANG>_COMPILER to full path if possible | Brad King | 2014-03-10 | 1 | -0/+1 |
|
|
* | CMakeDetermine*Compiler: Factor out search for compiler in PATH | Brad King | 2014-03-10 | 1 | -25/+1 |
|
|
* | CMakeDetermine*Compiler: Fix typo 'lile' => 'like' | Stephen Kelly | 2014-01-22 | 1 | -1/+1 |
|
|
* | Drop use of configure_file IMMEDIATE option | Daniele E. Domenichelli | 2013-11-13 | 1 | -1/+1 |
|
|
* | CMakeDetermine*Compiler: Remove temporary cache entry | Brad King | 2013-10-24 | 1 | -1/+1 |
|
|
* | VS: Detect Intel Fortran compiler id and version | Brad King | 2013-10-18 | 1 | -4/+0 |
|
|
* | Determine C/CXX/Fortran compiler: fix indentation | Alex Neundorf | 2013-03-14 | 1 | -10/+10 |
|
|
* | Determine C/CXX/Fortran compiler: minor restructuring | Alex Neundorf | 2013-03-14 | 1 | -3/+5 |
|
|
* | CMakeDetermineFortranCompiler: add support for cross-compiling (#13379) | Alex Neundorf | 2012-09-11 | 1 | -0/+26 |
|
|
* | Make platform information files specific to the CMake version | Brad King | 2012-08-24 | 1 | -1/+1 |
|
|
* | Xcode: Detect the compiler id and tool location | Brad King | 2012-08-22 | 1 | -0/+2 |
|
|
* | Re-order C/C++/Fortran compiler determination logic | Brad King | 2012-08-22 | 1 | -88/+88 |
|
|
* | Remove CMake-language block-end command arguments | Kitware Robot | 2012-08-13 | 1 | -22/+22 |
|
|
* | Convert CMake-language commands to lower case | Kitware Robot | 2012-08-13 | 1 | -100/+100 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -9/+9 |
|
|
* | Prefer generic system compilers by default for C, C++, and Fortran | Brad King | 2012-08-02 | 1 | -0/+4 |
|
|
* | Factor common code out of CMakeDetermine(ASM|C|CXX|Fortran)Compiler | Brad King | 2012-08-02 | 1 | -37/+6 |
|
|
* | detect "pgfortran" as PGI Fortran compiler (#12425) | Rolf Eike Beer | 2012-02-08 | 1 | -4/+4 |
|
|
* | Set CMAKE_<lang>_COMPILER_ID for VS generators | Brad King | 2011-09-02 | 1 | -4/+1 |
|
|
* | Add Absoft Fortran compiler id and basic flags | Brad King | 2011-05-20 | 1 | -1/+2 |
|
|
* | Merge topic 'intel-compiler-windows-info' | Brad King | 2010-12-21 | 1 | -0/+4 |
|\ |
|
| * | Detect Fortran target architecture on Windows | Brad King | 2010-12-16 | 1 | -0/+4 |
|
|
* | | Recognize the NAG Fortran compiler | Brad King | 2010-12-09 | 1 | -0/+3 |
|/ |
|
* | Modules: Fix spelling 'To distributed' -> 'To distribute' | Todd Gamblin | 2010-08-09 | 1 | -1/+1 |
|
|
* | Detect PathScale Fortran compiler tools | C. Bergström | 2010-04-26 | 1 | -2/+5 |
|
|
* | Recognize the Compaq Fortran compiler | Brad King | 2010-02-02 | 1 | -0/+5 |
|
|
* | New decision method to enable Fortran tests | Brad King | 2009-12-10 | 1 | -3/+0 |
|
|
* | Convert CMake non-find modules to BSD License | Brad King | 2009-09-28 | 1 | -0/+13 |
|
|
* | Bias Fortran compiler search with C/C++ compilers | Brad King | 2009-09-09 | 1 | -0/+35 |
|
|
* | ENH: Identify Fortran compilers with fixed format | Brad King | 2009-06-25 | 1 | -1/+1 |
|
|
* | BUG: fix for #8089, fix rebuild with fortran and -D | Bill Hoffman | 2008-11-14 | 1 | -1/+27 |
|
|