summaryrefslogtreecommitdiff
path: root/numpy/f2py/lib/extgen
Commit message (Collapse)AuthorAgeFilesLines
* Removing G3 f2py code. Development has moved to https://launchpad.net/f2py/Robert Kern2008-07-037-2666/+0
|
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-282-3/+3
|
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-295-48/+48
|
* removing decorators (see #580)Jarrod Millman2007-10-191-10/+10
|
* extgen: removing old filesPearu Peterson2007-08-107-1278/+0
|
* extgen: restored numpy support, fixed bugs.Pearu Peterson2007-08-104-28/+330
|
* extgen: rewrite, clean up, update docs, simple example from Python reference ↵Pearu Peterson2007-08-107-137/+1724
| | | | manual.
* extgen: added initial values to C declarations.Pearu Peterson2007-08-071-77/+75
|
* extgen: impl support to all scalar C types and strings that Python supports.Pearu Peterson2007-08-074-116/+201
|
* extgen: added argument dependecies support, reviewed reference counting of ↵Pearu Peterson2007-08-073-45/+141
| | | | input and output arguments.
* Added numpy array and scalar support to PyCTypePython.Pearu Peterson2007-08-063-91/+224
|
* extgen: Impl argument support to all Python types.Pearu Peterson2007-08-065-70/+172
|
* ExtGen: impl PObject* and C int support, minor improvements.Pearu Peterson2007-08-059-97/+156
|
* Impl CType classes and rewrote docs.Pearu Peterson2007-08-059-313/+541
|
* ExtGen: doc update.Pearu Peterson2007-08-041-5/+5
|
* Impl basic argument support and documentation generation.Pearu Peterson2007-08-046-75/+475
|
* Initial commit of extgen - Python Extension module Generator package.Pearu Peterson2007-08-038-0/+954