summaryrefslogtreecommitdiff
path: root/numpy/f2py/tests/src
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Hard tab and whitespace cleanup.Charles Harris2018-03-081-13/+13
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-0/+1
* TST: add test case described in ticket 9228 for numpy.f2pyBob Eldering2017-06-131-0/+11
* TST: add a char array input testJulian Taylor2017-05-021-0/+29
* TST: adding test for constants without compound kind specjutke2017-01-201-0/+23
* TST: adding tests for compound constant provided by @zerothijutke2017-01-201-0/+15
* BUG: fixed kind specifications for parametersNick Papior2016-11-273-0/+102
* DEP: removed deprecated API calls from test code (wrapmodule.c)Chris Kerr2014-11-101-31/+31
* TST: Add basic test for compiling with intent(in out).Charles Harris2014-10-091-0/+9
* Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* 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