summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19177 from i-shenl/i-shenl/set-icc-c99Charles Harris2021-06-061-1/+1
|\
| * Set c99 to intel icc compiler so numpy will buildi-shenl2021-03-091-1/+1
* | Merge pull request #19130 from ganesh-k13/ENH_18490_CPU_feature_showRalf Gommers2021-05-291-0/+20
|\ \
| * | ENH: SIMD architectures to show_configGanesh Kathiresan2021-05-281-0/+20
* | | Merge pull request #19098 from seiko2plus/issue_19084Charles Harris2021-05-2820-22/+284
|\ \ \ | |/ / |/| |
| * | BUG, SIMD: Fix detect host/native CPU features on ICC during compile-timeSayed Adel2021-05-2620-22/+284
* | | MAINT: removed unused imports listed in LGTMdefault-3032021-05-251-0/+1
* | | MAINT: removed unused imports listed in LGTMdefault-3032021-05-242-3/+0
|/ /
* | Change fix of cpu_popcnt.c to use _mm_popcnt_u64/_mm_popcnt_u32 on GCCCarl Michal2021-05-231-18/+8
* | Fix compile-time test of POPCNTCarl Michal2021-05-221-4/+10
* | API,BLD: Always force `-ffp-exception-behavior=strict` on clangSebastian Berg2021-05-191-0/+6
* | MAINT: Python3 classes do not need to inherit from objectMike Taves2021-05-192-2/+2
* | remove warning on MSVCmattip2021-05-121-1/+1
* | MAINT, SIMD: Hardened the AVX compile-time testsSayed Adel2021-05-0913-29/+36
* | Merge pull request #18911 from seiko2plus/issue_18892_p1Charles Harris2021-05-053-26/+54
|\ \
| * | BLD, BUG: Fix bdist_wheel duplicate buildingSayed Adel2021-05-053-26/+54
* | | Merge pull request #18874 from Matthew-Badin/enable-accelerateCharles Harris2021-05-041-21/+7
|\ \ \ | |/ / |/| |
| * | BLD: Minimize diffMatthew Badin2021-05-011-14/+14
| * | BLD: Address lint issues and reviewer comments.Matthew Badin2021-04-301-2/+4
| * | BLD: Enable Accelerate FrameworkMatthew Badin2021-04-281-35/+19
* | | Merge pull request #18900 from seiko2plus/issue_18160Matti Picus2021-05-041-4/+0
|\ \ \
| * | | BLD: remove unnecessary flag `-faltivec` on macOSSayed Adel2021-05-041-4/+0
| |/ /
* | | BLD, BUG: Fix compiler optimization log AttributeErrorSayed Adel2021-05-042-8/+9
|/ /
* | ENH, SIMD: Add support for dispatching C++ sourcesSayed Adel2021-04-223-15/+63
* | STY: lint line lengthh61976272021-04-121-1/+2
* | BLD: Negative zero handling with iforth61976272021-04-121-13/+2
* | BLD: introduce use of BLAS_LIBS and LAPACK_LIBS in distutils/system_info (#18...drhpc2021-04-111-0/+49
* | Strip extra newline when dumping gfortran version on MacOSKamil Choudhury2021-03-301-1/+2
* | BUG: Fix test_ccompiler_opt when path contains dotsMichał Górny2021-03-281-1/+1
* | BLD: remove /usr/include from default include dirsRalf Gommers2021-03-211-3/+2
* | MAINT: Added Chain exceptions where appropriate (#18394)Abhay Raghuvanshi2021-03-185-11/+10
|/
* BUG: NameError in numpy.distutils.fcompiler.compaqMichael Lamparski2021-03-031-2/+2
* BUG: Fix non-versioneer usesEric Larson2021-02-251-1/+1
* MAINT: Remove dummy_threadingKevin Sheppard2021-02-112-8/+3
* MAINT: improve failure message when compiler is unavailablePearu Peterson2021-02-091-0/+2
* DEP: doc-deprecate BLAS_SRC/LAPACK_SRCRalf Gommers2021-02-061-0/+6
* BUG: don't mutate list of fake libraries while iterating over it (#18295)Nicholas McKibben2021-02-042-2/+77
* Fixed exception cause in cov_template.pyAbhay Raghuvanshi2021-02-021-1/+1
* BUG: Fix detecting Fortran 90+ source format.Pearu Peterson2021-01-181-1/+1
* Merge pull request #18118 from seiko2plus/issue_18106Matti Picus2021-01-092-1/+17
|\
| * BLD: Add extra check for AVX512DQ mask conversionsSayed Adel2021-01-052-1/+17
* | fix exception cause in mingw32ccompiler.pyPhanatosZou2021-01-031-1/+1
|/
* Merge pull request #18100 from seiko2plus/issue_18092Matti Picus2021-01-033-28/+48
|\
| * MAINT, BLD: few tweaks in the comments and log messageSayed Adel2021-01-031-4/+4
| * BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-033-26/+46
* | TST: Avoid changing odd tempfile names in tests' site.cfgDWesl2021-01-011-2/+2
|/
* MAINT: regex char class improveTyler Reddy2020-12-288-18/+18
* BLD, MAINT: add platform info to the final optimization reportSayed Adel2020-12-201-10/+12
* BLD, BUG: Fix detecting aarch64 on macOSSayed Adel2020-12-203-77/+73
* Merge pull request #17906 from fxcoudert/patch-1Ralf Gommers2020-12-121-1/+1
|\