summaryrefslogtreecommitdiff
path: root/numpy/core/bscript
Commit message (Expand)AuthorAgeFilesLines
* ENH: speed-up minimum, maximum and xor for bool dtypejaimefrio2014-05-251-1/+3
* MAINT: move memory allocator functions to own file alloc.cJulian Taylor2014-05-051-0/+1
* BUG: fix large file support on 32 bit systemsJulian Taylor2014-01-111-1/+5
* BLD: add off_t size detection to bento buildPauli Virtanen2014-01-091-0/+5
* DOC: [bento] document that adding optional GCC performance improvements is TODORalf Gommers2013-09-221-0/+3
* BLD: fix Bento build.Ralf Gommers2013-09-191-2/+3
* MAINT: move simd functions to new file simd.inc.srcJulian Taylor2013-06-081-2/+4
* BLD: fix Bento build after umath_linalg move from core to linalg module.Ralf Gommers2013-05-041-22/+0
* BLD: Add NPY_RELAXED_STRIDES_CHECKING flagSebastian Berg2013-04-011-0/+7
* Merge pull request #2943 from rgommers/bento-ini-filesRalf Gommers2013-02-271-0/+24
|\
| * BUG: npy-pkg-config ini files were missing after Bento build.Ralf Gommers2013-01-221-0/+24
* | FEAT: use separate build by default.David Cournapeau2013-01-241-1/+1
* | REF: make the separate compilation env handling a tad simpler.David Cournapeau2013-01-241-5/+1
|/
* BUG: fix separate compilation mode for bento build.David Cournapeau2013-01-211-4/+16
* BUG: fix in-place build.David Cournapeau2012-10-091-1/+1
* BUG: fix npymath install location.David Cournapeau2012-09-061-2/+1
* BUG: forgot to build _dotblas in bento build.David Cournapeau2012-09-061-1/+1
* BUG: fix bento build.David Cournapeau2012-08-111-1/+1
* PKG: Fix numpy core bscript.Stefan van der Walt2012-06-261-1/+1
* ENH: handle separate compilation in bento as in setup.py.David Cournapeau2012-06-241-1/+5
* BLD: fix Bento and Numscons builds, that were broken in b272bc60.Ralf Gommers2012-06-211-2/+0
* REF: simplify extension customization.David Cournapeau2012-06-011-25/+10
* REF: use simpler API in top bscript.David Cournapeau2012-06-011-7/+7
* BUG: add missing umath_tests extension to bento build.David Cournapeau2012-06-011-1/+2
* BUG: install required generated headers.David Cournapeau2012-06-011-0/+12
* BUG: fix typo in bscript.David Cournapeau2012-05-181-2/+2
* ENH: Fix bento script to always include ucsnarray.h and ucsnarrow.c.Charles Harris2012-04-211-28/+27
* MOV: Rename umathmodule.c.src umathmodule.c since it has no templates.Charles Harris2012-02-041-2/+1
* MISC: cloadable is not useful anymore.David Cournapeau2011-09-081-1/+1
* BUG: update bento script for boolean_ops.c.src.David Cournapeau2011-08-291-1/+3
* BUG: temp hack to circumvent a waf bug on win32 ?David Cournapeau2011-08-291-1/+2
* BUG: check for missing win32-specific format stuff.David Cournapeau2011-08-291-0/+11
* BUG: complex.h is not mandatory.David Cournapeau2011-08-291-1/+1
* BUG: temp hack to fix some function checks.David Cournapeau2011-08-291-3/+5
* ENH: update bento build to recent changes in numpy.core.David Cournapeau2011-08-291-9/+9
* REF: use new API for higher level builder reuse.David Cournapeau2011-08-291-33/+20
* REF: use new hook signature.David Cournapeau2011-08-291-2/+2
* ENH: update to last bento.David Cournapeau2011-08-291-17/+16
* ENH: remove unneeded waf recursive context path magic.David Cournapeau2011-08-291-5/+0
* BUG: fix more separate-compilation issues.David Cournapeau2011-08-291-34/+44
* BUG: fix renaming of new iterator source file.David Cournapeau2011-08-291-1/+1
* BUG: build waf build utils in separate module to avoid 'spurious' imports.David Cournapeau2011-08-291-12/+14
* ENH: add support for separate compilation of multiarray (still does not work ...David Cournapeau2011-08-291-1/+38
* BUG: fix unicode config checks.David Cournapeau2011-08-291-2/+11
* FEAT: add wide unicode detection.David Cournapeau2011-08-291-0/+10
* FEAT: add basics for separate build.David Cournapeau2011-08-291-2/+7
* ENH: remove temporary hacks for recurse path settings.David Cournapeau2011-08-291-10/+0
* BUG: build _dotblas as callback.David Cournapeau2011-08-291-6/+7
* FEAT: numpy.core and numpy.lib both buildDavid Cournapeau2011-08-291-1/+204
* BENTO: add complex checks.David Cournapeau2011-08-291-0/+21