swig-fortran / swig

This fork of SWIG creates Fortran wrapper code from C++ headers.
http://www.swig.org
Other
42 stars 11 forks source link

Remove `fenumname` and replace `fclassname` with `fortranclassname` #139

Closed sethrj closed 4 years ago

sethrj commented 4 years ago

This makes the fortran typemaps even closer to existing statically typed languages, and eliminating fenumname paves the way for strongly typed function pointers (#116 )