summaryrefslogtreecommitdiff
path: root/Modules/FortranCInterface.cmake
Commit message (Expand)AuthorAgeFilesLines
* FortranCInterface: Reuse primary detection results in VERIFY functionBrad King2023-05-011-0/+1
* Modules: Drop redundant check logging to CMakeOutput.log and CMakeError.logBrad King2023-01-181-4/+0
* Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-161-4/+4
* FortranCInterface: Fix mangling detection for x86_64 on arm64 macOSBrad King2022-02-111-0/+9
* FortranCInterface: Honor CMAKE_EXE_LINKER_FLAGS under CMP0056Brad King2020-11-101-0/+8
* Refactor: Use added message types in various modulesAlex Turbov2019-11-021-3/+3
* FortranCInterface: Fix support for VS with Intel toolsetBrad King2017-02-011-1/+2
* Simplify CMake per-source license noticesBrad King2016-09-271-13/+3
* Use string(APPEND) in ModulesDaniel Pfeifer2016-07-281-4/+4
* FortranCInterface: Document mangling result variables publiclyBrad King2016-02-101-0/+52
* FortranCInterface: Improve documentation formatting and organizationBrad King2016-02-101-70/+78
* FortranCInterface: Convert docs to a bracket commentBrad King2016-02-101-126/+127
* FortranCInterface: Do not use cmake_policy(VERSION)Brad King2015-05-191-2/+1
* Replace string(REGEX REPLACE) with string(REPLACE) where possibleRolf Eike Beer2014-04-141-1/+1
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-59/+103
* FortranCInterface: Pass all flags to VERIFY project (#13579)Brad King2012-10-101-1/+5
* Remove CMake-language block-end command argumentsKitware Robot2012-08-131-1/+1
* FortranCInterface: Work around mingw32-make trouble with parensBrad King2011-12-091-0/+8
* FortranCInterface: Fix doc typo FC.h -> FCMangle.hBrad King2010-08-171-3/+3
* Modules: Fix spelling 'To distributed' -> 'To distribute'Todd Gamblin2010-08-091-1/+1
* FortranCInterface: Support '=' in language flagsBrad King2009-12-151-3/+3
* FortranCInterface: Honor language flags in checksBrad King2009-11-191-0/+3
* FortranCInterface: Use CMake 2.8.0 behaviorBrad King2009-11-171-0/+7
* Convert CMake non-find modules to BSD LicenseBrad King2009-09-281-0/+13
* Make FortranCInterface_VERIFY verbose on failureBrad King2009-09-011-0/+1
* Create FortranCInterface_VERIFY functionBrad King2009-08-241-0/+76
* Teach FortranCInterface to load outside resultsBrad King2009-08-241-162/+4
* Teach FortranCInterface to verify languagesBrad King2009-08-201-0/+9
* Rewrite FortranCInterface moduleBrad King2009-08-051-214/+317
* ENH: fix for intel module on linuxBill Hoffman2008-10-311-0/+2
* ENH: better output if module linkage is not foundBill Hoffman2008-10-301-8/+7
* ENH: fix uppercase version so defines are not upper as wellBill Hoffman2008-10-301-6/+14
* ENH: fix check for intel windows module manglingBill Hoffman2008-10-291-1/+5
* ENH: fix check for intel windows module manglingBill Hoffman2008-10-291-0/+1
* ENH: add check for intel windows module manglingBill Hoffman2008-10-291-1/+1
* ENH: add check for intel windows module manglingBill Hoffman2008-10-291-0/+1
* ENH: fix upper caseBill Hoffman2008-10-291-4/+4
* ENH: only check for module linkage if f90 is availableBill Hoffman2008-10-291-1/+4
* ENH: fix for xlf module linkageBill Hoffman2008-10-291-1/+1
* ENH: add test for FortranCInterfaceBill Hoffman2008-10-291-3/+3
* ENH: add support for g77 extra _ at the end of functions that have an _ in th...Bill Hoffman2008-10-281-9/+35
* ENH: add support for module functionsBill Hoffman2008-10-271-32/+84
* ENH: add fortran link discovery moduleBill Hoffman2008-10-271-0/+135