summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19582 from carljohnsen/libflame-extra-argsMatti Picus2021-08-131-0/+4
|\
| * BLD: loaded extra flags when checking for libflameCarl Johnsen2021-07-291-0/+4
* | BLD, SIMD: Fix testing extra checks when `-Werror` isn't applicable for Clang.Sayed Adel2021-08-111-1/+6
|/
* DOC: Fix Unknown section warning when building docsmelissawm2021-07-261-41/+41
* BLD: Allow cygpath errors to propagate from cyg2win32.DWesl2021-07-231-6/+4
* STY: Wrap long lines in cyg2win32 docstring.DWesl2021-07-221-6/+8
* BLD: Change `cyg2win32` to use the `cygpath` utility.DWesl2021-07-221-4/+36
* BLD: Tell fortran compiler Cygwin doesn't support rpath.DWesl2021-07-211-1/+1
* BLD: Use `-ftrapping-math` for clang and for `_so`Sebastian Berg2021-07-141-1/+2
* review feedbackJerry Morrison2021-07-121-3/+3
* Update numpy/distutils/misc_util.py Jerry Morrison2021-07-121-1/+1
* code review iterationJerry Morrison2021-07-121-18/+19
* apply suggestions to the wheel caseJerry Morrison2021-07-121-7/+6
* fix ")" positionJerry Morrison2021-07-101-1/+1
* Document BLAS/LAPACK linking rulesJerry Morrison2021-07-091-0/+24
* Merge pull request #19102 from default-303/LGTM_unused_variablesMatti Picus2021-07-091-4/+3
|\
| * MAINT: fixed indentation in crackfortran.py and removed unused variables in s...default-3032021-06-111-1/+1
| * MAINT: Added comments for future refrence in core.py and system_info.py - fix...default-3032021-05-261-1/+2
| * MAINT: Added comments for future refrence in core.py and system_info.pydefault-3032021-05-261-1/+1
| * MAINT: Restored variables related to verbosity settings in system_info.pydefault-3032021-05-261-0/+2
| * MAINT: Removed suitable unused variables shown in LGTMdefault-3032021-05-261-4/+0
* | MAINT: remove `print()`'s in distutils template handlingRalf Gommers2021-06-272-2/+0
* | 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