summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 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
|
* 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) ↵Pearu Peterson2006-10-088-142/+306
| | | | argument. Fixed bugs.
* 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
|
* F2PY G3: added basic support for wrapping Fortran subprograms, scalar input ↵Pearu Peterson2006-10-056-19/+116
| | | | only.
* Fixed typos.Pearu Peterson2006-10-053-6/+6
|
* F2PY G3: started subprogram support addition.Pearu Peterson2006-10-055-310/+340
|
* F2PY G3: exposed wrappers via f2py script. A working example: wrap F90 ↵Pearu Peterson2006-10-048-75/+714
| | | | module containing derived type with scalar components.
* F2PY G3: exposing G3 to f2py script, fixed bugs, wrote source docs.Pearu Peterson2006-10-0211-37/+275
|
* F2PY G3: fixed bugs, added float and complex scalars support.Pearu Peterson2006-10-014-60/+340
|
* F2PY G3: Moved Fortran parser related code to subpackage parser.Pearu Peterson2006-10-0116-175/+268
|
* F2PY G3: wrapping nested derived types.Pearu Peterson2006-09-309-259/+723
|
* Fixed typos, started impl. derived type support.Pearu Peterson2006-09-173-8/+20
|
* Added Fortran Standard reference manual.Pearu Peterson2006-09-161-0/+115154
|
* 4G f2py: first working example.Pearu Peterson2006-09-1617-52/+1586
|
* Add analyze fortran hooks.Pearu Peterson2006-09-087-54/+303
|
* Working on Fortran analyzer.Pearu Peterson2006-07-057-122/+434
|
* Working on Fortran analyzer.Pearu Peterson2006-07-0410-128/+846
|
* Added more Fortran parser tests.Pearu Peterson2006-07-023-29/+88
|
* More unit-tests for Fortran parser.Pearu Peterson2006-06-302-55/+240
|
* Writting parser unittests, fixed bugs.Pearu Peterson2006-06-308-270/+751
|
* Workout a way to access Fortran derived objects from C.Pearu Peterson2006-06-303-0/+102
|
* Fixed import error.Pearu Peterson2006-06-291-1/+0
|
* Removed old files.Pearu Peterson2006-06-293-960/+0
|
* Finished impl. Fortran 77-2003 parse pattern classes.Pearu Peterson2006-06-298-281/+1158
|
* Cont. impl. Fortran parser.Pearu Peterson2006-06-267-60/+388
|
* Cont. impl. Fortran parser.Pearu Peterson2006-06-229-61/+1666
|
* Impl. Fortran parser cont.Pearu Peterson2006-06-056-232/+1167
|
* Fixed new fortran reader and parser bugs.Pearu Peterson2006-05-264-68/+144
|
* Cont. impl. fortran parser, added do and ifthen blocks.Pearu Peterson2006-05-255-49/+241
|
* Impl. simple fortran parser.Pearu Peterson2006-05-243-10/+231
|
* Add inline f2py directive support to new fortran reader.Pearu Peterson2006-05-241-7/+16
|
* Impl. new and improved fortran file reader (remembers line numbers, ↵Pearu Peterson2006-05-244-0/+762
comments, gracefully reports errors and warnings etc.).