CMake/Modules/FortranCInterface
Rolf Eike Beer 2622bc3f65 Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex)
The matches have already been calculated and can simply be taken from
CMAKE_MATCH_n variables. This avoids multiple compilations of the same or very
similar regular expressions.
2014-04-14 18:16:58 +02:00
..
Verify FortranCInterface: Compile separate Fortran lib in VerifyC[XX] 2011-09-08 14:56:48 -04:00
CMakeLists.txt FortranCInterface: Fix mangling detection with Cray Fortran >= 7.3.2 2011-03-24 16:06:58 -04:00
Detect.cmake Clean up usage of if(... MATCHES regex) followed string(REGEX REPLACE regex) 2014-04-14 18:16:58 +02:00
Input.cmake.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
Macro.h.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
Output.cmake.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
call_mod.f90 Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
call_sub.f Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
main.F Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
my_module.f90 Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
my_module_.c FortranCInterface: Fix mangling detection with Cray Fortran >= 7.3.2 2011-03-24 16:06:58 -04:00
my_sub.f Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
mymodule.f90 Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
mymodule_.c FortranCInterface: Fix mangling detection with Cray Fortran >= 7.3.2 2011-03-24 16:06:58 -04:00
mysub.f Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00
symbol.c.in Rewrite FortranCInterface module 2009-08-05 13:40:29 -04:00