summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-283-5/+5
|\
| * MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-293-5/+5
* | BUG, BLD: Fix indentation bug in distutilsCharles Harris2023-04-171-1/+1
* | ENH: Raise C++ standard to C++17Sayed Adel2023-04-042-0/+2
* | BLD: update OpenBLAS to 0.3.21 and clean up openblas download test (#22525)Matti Picus2022-11-171-0/+7
|/
* DOC: remove reference to Python 2Dimitri Papadopoulos2022-10-181-3/+2
* Fix build_ext interaction with non numpy extensionsserge-sans-paille2022-01-281-2/+2
* BUG: distutils: fix building mixed C/Fortran extensionsRalf Gommers2022-01-241-7/+23
* TST: Add CPU dispatch/baseline tests for VSX4Rafael Cardoso Fernandes Sousa2022-01-171-2/+2
* Fix lint issuesPradipta Ghosh2021-12-141-1/+2
* Extending CPU feature detection framework to support IBM Z SIMDPradipta Ghosh2021-12-141-1/+1
* Allow clib callable build flagsMatthew Brett2021-10-231-3/+31
* [demo] how-to replacing numpy custom generation engine by raw C++serge-sans-paille2021-10-222-44/+62
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-1/+1
* BLD, BUG: Fix bdist_wheel duplicate buildingSayed Adel2021-05-052-10/+29
* BLD, BUG: Fix compiler optimization log AttributeErrorSayed Adel2021-05-042-8/+9
* ENH, SIMD: Add support for dispatching C++ sourcesSayed Adel2021-04-222-8/+48
* MAINT: Added Chain exceptions where appropriate (#18394)Abhay Raghuvanshi2021-03-181-3/+2
* MAINT: improve failure message when compiler is unavailablePearu Peterson2021-02-091-0/+2
* BUG: don't mutate list of fake libraries while iterating over it (#18295)Nicholas McKibben2021-02-041-2/+5
* BUG, BLD: Generate the main dispatcher config header into the build dirSayed Adel2021-01-032-11/+29
* MAINT: regex char class improveTyler Reddy2020-12-281-4/+4
* MAINT, TST: Serveral imporvments to _SIMD moduleSayed Adel2020-10-271-1/+1
* ENH: Expose the NumPy C SIMD vectorization interface "NPYV" to PythonSayed Adel2020-10-272-2/+18
* Merge pull request #17546 from seiko2plus/issue_17321Matti Picus2020-10-152-65/+61
|\
| * MAINT: Explicit disabling `CCompilerOpt` in F2PYSayed Adel2020-10-132-65/+61
* | BLD: add new check_compiler_gcc and check_gcc_version_at_least configureE. Madison Bray2020-10-132-8/+39
|/
* MAINT: Delete obsolete conversion to list (gh-17052)jakobjakobson132020-08-111-1/+1
* ENH: [3/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-153-5/+131
* BLD: Avoid "visibility attribute not supported" warning (gh-16288)E. M. Bray2020-05-201-1/+4
* BUG: relpath fails for different drives on windows (#16308)Matti Picus2020-05-201-1/+1
* ENH: Fix exception causes in build_ext.pykeremh2020-04-221-2/+2
* ENH: Fix exception causes in build_clib.pykeremh2020-04-211-2/+2
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-062-8/+9
* STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-3/+4
* Merge pull request #15248 from eric-wieser/avoid-exc_infoCharles Harris2020-01-051-5/+3
|\
| * MAINT: cleanup use of sys.exc_infoEric Wieser2020-01-051-5/+3
* | MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* | MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-0318-36/+0
|/
* BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-4/+4
* BUILD, DOC: fix 14518, add release notemattip2019-09-221-1/+1
* BUILD: add warn-error option to turn compiler warnings into errors (-Werror)mattip2019-09-203-3/+29
* MAINT: move the option to build_src, simplifies logicmattip2019-09-202-7/+6
* BUILD: add --debug-configure option to reduce output, use logger moremattip2019-09-202-9/+13
* Use *sys.version_info[:2]Hugo2019-08-262-2/+2
* BUG: Fix for Python 3.10Hugo2019-08-262-2/+2
* MAINT: Remove unnecessary backslashes when not needed.MSeifert042019-07-022-6/+6
* MAINT: Use textwrap.dedent for multiline stringsEric Wieser2019-06-122-136/+143
* BUG: setup.py install --skip-build failsmattip2019-05-261-0/+3
* BUG: Adding macro HAVE_ATTRIBUTE_TARGET_@ISA@_WITH_INTRINSICSRaghuveer Devulapalli2019-04-192-0/+26