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

Delay emission of wrapper functions until all are checked #119

Closed sethrj closed 5 years ago

sethrj commented 5 years ago

If the intermediate/proxy functions signal that they're to be skipped, then SWIG will no longer emit the C function wrapper.