summaryrefslogtreecommitdiff
path: root/Modules/FortranCInterface
Commit message (Expand)AuthorAgeFilesLines
* Modules:Check,GenerateExportHeader: include only what's neededscivision2023-03-131-5/+5
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-4/+2
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-161-4/+4
* FortranCInterface: Add support for LLVMFlang manglingGilles Gouaillardet2022-09-092-3/+5
* Merge topic 'FortranCInterface-gcc12'Brad King2022-05-171-0/+3
|\
| * FortranCInterface: Fix failure with gfortran 12 and ClangBrad King2022-05-161-0/+3
* | FortranCInterface: Fix mangling detection for x86_64 on arm64 macOSBrad King2022-02-111-0/+10
|/
* FortranCInterface: Fix compatibility with GCC gfortran 12 LTOBjörn Esser2022-01-191-0/+13
* FortranCInterface: Fix regression in timestamp checkSeth R Johnson2021-10-011-2/+1
* FortranCInterface: Fix misuse of IS_NEWER_THAN in timestamp checkCraig Scott2021-02-221-8/+11
* FortranCInterface: Honor CMAKE_EXE_LINKER_FLAGS under CMP0056Brad King2020-11-101-0/+10
* FortranCInterface: Fix broken search for test exe when cross-compilingBrad King2020-02-272-8/+6
* Refactor: Use added message types in various modulesAlex Turbov2019-11-021-2/+4
* Remove now-unused code once used for MIPSpro on IRIXBrad King2019-02-211-3/+2
* FortranCInterface: Add support for PGI on WindowsChristian Pfeiffer2017-05-063-3/+9
* FortranCInt: Pass CONFIG flags to try_compileChristian Pfeiffer2017-05-062-3/+7
* FortranCInterface: Fix support for VS with Intel toolsetBrad King2017-02-011-1/+2
* FortranCInterface: Make mangling detection robust to PIC FortranBrad King2016-11-041-0/+3
* Simplify CMake per-source license noticesBrad King2016-09-273-30/+6
* Revise C++ coding style using clang-formatKitware Robot2016-05-162-2/+6
* Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-1/+1
* Use a more reliable regex for extracting binary INFO stringsChuck Atkins2014-09-031-1/+1
* Keep cmake_minimum_required calls in sync with current versionDaniele E. Domenichelli2014-05-192-2/+2
* Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)Rolf Eike Beer2014-04-141-3/+2
* FortranCInterface: Fix cross-compiling Linux to MinGW (#14358)Michel Zou2013-08-141-1/+1
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-1/+1
* Move IntelVSImplicitPath project to better locationBrad King2011-09-143-23/+0
* For VS Intel Fortran IDE builds, add a check to find the Fortran library PATH.Bill Hoffman2011-09-083-0/+23
* FortranCInterface: Compile separate Fortran lib in VerifyC[XX]Brad King2011-09-081-1/+3
* FortranCInterface: Fix mangling detection with Cray Fortran >= 7.3.2Brad King2011-03-243-15/+12
* FortranCInterface: Recognize NAG Fortran module symbolsBrad King2010-12-091-0/+2
* FortranCInterface: Fix PathScale detection againBrad King2010-02-161-0/+6
* FortranCInterface: Fix PathScale detectionBrad King2010-01-222-0/+7
* FortranCInterface: Support '=' in language flagsBrad King2009-12-151-2/+2
* FortranCInterface: Honor language flags in checksBrad King2009-11-191-0/+3
* FortranCInterface: Mangling for Intel on WindowsBrad King2009-10-051-0/+4
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-283-0/+33
* Fix FortranCInterface_VERIFY for non-C++ caseBrad King2009-09-011-0/+5
* Create FortranCInterface_VERIFY functionBrad King2009-08-246-0/+48
* Teach FortranCInterface to load outside resultsBrad King2009-08-241-0/+165
* Teach FortranCInterface about g77 manglingBrad King2009-08-061-0/+1
* Sort FortranCInterface global mangling symbolsBrad King2009-08-061-2/+2
* Cleanup FortranCInterface for PGI and GCC 4.2Brad King2009-08-053-8/+10
* Teach FortranC interface for Intel, PGI, and gcc 4.2Bill Hoffman2009-08-053-2/+8
* Rewrite FortranCInterface moduleBrad King2009-08-0512-0/+154