summaryrefslogtreecommitdiff
path: root/numpy/core/bscript
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Remove bento related files.Charles Harris2015-08-291-555/+0
* ENH: core: add diophantine equation solver for deciding memory overlap problemsPauli Virtanen2015-08-291-0/+1
* BLD: Move numpy.build_utils -> numpy._build_utils, add to MANIFEST.inAlex Willmer2015-08-051-13/+13
* BLD: use fix for Accelerate SGEMV issue in Bento build. See gh-5831.Ralf Gommers2015-05-041-0/+9
* MAINT: merge _compiled_base module into multiarrayJulian Taylor2015-01-221-0/+1
* BUG: Xerbla doesn't get linked in 1.10-devel.Charles Harris2014-12-241-1/+3
* Merge pull request #5162 from juliantaylor/scalarmath-mergeCharles Harris2014-11-201-3/+4
|\
| * MAINT: merge scalarmathmodule into umath moduleJulian Taylor2014-10-091-3/+4
* | MAINT: remove obsolete version checksJulian Taylor2014-10-151-21/+7
|/
* ENH: add small kernel correlate functionJulian Taylor2014-09-261-0/+2
* ENH: Move vdot to multiarray.Charles Harris2014-09-041-8/+5
* ENH: Move dotblas_matrixproduct down into multiarray.Charles Harris2014-09-041-0/+3
* ENH: When cblas is available use it in descr->f->dot.Charles Harris2014-09-041-4/+12
* Merge pull request #4671 from charris/prepare-1.10-develCharles Harris2014-07-061-1/+1
|\
| * MAINT: Make NPY_RELAXED_STRIDE_CHECKING true by default.Charles Harris2014-05-061-1/+1
* | 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