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

Change fundamental type conversion #127

Closed sethrj closed 5 years ago

sethrj commented 5 years ago

This changes type conversion so it's done by fragments rather than inlined into the conversion functions themselves. This will reduce code size, increase readability, and make conversions more extensible going forward.

sethrj commented 5 years ago

This was a mess. There's still some cleanup to do but I want to get it in so I can fix the long-overdue #125 and #124.