summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: core: use #if check instead of #ifdef in checking HAVE_DECL_ISFINITE (ti...Pauli Virtanen2010-10-061-2/+5
* BUG: fix re-declaration of already defined macros in python.h.David Cournapeau2010-08-211-4/+4
* BUG: look for endian.h.David Cournapeau2010-07-291-0/+4
* ENH: fix long double detection for linux ppcDavid Cournapeau2010-07-191-1/+2
* BUG: fix missing macros definition for IEEE macros.David Cournapeau2010-06-031-2/+7
* BUG: typo.Robert Kern2010-05-241-1/+1
* ENH: implement PEP 3118 buffer consumer on Py2.6, adding a simple Memoryview ...Pauli Virtanen2010-02-201-0/+2
* BUG: fix #1273: npy-pkg-info files did not work for eggs.David Cournapeau2009-12-121-1/+1
* BUG: fix buggy config check for complex functions.David Cournapeau2009-12-081-3/+12
* 3K: core: add NPY_PY3K to config.hPauli Virtanen2009-12-061-0/+4
* 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