summaryrefslogtreecommitdiff
path: root/numpy/f2py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix f2py command line doc.Pearu Peterson2007-05-142-1/+3
* Fix doc rest formatting - 2.Pearu Peterson2007-05-141-18/+19
* Fix doc rest formatting.Pearu Peterson2007-05-141-12/+12
* Clean up setup() calls.Pearu Peterson2007-05-111-1/+1
* Fix pointer size for F90 allocatable arrays on 64-bit platform. Closes ticket...Stefan van der Walt2007-04-201-2/+4
* f2py: support for assumed shape arrays of fortran callback functions (will no...Pearu Peterson2007-04-171-0/+4
* Fix #491Robert Kern2007-04-041-4/+3
* Applying patch from ticket 437.Pearu Peterson2007-04-021-4/+4
* G3 F2PY: Fixed parsing a*b**c expression.Pearu Peterson2007-01-181-3/+26
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-1/+0
* Whitespace cleanup.Stefan van der Walt2007-01-0834-175/+155
* Cont. implementing F2000 parser.Pearu Peterson2006-12-233-413/+868
* Moving the research/ directory out of the trunk as it takes up space in the s...Robert Kern2006-11-177-115301/+0
* F2PY G3: continued F2003 parser implementation and unittesting.Pearu Peterson2006-11-038-1788/+3375
* Apply #368Travis Oliphant2006-11-021-3/+3
* F2PY G3: Cont impl F2003 parser; defined all syntax rules.Pearu Peterson2006-11-013-44/+735
* F2PY: Cont implementing Fortran 2003 parser. Clean up.Pearu Peterson2006-10-316-3168/+3950
* Fix some reference-count problems in f2py with data-type objects.Travis Oliphant2006-10-301-12/+21
* F2PY: Cont. unifying Fortran stmt and expr parsers.Pearu Peterson2006-10-309-52/+1330
* F2PY: start unifying Fortran statement and expression parsers.Pearu Peterson2006-10-273-0/+672
* F2PY G3: more tests for Fortran expr parser.Pearu Peterson2006-10-252-7/+72
* F2PY: Optimised Fortran expr parser. Fixed bugs.Pearu Peterson2006-10-252-262/+246
* F2PY G3: finished Fortran expression parser implementation, comes with comple...Pearu Peterson2006-10-243-204/+760
* F2PY G3: Cont implementing Fortran expression parser, almost finished.Pearu Peterson2006-10-233-383/+495
* F2PY G3: Cont. implementing Fortran expression parser and unittests.Pearu Peterson2006-10-233-110/+614
* F2PY G3: implementingg Fortran expression parser cont.Pearu Peterson2006-10-223-164/+1173
* F2PY G3: fixed bugs (ticket 361), impl expression parser.Pearu Peterson2006-10-213-215/+510
* F2PY G3: Impl. pattern tools for expression parsing.Pearu Peterson2006-10-203-40/+251
* F2PY G3: started impl array support.Pearu Peterson2006-10-204-47/+56
* F2PY G3: started impl array support and expression parser.Pearu Peterson2006-10-205-7/+312
* f2py-2e is not ready for PyArray_STRING, using PyArray_CHAR for now (characte...Pearu Peterson2006-10-191-1/+4
* F2PY G3: fixed compiler warnings.Pearu Peterson2006-10-144-75/+115
* F2PY G3: modules can import f90 derived type wrappers from other modules.Pearu Peterson2006-10-134-23/+92
* F2PY G3: exposing f90 type information via _API variable for other modules.Pearu Peterson2006-10-133-11/+26
* F2PY: Impl. (suboptimal) solution for nested f90 module wrapping.Pearu Peterson2006-10-136-30/+131
* F2PY G3: Impl. F90 module subprogram support and simple tests.Pearu Peterson2006-10-112-10/+143
* F2PY G3: Impl. scalar function support and tests.Pearu Peterson2006-10-117-15/+627
* F2PY G3: improved public/private spec handling. Added function wrapping support.Pearu Peterson2006-10-114-34/+89
* Resolved ticket 285: imporved error messagesPearu Peterson2006-10-101-2/+2
* F2PY G3: refactored Python specific wrapper code from parser.Pearu Peterson2006-10-095-150/+156
* F2PY G3: added simple test for subroutine with derived type intent(in,out) ar...Pearu Peterson2006-10-088-142/+306
* F2PY G3: added support and tests for character*(*) types.Pearu Peterson2006-10-086-141/+100
* F2PY G3: Impl. support and tests for scalar logical and character*<len> types.Pearu Peterson2006-10-073-2/+270
* F2PY G3: clean up.Pearu Peterson2006-10-075-515/+0
* F2PY G3: completed test site for int,float,complex scalar support. Fixed bugs.Pearu Peterson2006-10-0710-792/+640
* F2PY G3: fixed bugs, started adding features.Pearu Peterson2006-10-064-14/+55
* Bug fix for DATA statement with components containing subexpressions.Pearu Peterson2006-10-051-3/+6
* F2PY G3: added basic support for wrapping Fortran subprograms, scalar input o...Pearu Peterson2006-10-056-19/+116
* Fixed typos.Pearu Peterson2006-10-053-6/+6
* F2PY G3: started subprogram support addition.Pearu Peterson2006-10-055-310/+340