summaryrefslogtreecommitdiff
path: root/numpy/core/setup_common.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Update master branch for 1.14.0 development.Charles Harris2017-05-101-0/+1
* BUG: missing comma disabled some header checksJulian Taylor2017-02-251-1/+1
* ENH: avoid temporary arrays in expressionsJulian Taylor2017-02-241-1/+3
* Merge pull request #8043 from pv/ufunc-copy-overlapCharles Harris2017-02-161-1/+2
|\
| * MAINT: bump API versionPauli Virtanen2017-01-191-1/+2
* | ENH: vectorize packbits with SSE2Julian Taylor2017-01-121-0/+2
|/
* Merge pull request #8367 from embray/cygwin/xlocaleJulian Taylor2016-12-131-0/+1
|\
| * BUG: xlocale.h is not available in newlib--all the defines used here fromErik M. Bray2016-12-131-0/+1
* | REL: Updates for C-ABI and C-API.Charles Harris2016-11-051-0/+1
* | MAINT: make sure __builtin_cpu_supports is not optimized awayJulian Taylor2016-10-111-1/+3
* | MAINT: check that linker can handle AVXJulian Taylor2016-10-111-1/+6
* | Merge pull request #7980 from juliantaylor/avx-runtimeJulian Taylor2016-09-251-0/+5
|\ \
| * | MAINT: add runtime check for AVX macrosJulian Taylor2016-09-241-0/+2
| * | MAINT: add avx __builtin_cpu_supports and target attribute checksJulian Taylor2016-08-271-0/+3
| |/
* | ENH: Add stacklevel to all (or almost all) our function callsSebastian Berg2016-09-021-1/+1
|/
* REL: Prepare for 1.10.x branch.Charles Harris2016-01-191-0/+1
* fix for windowsKonstantinos Psychas2016-01-081-1/+1
* ENH: use linux fallocate to reserve diskspace in array.tofileJulian Taylor2015-12-171-1/+1
* ENH: use prefetching for summationJulian Taylor2015-11-161-0/+3
* BUG: fix #4381: precision loss on string -> longdouble conversionAnne Archibald2015-08-281-1/+1
* BLD: Option /GL does not exit for mingw32 compiler.Charles Harris2015-08-101-1/+3
* remove /GL for vs2015 in check_long_double_representationJames Salter2015-07-201-0/+9
* MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris2015-07-051-6/+6
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-14/+15
* MAINT: Update version info for Numpy 1.10.Charles Harris2015-06-221-1/+2
* BUG: Disable broken complex trig functions for early linux glibc.Charles Harris2015-02-131-0/+1
* ENH: Detect all functions in complex.hCharles Harris2015-01-281-13/+19
* ENH: use gcc intrinsic for overflow checked multiplicationJulian Taylor2014-11-211-0/+1
* BLD: try linking a file if compile long double repr detection failsJulian Taylor2014-10-151-3/+13
* ENH: add cube root function np.cbrt for real floatsJulian Taylor2014-09-071-2/+2
* Merge pull request #4692 from juliantaylor/fft-interruptCharles Harris2014-05-291-9/+12
|\
| * MAINT: move variable attribute checks into a common variableJulian Taylor2014-05-221-9/+12
* | BUG: Fix string to int64 conversion on 32-bit platformsJulian Taylor2014-05-141-1/+2
|/
* MAINT: Update the C-API hash in cversions.txt.Charles Harris2014-05-041-0/+1
* BLD: allow strings for check_func declarationsJulian Taylor2014-04-231-0/+2
* Merge pull request #4551 from michelmno/masterJulian Taylor2014-04-101-0/+4
|\
| * Adding support of ppc64le architectureWilliam Grant2014-03-281-0/+4
* | ENH: optimize srcstride0 copy with O3Julian Taylor2014-03-181-0/+2
|/
* MAINT: add a configure check for ftello and fseekoJulian Taylor2014-01-141-2/+2
* MAINT: remove trailing zero count path in npy_memchrJulian Taylor2013-10-251-1/+0
* ENH: improve npy_memchr(p, 0) by using __builtin_ctz (tzcnt on x86)Julian Taylor2013-10-171-0/+1
* BUG: make checking for sse intrinsics more robustJulian Taylor2013-09-211-1/+4
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-3/+3
* MAINT: Update API version and API hash.Charles Harris2013-08-141-1/+4
* ENH: add NPY_LIKELY and NPY_UNLIKELY macros for branching hintsJulian Taylor2013-08-091-0/+1
* ENH: Add support for Motorola extended float formatAndreas Schwab2013-07-291-0/+4
* ENH: tell gcc to unroll strided copy loopsJulian Taylor2013-06-131-0/+7
* MAINT: use sse header macros for einsum sse activationJulian Taylor2013-05-251-1/+4
* ENH: vectorize sqrt ufunc using SSE2Julian Taylor2013-05-251-0/+4
* ENH: optimize byteswapping via intrinsicsJulian Taylor2013-05-151-1/+4