summaryrefslogtreecommitdiff
path: root/numpy/core/SConscript
Commit message (Expand)AuthorAgeFilesLines
* BUG: (backport of r8574) fix typo in commit r8564-66.maintenance/1.4.xrgommers2010-08-011-1/+1
* BUG: fix numscons build issue introduced in r8541.rgommers2010-07-311-0/+2
* BUG: look for endian.h.David Cournapeau2010-07-291-0/+4
* REF: remove datetime support at the C level.David Cournapeau2010-02-091-1/+0
* BUG: fix numscons build.David Cournapeau2009-12-121-0/+1
* BUG: fix numscons build, missing subst in _numpyconfig.hDavid Cournapeau2009-11-291-0/+2
* BUG: do not redefine SIZEOF_LONG in config.h if already defined in python hea...David Cournapeau2009-11-271-1/+6
* ENH: add a guard to ensure config.h is never included directly.David Cournapeau2009-11-271-0/+6
* BUG: (#1221) special case mac os x in numpyconfig.hDavid Cournapeau2009-11-271-2/+2
* ENH: make ieee754 a templated file, need for spacing.David Cournapeau2009-11-101-2/+2
* ENH: add a define in scons build for long double representation.David Cournapeau2009-11-091-1/+3
* ENH: move npy_config to a newly created private header directory.David Cournapeau2009-11-091-1/+1
* BUG: do not run long double check for darwin platform (universal build breaks...David Cournapeau2009-11-061-1/+2
* ENH: add long double representation detection to numscons build.David Cournapeau2009-11-061-2/+6
* BUG: handle platform without complex support in numscons build.David Cournapeau2009-11-051-0/+4
* ENH: check for complex struct sizes.David Cournapeau2009-11-041-1/+12
* BUG: disable native C99 complex support for npy complex type, it requires num...David Cournapeau2009-11-041-1/+3
* Update C99 complex mode macro definition.David Cournapeau2009-11-041-0/+2
* Add configure checks for single and extended precisions complex functions.David Cournapeau2009-11-041-5/+11
* Check for C99 complex types.David Cournapeau2009-11-041-0/+6
* Define C99-compatible complex type + check for a first set of very basic comp...David Cournapeau2009-11-041-1/+3
* Start complex support for npymath.David Cournapeau2009-11-041-1/+10
* REF: put low-leve IEEE-754 routines in separate file.David Cournapeau2009-10-301-0/+1
* ENH: do not use *_order.txt inputs anymore.David Cournapeau2009-10-081-2/+8
* ENH: configure NPY_INLINE when the header is read, not at build time.David Cournapeau2009-10-051-1/+0
* ENH: add bypass mode to scons build.David Cournapeau2009-09-211-2/+8
* Do not escape path separator when generating npymath.iniDavid Cournapeau2009-09-191-1/+1
* Fix separate compilation mode after datetime merge.David Cournapeau2009-08-311-0/+1
* BUG: path sep escaping necessary on windows for numscons build.David Cournapeau2009-07-271-1/+1
* Fix scons build w.r.t pkg-config and installed C lib location.David Cournapeau2009-07-261-1/+1
* Update numscons build to support pkg-config-like files.David Cournapeau2009-07-261-1/+13
* More tests for neighborhood iterator.David Cournapeau2009-07-211-0/+3
* BUG: fix C99_FORMATS-related macros definition in both numscons/distutils bui...David Cournapeau2009-07-201-4/+5
* BUG: Fix numpyconfig subst dict for the case where isnan and co are not avail...David Cournapeau2009-07-201-3/+4
* Remove debug print committed by mistake.David Cournapeau2009-07-071-1/+0
* 'Install' generated headers for in-place build support.David Cournapeau2009-07-071-2/+10
* Fix installed location of generated headers.David Cournapeau2009-07-071-3/+8
* Fix in-place numscons build.David Cournapeau2009-07-071-1/+4
* Move npymath sources into subdir, since we will add quite a few files later f...David Cournapeau2009-06-301-1/+1
* Add the ABI/API version in numpyconfig header for scons build.David Cournapeau2009-05-131-0/+4
* Check C-API version in scons build as well.David Cournapeau2009-05-131-2/+6
* Use env variable to set up separate compilation.David Cournapeau2009-05-071-1/+6
* Fix mac os X build with numscons.David Cournapeau2009-05-061-1/+9
* Put buffer protocol in separate file.David Cournapeau2009-05-051-0/+1
* Put conversion utilities for PyArg_ParseTuple into separate file.David Cournapeau2009-05-051-1/+2
* Put special functions for reference counting for arrays of objects in separat...David Cournapeau2009-05-051-0/+1
* Revert back to one file compilation.David Cournapeau2009-04-301-1/+1
* Do not harcode visibility macro, enable it for gcc 4.David Cournapeau2009-04-301-4/+15
* Define separate compilation define in config.h as well, and use config.h earl...David Cournapeau2009-04-301-0/+4
* Fix separate/batch compilation.David Cournapeau2009-04-301-26/+33