summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/src
Commit message (Expand)AuthorAgeFilesLines
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-041-26/+26
* BUG: Fix two argument size support for Fortran module routines. Reverted size...Pearu Peterson2011-05-061-0/+30
* BUG: Fix assumed shape support for module routines.Pearu Peterson2011-05-061-0/+41
* BUG: Fix memory leak in f2py_rout_wrap_call test.Michael Droettboom2011-05-021-1/+3
* ENH: f2py: support Fortran size function with two arguments (ticket #1765).Pearu Peterson2011-03-131-0/+14
* Implemented selected_real_kind evaluation, added tests to catch processor dep...Pearu Peterson2011-02-271-0/+20
* Fix assumed shape support for routines that use modules. Improved .f2py_f2cma...Pearu Peterson2011-02-273-0/+24
* WIP: implemented assumed shape support for Fortran subroutines.Pearu Peterson2011-02-261-3/+3
* WIP: added assumed shape array support to Fortran functions.Pearu Peterson2011-02-251-0/+34
* 3K: f2py: port the array_from_pyobj test module to Py3Pauli Virtanen2010-03-061-1/+26
* ENH: f2py: convert test suite to Nose formPauli Virtanen2010-03-064-0/+217