summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20416 from ARCCA/armcompilerMatti Picus2021-12-245-5/+163
|\
| * Update armccompiler.pyThomas Green2021-12-141-3/+3
| * Merge branch 'numpy:main' into armcompilerThomas Green2021-12-083-13/+22
| |\
| * | Update __init__.pyThomas Green2021-12-021-2/+3
| * | Update armccompiler.pyThomas Green2021-12-021-7/+12
| * | Update system_info.pyThomas Green2021-12-021-6/+5
| * | Add armpl as blas/lapack providerThomas Green2021-11-161-3/+57
| * | Create arm.pyThomas Green2021-11-161-0/+73
| * | Update __init__.pyThomas Green2021-11-161-1/+1
| * | Update ccompiler.pyThomas Green2021-11-161-0/+3
| * | Create armccompiler.pyThomas Green2021-11-161-0/+23
* | | BUG: Support env argument in CCompiler.spawnIsuru Fernando2021-12-221-3/+5
* | | BUG, DIST: fix normalize IBMZ features flagsSayed Adel2021-12-152-4/+14
* | | TST: expend ccompiler tests to cover s390x featuresSayed Adel2021-12-141-30/+45
* | | comment removedPradipta Ghosh2021-12-141-1/+1
* | | addressed review commentsPradipta Ghosh2021-12-144-36/+42
* | | Fix lint issuesPradipta Ghosh2021-12-142-8/+9
* | | Extending CPU feature detection framework to support IBM Z SIMDPradipta Ghosh2021-12-146-3/+86
| |/ |/|
* | ENH: provide a convenience function to replace npy_load_module (#20395)Matti Picus2021-11-192-10/+19
* | BLD: Fix Macos Builds [wheel build]Thomas Li2021-11-171-1/+1
* | Update cpu_asimdfhm.cThomas Green2021-11-161-2/+2
|/
* Merge pull request #20353 from seiko2plus/issue_20335Ralf Gommers2021-11-142-4/+10
|\
| * BUG, DIST: Print os error message when the executable not existSayed Adel2021-11-142-4/+10
* | ENH: add log level as prefixes to respective messagesMatthew2021-11-122-0/+54
* | Merge pull request #20344 from serge-sans-paille/feature/remove-unusued-cxxflagRalf Gommers2021-11-121-5/+0
|\ \
| * | Do not position 'cxx=-std=c++11' as a default compiler flagserge-sans-paille2021-11-101-5/+0
| |/
* | Merge pull request #20116 from marcan/fix-ccompilerRalf Gommers2021-11-121-6/+7
|\ \ | |/ |/|
| * MAINT: Fix issue with C compiler args containing spacesHector Martin2021-10-141-6/+7
* | DEP: remove code for supporting GCC <4 in Mingw32CCompilerChristoph Reiter2021-11-091-69/+12
* | Merge pull request #20172 from matthew-brett/fix-gl-compiler-flagMatti Picus2021-10-261-3/+31
|\ \
| * | Allow clib callable build flagsMatthew Brett2021-10-231-3/+31
* | | BUG: Don't pass /arch:SSE2 to MSVC when targeting x64 (#20190)Tom Tan2021-10-252-4/+6
* | | TST: xfail `test_overrides` when numpy is build with MKL supportBas van Beek2021-10-231-0/+4
|/ /
* | Merge pull request #20071 from alessiamarcolini/refactorCharles Harris2021-10-221-3/+10
|\ \
| * | MAINT: separate multiple imports in multiple linesAlessia Marcolini2021-10-081-2/+10
| * | MAINT: remove unused importsAlessia Marcolini2021-10-081-2/+1
* | | Merge pull request #20162 from matthew-brett/allow-gt-10-crt-verCharles Harris2021-10-221-6/+6
|\ \ \
| * | | Remove fix for odd MSVCRT version on Windows 3.7Matthew Brett2021-10-221-2/+0
| * | | Fix automatic detection for MSVCRT versionMatthew Brett2021-10-221-4/+6
* | | | [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-226-52/+96
|/ / /
* | | Patch to allow for 2 as a minor version (!)Matthew Brett2021-10-211-3/+2
| |/ |/|
* | Merge pull request #20059 from DimitriPapadopoulos/lgtm_recommendationsCharles Harris2021-10-101-1/+1
|\ \
| * | MAINT: LGTM.com recommendation: Unused importDimitri Papadopoulos2021-10-071-1/+1
| |/
* | Merge pull request #20057 from DimitriPapadopoulos/lgtm_warningsCharles Harris2021-10-101-4/+3
|\ \
| * | MAINT: Fix LGTM.com warning: File is not always closedDimitri Papadopoulos2021-10-061-4/+3
| |/
* | DOC: Remove references to Python 2Dimitri Papadopoulos2021-10-071-3/+0
|/
* MAINT: correct linker flags for NAG Fortran compiler (#20010)Dima Pasechnik2021-10-011-3/+9
* split the line to please the linterDima Pasechnik2021-09-281-1/+2
* fix spacingDima Pasechnik2021-09-281-0/+2
* ENH: nagfor - get_flags_linker_so() on darwinDima Pasechnik2021-09-281-6/+2