summaryrefslogtreecommitdiff
path: root/numpy/core/SConscript
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Put code to register new user types in separate file.David Cournapeau2009-04-301-0/+1
* More arraobject.h inclusions removed.David Cournapeau2009-04-301-1/+2
* Put calculation in separate file.David Cournapeau2009-04-301-0/+1
* Put scalar API in separate file.David Cournapeau2009-04-301-2/+3
* Put umath source code into its own directory.David Cournapeau2009-04-301-5/+7
* Put multiarray modul sources into separate directory.David Cournapeau2009-04-301-13/+22
* Enable separate compilation for umath module.David Cournapeau2009-04-301-2/+4
* Put item selection code into separate file.David Cournapeau2009-04-301-1/+1
* Put shape manipulation code into separate file.David Cournapeau2009-04-301-2/+3
* Put object type conversion into separate file.David Cournapeau2009-04-301-1/+1
* Put casting functions into separate file.David Cournapeau2009-04-301-2/+3
* Put array construction functions into separate file.David Cournapeau2009-04-301-2/+2
* Put array methods in separate file.David Cournapeau2009-04-301-1/+2
* Put sequence protocol in separate file.David Cournapeau2009-04-301-1/+1
* Put number protocol and array attributes get/set in separate files.David Cournapeau2009-04-301-2/+3