summaryrefslogtreecommitdiff
path: root/Modules/FortranCInterface
Commit message (Expand)AuthorAgeFilesLines
* 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