summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/py_wrap_subprogram.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace cleanup.Stefan van der Walt2007-01-081-4/+3
* F2PY G3: started impl array support.Pearu Peterson2006-10-201-37/+39
* F2PY G3: fixed compiler warnings.Pearu Peterson2006-10-141-4/+15
* F2PY G3: modules can import f90 derived type wrappers from other modules.Pearu Peterson2006-10-131-1/+2
* F2PY: Impl. (suboptimal) solution for nested f90 module wrapping.Pearu Peterson2006-10-131-4/+9
* F2PY G3: Impl. F90 module subprogram support and simple tests.Pearu Peterson2006-10-111-10/+60
* F2PY G3: Impl. scalar function support and tests.Pearu Peterson2006-10-111-7/+20
* F2PY G3: refactored Python specific wrapper code from parser.Pearu Peterson2006-10-091-16/+25
* F2PY G3: added support and tests for character*(*) types.Pearu Peterson2006-10-081-7/+18
* F2PY G3: fixed bugs, started adding features.Pearu Peterson2006-10-061-1/+6
* F2PY G3: added basic support for wrapping Fortran subprograms, scalar input o...Pearu Peterson2006-10-051-4/+85
* F2PY G3: started subprogram support addition.Pearu Peterson2006-10-051-0/+23