summaryrefslogtreecommitdiff
path: root/Modules/CMakeDetermineFortranCompiler.cmake
Commit message (Expand)AuthorAgeFilesLines
* Modules: Record system inspection steps in the configure logBrad King2023-01-181-2/+2
* Fortran: Support cuf file extension when using nvfortranRobert Maynard2022-11-161-0/+3
* Fortran: cleanup compiler default search listMichael Hirsch2022-08-161-25/+11
* LLVMFlang: Add support for LLVM FlangTin Huynh2022-05-241-0/+1
* Fortran: Support searching for the `nvfortran` executableRobert Maynard2022-01-101-2/+4
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+2
* MINGW: Define variable only when targeting Windows platformsBrad King2021-09-171-3/+0
* Cygwin: Remove redundant definitions of CYGWIN and UNIX variablesBrad King2021-09-161-2/+0
* IntelLLVM: Add support for Intel LLVM-based compilersWilliam R. Dieter2021-01-281-3/+5
* Toolchain: Capture all arguments from CMAKE_<LANG>_COMPILERFred Baksik2020-07-231-1/+1
* Compilers: Add paths from -print-sysroot to system prefix pathRobert Maynard2020-04-141-0/+10
* DetermineCompiler: Relax _CMAKE_TOOLCHAIN_PREFIX detectionRobert Maynard2020-03-301-1/+1
* XL: Add support for Ninja and XL FortranBrad King2019-11-211-0/+5
* Fortran: Adjust compiler candidates based on host platformxoviat2018-02-211-6/+14
* 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-091-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-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