summaryrefslogtreecommitdiff
path: root/numpy/doc/swig/numpy.i
Commit message (Expand)AuthorAgeFilesLines
* Replace tabs with spaces.Charles Harris2008-05-011-154/+154
* Remove trailing whitespace.Charles Harris2008-05-011-28/+28
* Fix grammar.Charles Harris2008-05-011-2/+2
* Changed setting of fortran-order array's flag; corrected documentaionwfspotz@sandia.gov2007-12-011-1/+2
* * Added support for FORTRAN-ordered arrays to numpy.i.wfspotz@sandia.gov2007-11-301-19/+355
* * Added a new typemap suite, ARGOUTVIEW, which takes a view of a datawfspotz@sandia.gov2007-11-291-91/+181
* Added min and max macros to Backward Compatibility fragmentswfspotz@sandia.gov2007-11-241-26/+44
* Added new fragment dependency to unsigned long fragmentwfspotz@sandia.gov2007-11-241-2/+2
* Added %fragment 'NumPy_Fragments' for conveniencewfspotz@sandia.gov2007-11-231-20/+28
* Changed #define to %#define so that they delay implementationwfspotz@sandia.gov2007-11-231-8/+8
* Changed numpy.i so that helper macros and helper functions are nowwfspotz@sandia.gov2007-11-231-341/+473
* Update SWIG typemaps to be C89 compliant (patch by Matthieu Brucher).Stefan van der Walt2007-11-231-14/+16
* Added pyfragments.swg, which expands integer type-checking to accept numpy ar...wfspotz@sandia.gov2007-11-221-2/+12
* Changed freearg typemaps to use brackets to avoid 'ambiguous else' warning un...wfspotz@sandia.gov2007-09-131-9/+18
* Fixed C++ code to be C-compliantwfspotz@sandia.gov2007-09-131-4/+4
* Fixed format string warningwfspotz@sandia.gov2007-06-171-2/+2
* Fixed typo in documentationwfspotz@sandia.gov2007-04-131-2/+2
* Provided more sophisticated typecheck typemap for IN_ARRAYswfspotz@sandia.gov2007-04-111-9/+9
* long lost author was... eric.Eric Jones2007-04-111-1/+1
* Changed remaining ->nd struct accesses to use array_numdims() macrowfspotz@sandia.gov2007-04-101-2/+2
* Added 'array_data()' macros and used it in the typemaps; added new macro to t...wfspotz@sandia.gov2007-04-101-23/+24
* Added %typecheck directive for IN_ARRAY typemapswfspotz@sandia.gov2007-04-081-0/+45
* Standardized PyArrayObject namingwfspotz@sandia.gov2007-04-081-58/+58
* Added more testing of 1D typemaps, specifically error checking; found and fix...wfspotz@sandia.gov2007-04-061-2/+4
* Added first cut at (untested) 3D typemaps; split testSeries.py into test1D.py...wfspotz@sandia.gov2007-04-041-16/+164
* Updated documentation to reflect changes to internal macros and routines, the...wfspotz@sandia.gov2007-04-031-2/+2
* Modified INPLACE typemaps to check for native byte order, and for 2D case, re...wfspotz@sandia.gov2007-04-031-11/+31
* Added (DATA_TYPE* ARGOUT_ARRAY1, DIM_TYPE DIM1) and (DIM_TYPE DIM1, DATA_TYPE...wfspotz@sandia.gov2007-04-011-14/+80
* Added tests for ARGOUT_ARRAY1 and ARGOUT_ARRAY2 typemapswfspotz@sandia.gov2007-04-011-35/+12
* Added typemaps for signatures (TYPE INPLACE_ARRAY1[ANY]) and (TYPE INPLACE_AR...wfspotz@sandia.gov2007-03-251-5/+45
* Added typemaps for signatures (TYPE IN_ARRAY1[ANY]) and (TYPE IN_ARRAY2[ANY][...wfspotz@sandia.gov2007-03-241-101/+161
* Added typecheck typemaps to INPLACE_ARRAY typemap suiteswfspotz@sandia.gov2007-03-231-22/+76
* Added '#ifdef SWIGPYTHON' protectionwfspotz@sandia.gov2007-03-231-18/+27
* Removed stubs for CHAR and OBJECT; added macro variable for dimension type; u...wfspotz@sandia.gov2007-03-191-82/+81
* Added typemap signatures where the dimensions come before the data pointerwfspotz@sandia.gov2007-03-141-14/+80
* In numpy.i:wfspotz@sandia.gov2007-03-141-227/+227
* Fix missing ) in numpy.iTravis Oliphant2006-07-061-9/+3
* Change from C++ commentsTravis Oliphant2006-05-171-2/+2
* Fix issue #77Travis Oliphant2006-04-251-1/+2
* Fix reference-count problem in Macro form of EquivTypenums and update numpy.i...Travis Oliphant2006-04-251-3/+4
* Applied ticket #77 patch.Pearu Peterson2006-04-241-2/+2
* Move swig and pyrex overTravis Oliphant2006-03-131-0/+492