Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix building on freebsd [patch by Joe Peterson]. | Stefan van der Walt | 2007-12-14 | 1 | -3/+7 |
| | |||||
* | #513: fix up include of fenv.c in numarray for cygwin | cookedm | 2007-05-15 | 1 | -10/+7 |
| | |||||
* | Change defined(linux) to defined(__GLIBC__) | Travis Oliphant | 2007-04-06 | 1 | -2/+2 |
| | |||||
* | Include fenv.h the second time for CYGWIN. Change a few defines. | Travis Oliphant | 2007-04-05 | 1 | -3/+2 |
| | |||||
* | Added patch in ticket #458 for compilation on Cygwin. | Travis Oliphant | 2007-03-26 | 1 | -1/+5 |
| | |||||
* | Fix include directory for fenv.c | Travis Oliphant | 2007-01-25 | 1 | -1/+1 |
| | |||||
* | Fix location of fenv.h file for CYGWIN to correct compilation of NumPy on CYGWIN | Travis Oliphant | 2007-01-24 | 1 | -1/+1 |
| | |||||
* | Fix warnings found by Intel compiler due to unused variables that were set. ↵ | Travis Oliphant | 2006-12-02 | 1 | -5/+3 |
| | | | | Make ones work for compound types. | ||||
* | Python 2.5 fixes: replace int with Py_ssize_t where appropiate | cookedm | 2006-09-28 | 1 | -1/+1 |
| | |||||
* | Fix warning... | Travis Oliphant | 2006-08-25 | 1 | -1/+2 |
| | |||||
* | Fix NA_NewAllFromBuffer when shape is given | Travis Oliphant | 2006-08-24 | 1 | -21/+30 |
| | |||||
* | Apply npy_ and NPY_ prefixes to all C-API names that don't already have ↵ | Travis Oliphant | 2006-07-08 | 1 | -11/+11 |
| | | | | PyArray_ prefixes. | ||||
* | Fix to NA_OptionalOutputArray so that resulting array is a copy of the ↵ | chanley | 2006-07-06 | 1 | -1/+2 |
| | | | | master when the specified output array is NULL or None, i.e. omitted. flags. Submitted on behalf of jmiller. | ||||
* | Undo move to numpy_numarray. | Travis Oliphant | 2006-06-26 | 1 | -1/+1 |
| | |||||
* | Renamed numpy/numarray/numpy directory to numpy/numarray/numpy_numarray to ↵ | chanley | 2006-06-26 | 1 | -1/+1 |
| | | | | be consistent with setup file and usage instructions. Modified _capi.c to use the new directory name. | ||||
* | Fixed build problem with Solaris compilers. Needed to remove return values ↵ | chanley | 2006-06-20 | 1 | -3/+3 |
| | | | | from void functions in numarray c-api. | ||||
* | One more name change. | Travis Oliphant | 2006-06-20 | 1 | -1/+1 |
| | |||||
* | Fix-up C-API support for numarray | Travis Oliphant | 2006-06-20 | 1 | -76/+79 |
| | |||||
* | Fix reference-count problem in z **= 1 and more numarray compatiblity fixes. | Travis Oliphant | 2006-06-20 | 1 | -64/+275 |
| | |||||
* | Adding numarray C-API | Travis Oliphant | 2006-06-20 | 1 | -1/+1 |
| | |||||
* | Draft of libnumarray C-API. | Travis Oliphant | 2006-06-20 | 1 | -2564/+1554 |
| | |||||
* | Adding numarray c-api compatibility. | Travis Oliphant | 2006-06-19 | 1 | -0/+4124 |