summaryrefslogtreecommitdiff
path: root/tools/swig
Commit message (Expand)AuthorAgeFilesLines
* Avoid NPY_ARRAY_F_CONTIGUOUS for numpy < 1.7Jan David Mol2016-06-181-1/+6
* Fix a false positive OverflowError in Python 3.x when value above 0x7FFFFFF a...Mathieu Lamarre2016-04-221-7/+14
* MAINT: Remove commented out code blocksgfyoung2015-12-201-10/+0
* DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
* BUG: Fix swig make_fortran function.Charles Harris2015-11-041-1/+1
* BUG: Fix use of PyArray_ISFORTRAN in numpy.i.Charles Harris2015-11-011-1/+1
* typo in numpy.ijschueller2015-09-021-1/+1
* New typemap for in-place arrays of arbitrary number of dimensions:Tom Krauss2015-05-258-26/+394
* DOC: put a copy of the text in LICENSE.txt into tools/swig/numpy.iRalf Gommers2015-03-181-0/+34
* Correct exit code if number of errors % 256 == 0Chris Lamb2015-02-157-7/+7
* Use correct #ifdef __cplusplus guard to include std_complex.iMichele Vallisneri2015-02-131-2/+2
* ENH: added std::complex support to numpy.iGlen Mabey2014-11-077-12/+333
* Fix typemap for Fortran ordered array inputAdam Reeve2014-06-161-3/+3
* BUG: Fix missing fragment in ARGOUTVIEWM typemaps.David Froger2014-05-261-18/+18
* STY: Whitespace patrol on numpy.i.Charles Harris2014-03-121-6/+6
* MAINT: Move doc/swig to tools/swig.Charles Harris2014-03-1236-0/+7361