summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Py3k: make core setup.py py3k-importable.David Cournapeau2009-12-031-8/+8
* ENH: add a guard to ensure config.h is never included directly.David Cournapeau2009-11-271-0/+8
* BUG: (#1221) special case mac os x in numpyconfig.hDavid Cournapeau2009-11-271-1/+1
* BUG: check for IEEE754 macro on python >= 2.6.David Cournapeau2009-11-201-1/+1
* BUG: check for compiler in get_mathlib_info, as this may be executed first.David Cournapeau2009-11-161-5/+7
* BUG: typo for quad long double defines in distutils build.David Cournapeau2009-11-101-1/+1
* ENH: make ieee754 a templated file, need for spacing.David Cournapeau2009-11-101-1/+1
* ENH: canonalize the define names for long double representation.David Cournapeau2009-11-091-12/+5
* ENH: move npy_config to a newly created private header directory.David Cournapeau2009-11-091-0/+1
* ENH: add a check to get long double representation in distutils build.David Cournapeau2009-11-061-0/+18
* ENH: check for complex struct sizes.David Cournapeau2009-11-041-3/+23
* BUG: fix typo in setup build for npymath.David Cournapeau2009-11-041-2/+2
* Add configure checks for single and extended precisions complex functions.David Cournapeau2009-11-041-4/+6
* Check for C99 complex types.David Cournapeau2009-11-041-4/+5
* Define C99-compatible complex type + check for a first set of very basic comp...David Cournapeau2009-11-041-3/+22
* Start implementing complex support.David Cournapeau2009-11-041-1/+2
* Start complex support for npymath.David Cournapeau2009-11-041-0/+10
* REF: put low-leve IEEE-754 routines in separate file.David Cournapeau2009-10-301-1/+3
* ENH: do not use *_order.txt inputs anymore.David Cournapeau2009-10-081-1/+0
* ENH: configure NPY_INLINE when the header is read, not at build time.David Cournapeau2009-10-051-6/+0
* wrap config header with npy_config.hDavid Cournapeau2009-09-221-0/+1
* BUG: fix separate compilation mode with distutils.David Cournapeau2009-09-161-0/+1
* Fix add_installed_library so that install_dir is actually relatively to the c...David Cournapeau2009-07-261-1/+1
* Remove unused mlib_pkg_content function.David Cournapeau2009-07-261-17/+0
* Add doc for add_installed_library and add_npy_pkg_config.David Cournapeau2009-07-261-2/+2
* Add add_installed_pkg_config function, for automatic pkg-config-like generati...David Cournapeau2009-07-261-77/+19
* Refactor a bit the code to generate npymath.ini.David Cournapeau2009-07-261-20/+31
* Handle path sep as well in npymath.ini.David Cournapeau2009-07-261-1/+1
* Move subst_vars as we will need it at several places.David Cournapeau2009-07-261-19/+19
* Add a function get_info to replace get_npymath_info, in a more generic way.David Cournapeau2009-07-261-1/+2
* Refactor function to substitute a dict from an .in file.David Cournapeau2009-07-261-11/+22
* Fix npymath.ini generation, and handle in-place build correctly.David Cournapeau2009-07-261-18/+38
* First attempt at generating .ini file with install-time info.David Cournapeau2009-07-261-2/+26
* Fix mlib.ini generation.David Cournapeau2009-07-261-2/+2
* Install the mlib.ini file.David Cournapeau2009-07-261-0/+30
* Installing a clib now works.David Cournapeau2009-07-261-1/+1
* Add a new function to add installed library - do nothing for now.David Cournapeau2009-07-261-1/+1
* Look for already declared configure checks macros in python 2.5.David Cournapeau2009-07-211-1/+1
* BUG: forgot to add the multiarray_tests extension to distutils build.David Cournapeau2009-07-211-0/+3
* BUG: fix C99_FORMATS-related macros definition in both numscons/distutils bui...David Cournapeau2009-07-201-2/+0
* Move npymath sources into subdir, since we will add quite a few files later f...David Cournapeau2009-06-301-2/+3
* BUG#1134: Fix handling of depends arg when not given in add_library.David Cournapeau2009-06-091-2/+1
* Automatically detects C API mismatches.David Cournapeau2009-05-131-0/+12
|\
| * Make sure API/ABI version are formated with leading zeros.David Cournapeau2009-04-291-2/+2
| * Do not use txt file for C API/ABI versions anymore, and display a warning ins...David Cournapeau2009-04-291-32/+22
| * Raise an exception when API mismatch are detected for the C-API.David Cournapeau2009-04-291-2/+25
| * Set C-API version numbers from a txt file, into the numpyconfig header.David Cournapeau2009-04-291-0/+25
* | More hacks to circumvent python header namespace pollution.David Cournapeau2009-05-071-2/+17
* | Use env variable to set up separate compilation.David Cournapeau2009-05-071-1/+5
* | mingw64 workaround for signal handling not needed anymore - mingw-w64 support...David Cournapeau2009-05-061-1/+1