summaryrefslogtreecommitdiff
path: root/numpy/core/setup.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: ticket #1578, fix python debug segfault.Charles Harris2012-04-211-3/+2
* STY: Rename source files for the iterator to nditer_*.*Mark Wiebe2011-03-131-3/+3
* BLD: Fix scons and setup.py buildMark Wiebe2011-02-021-1/+1
* ENH: core: Start einsum function, add copyright notices to filesMark Wiebe2011-01-231-2/+4
* ENH: iter: Add support for buffering arrays with fields and subarraysMark Wiebe2011-01-141-0/+1
* ENH: iter: Move new_iterator.h to the include directoryMark Wiebe2011-01-091-1/+0
* ENH: Implemented basic bufferingMark Wiebe2011-01-091-2/+5
* ENH: iter: Start Python wrapper of new iteratorMark Wiebe2011-01-091-1/+2
* ENH: iter: Track indices, use templating to specialize iternextMark Wiebe2011-01-091-2/+3
* ENH: iter: Basic version of iterator is runningMark Wiebe2011-01-091-2/+4
* BUG: complex.h is broken on Interix, so skip it. Closes ticket #1365.rgommers2010-12-021-3/+11
* ENH: core: Update the sorting module for half/float16Mark Wiebe2010-12-011-1/+1
* ENH: core: Create half/float16 data typeMark Wiebe2010-12-011-0/+4
* 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