summaryrefslogtreecommitdiff
path: root/numpy/core/setup_common.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: fix long double detection for linux ppcDavid Cournapeau2010-07-191-0/+4
* API and ABI changes: Removed BigArrayType, Fixed hasobject to an integer (an...Travis Oliphant2010-02-151-2/+2
* Py3k: add a py3k version of pyod.David Cournapeau2009-12-031-12/+32
* BUG: forgot to update the C_API_VERSION as well.David Cournapeau2009-11-261-1/+1
* ENH: canonalize the define names for long double representation.David Cournapeau2009-11-091-4/+4
* ENH: add a check to get long double representation in distutils build.David Cournapeau2009-11-061-0/+125
* Check for C99 complex types.David Cournapeau2009-11-041-0/+10
* Implement ccos, csin, clog, carg, cpow complex functions.David Cournapeau2009-11-041-1/+2
* Implement stubs for clog, ccos, csin and cpow.David Cournapeau2009-11-041-1/+1
* Implement csqrt.David Cournapeau2009-11-041-1/+1
* Add cexp function.David Cournapeau2009-11-041-1/+1
* Start complex support for npymath.David Cournapeau2009-11-041-0/+2
* ENH: detect IEC 559 nextafter function.David Cournapeau2009-10-301-2/+2
* ENH: use api dict instead of *order.txt files to check for API changes.David Cournapeau2009-10-081-1/+2
* Fix build that I busted. Copysign needs to stay on old list also.Charles Harris2009-08-261-1/+2
* Python 2.6 include defines HAVE_COPYSIGN on fedora 11,so add itCharles Harris2009-08-251-4/+5
* Look for already declared configure checks macros in python 2.5.David Cournapeau2009-07-211-1/+1
* Add a few more math functions we forgot to test at configuration stage.David Cournapeau2009-07-201-1/+1
* Add copysign function.David Cournapeau2009-06-301-2/+2
* Add function to return builtin NPY_FEATURE_VERSION.David Cournapeau2009-05-131-1/+1
* Update C API version: we forgot to update them after adding generalized ufunc...David Cournapeau2009-05-131-1/+1
* Automatically detects C API mismatches.David Cournapeau2009-05-131-0/+79
|\
| * Do not use txt file for C API/ABI versions anymore, and display a warning ins...David Cournapeau2009-04-291-0/+3
|/
* Put func name -> conf string convertion in setup_common.David Cournapeau2009-03-131-0/+3
* Put math funcs to test in separate file to share with numscons build.David Cournapeau2009-03-131-0/+24