| Commit message (Expand) | Author | Age | Files | Lines |
| * | BUG: fix logic error when nm fails on 32-bit | mattip | 2020-03-09 | 1 | -4/+7 |
| * | MAINT: use list-based APIs to call subprocesses (#15714) | Sebastian Berg | 2020-03-07 | 4 | -34/+79 |
| * | MAINT: add --std=c99 in setup.py, not distutils | mattip | 2020-01-05 | 2 | -29/+0 |
| * | Merge pull request #15221 from charris/backport-15194 | Charles Harris | 2020-01-01 | 2 | -1/+25 |
| |\ |
|
| | * | BUG: remove -std=c99 for c++ compilation (#15194) | Matti Picus | 2020-01-01 | 2 | -1/+25 |
| * | | BUG: distutils: fix msvc+gfortran openblas handling corner case | Pauli Virtanen | 2020-01-01 | 1 | -4/+5 |
| |/ |
|
| * | ENH: distutils: add support for ILP64 OpenBLAS (generic symbol suffix) | Pauli Virtanen | 2019-12-15 | 1 | -37/+126 |
| * | BUG: distutils: remove stray debug print | Pauli Virtanen | 2019-12-15 | 1 | -1/+0 |
| * | ENH: distutils: support 64-bit OpenBLAS with '64_' symbol suffix | Pauli Virtanen | 2019-11-29 | 1 | -26/+105 |
| * | MAINT: Added Python3.8 branch to dll lib discovery | Ilhan Polat | 2019-11-24 | 1 | -2/+5 |
| * | MAINT: fixes from review | mattip | 2019-10-26 | 1 | -1/+1 |
| * | BUILD: cache c-compiler for system_info stage | mattip | 2019-10-25 | 1 | -1/+10 |
| * | BUILD: add std=c99 flag for gcc, cleanup error reporting | mattip | 2019-10-25 | 1 | -0/+5 |
| * | BUILD: emit more helpful error messages when compiler is broken | mattip | 2019-10-25 | 1 | -1/+1 |
| * | Merge pull request #14634 from dstansby/extension-doc | Ralf Gommers | 2019-10-12 | 1 | -1/+17 |
| |\ |
|
| | * | Add Extension to docs | David Stansby | 2019-10-03 | 1 | -1/+17 |
| * | | BUILD: change to build_src --verbose-cfg, runtests.py --debug-info | mattip | 2019-10-03 | 1 | -4/+4 |
| |/ |
|
| * | Merge pull request #14573 from rgommers/remove-info-files | Matti Picus | 2019-09-25 | 3 | -14/+21 |
| |\ |
|
| | * | MAINT: remove outdated `numpy/distutils/__version__.py` file | Ralf Gommers | 2019-09-22 | 2 | -7/+0 |
| | * | DOC: add a numpy.distutils module docstring, remove info.py file | Ralf Gommers | 2019-09-22 | 2 | -7/+21 |
| * | | BUILD, DOC: fix 14518, add release note | mattip | 2019-09-22 | 1 | -1/+1 |
| |/ |
|
| * | BUILD: add warn-error option to turn compiler warnings into errors (-Werror) | mattip | 2019-09-20 | 3 | -3/+29 |
| * | MAINT: move the option to build_src, simplifies logic | mattip | 2019-09-20 | 2 | -7/+6 |
| * | BUG: fixes from review | mattip | 2019-09-20 | 1 | -2/+3 |
| * | BUILD: add --debug-configure option to reduce output, use logger more | mattip | 2019-09-20 | 6 | -22/+32 |
| * | DOC,BUG: remove section header, add redundant text to leave a blank line | mattip | 2019-09-16 | 1 | -2/+0 |
| * | ENH: Allow NPY_PKG_CONFIG_PATH environment variable override | Esben Haabendal | 2019-09-13 | 1 | -1/+51 |
| * | MAINT: distutils: Add newline at the end of printed warnings. | Warren Weckesser | 2019-09-11 | 1 | -1/+1 |
| * | Use *sys.version_info[:2] | Hugo | 2019-08-26 | 2 | -2/+2 |
| * | BUG: Fix for Python 3.10 | Hugo | 2019-08-26 | 2 | -2/+2 |
| * | BLD: MAINT: change default behavior of build flag appending. | Ralf Gommers | 2019-08-20 | 2 | -42/+4 |
| * | DOC: update or remove outdated sourceforge links | mattip | 2019-08-08 | 1 | -1/+1 |
| * | MAINT: Remove unreachable `break` from `get_cblas_libs` (#14022) | Disconnect3d | 2019-07-15 | 1 | -2/+0 |
| * | Fixing failure on Python 2.7 on Windows 7 | Oleksandr Pavlyk | 2019-07-09 | 1 | -1/+1 |
| * | MAINT: Remove unnecessary backslashes when not needed. | MSeifert04 | 2019-07-02 | 5 | -22/+22 |
| * | MAINT: fix 'in' -> 'is' typo | Thomas A Caswell | 2019-06-14 | 1 | -1/+1 |
| * | MAINT: Use textwrap.dedent for multiline strings | Eric Wieser | 2019-06-12 | 5 | -218/+230 |
| * | MAINT: Use a with statement instead of try / finally | Eric Wieser | 2019-06-04 | 1 | -20/+15 |
| * | MAINT: Misc. typo fixes (#13664) | luzpaz | 2019-05-31 | 1 | -2/+2 |
| * | BUG: setup.py install --skip-build fails | mattip | 2019-05-26 | 1 | -0/+3 |
| * | Merge pull request #13158 from zerothi/linalg-flame | Ralf Gommers | 2019-05-24 | 1 | -1/+93 |
| |\ |
|
| | * | MAINT: amended fixes suggested in #13158 | Nick Papior | 2019-05-23 | 1 | -3/+0 |
| | * | BLD: added libflame as a useable lapack library | Nick Papior | 2019-05-07 | 1 | -1/+96 |
| * | | BUG: distutils/system_info.py fix missing subprocess import (#13523) | denniszollo | 2019-05-19 | 1 | -2/+3 |
| * | | Merge pull request #13499 from Bharat123rox/file-closing | Eric Wieser | 2019-05-12 | 3 | -30/+32 |
| |\ \
| |/
|/| |
|
| | * | Revert contextlib changes | Bharat123rox | 2019-05-08 | 2 | -15/+8 |
| | * | Add missing imports | Bharat123rox | 2019-05-08 | 2 | -0/+3 |
| | * | Add code review suggestions from @eric-wieser | Bharat123rox | 2019-05-08 | 3 | -36/+38 |
| | * | Fixed possible regressions | Bharat123rox | 2019-05-08 | 2 | -0/+4 |
| | * | Use with statement to open/close files to fix LGTM alerts | Bharat123rox | 2019-05-07 | 3 | -58/+58 |