summaryrefslogtreecommitdiff
path: root/tools/swig
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix memory leak in pyfragments.swg (#11877)Christopher Pezley2018-09-101-2/+4
* MAINT: Misc small fixes. (#10722)Charles Harris2018-03-101-31/+31
* White spacesMathieu Lamarre2018-02-081-1/+1
* Swig tool: Clear CARRAY flag when buffer is not C_CONTIGUOUSMathieu Lamarre2018-02-081-2/+8
* Swig tool: Clear CARRAY flag when setting FARRAYMathieu Lamarre2018-02-081-0/+2
* Added types for int and uint with an explicit size.Mark Harfouche2018-01-121-1/+10
* 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