summaryrefslogtreecommitdiff
path: root/tools/swig
AgeCommit message (Expand)AuthorFilesLines
2016-06-18Avoid NPY_ARRAY_F_CONTIGUOUS for numpy < 1.7Jan David Mol1-1/+6
2016-04-22Fix a false positive OverflowError in Python 3.x when value above 0x7FFFFFF a...Mathieu Lamarre1-7/+14
2015-12-20MAINT: Remove commented out code blocksgfyoung1-10/+0
2015-12-19DOC: Use print only as function when print_function is imported from __future__gfyoung1-1/+1
2015-11-04BUG: Fix swig make_fortran function.Charles Harris1-1/+1
2015-11-01BUG: Fix use of PyArray_ISFORTRAN in numpy.i.Charles Harris1-1/+1
2015-09-02typo in numpy.ijschueller1-1/+1
2015-05-25New typemap for in-place arrays of arbitrary number of dimensions:Tom Krauss8-26/+394
2015-03-18DOC: put a copy of the text in LICENSE.txt into tools/swig/numpy.iRalf Gommers1-0/+34
2015-02-15Correct exit code if number of errors % 256 == 0Chris Lamb7-7/+7
2015-02-13Use correct #ifdef __cplusplus guard to include std_complex.iMichele Vallisneri1-2/+2
2014-11-07ENH: added std::complex support to numpy.iGlen Mabey7-12/+333
2014-06-16Fix typemap for Fortran ordered array inputAdam Reeve1-3/+3
2014-05-26BUG: Fix missing fragment in ARGOUTVIEWM typemaps.David Froger1-18/+18
2014-03-12STY: Whitespace patrol on numpy.i.Charles Harris1-6/+6
2014-03-12MAINT: Move doc/swig to tools/swig.Charles Harris36-0/+7361