summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* MAINT: always use sys.base_prefix, never use sys.real_prefixDimitri Papadopoulos2022-10-131-4/+1
* DEV: supporting IBM i systemGavinZhang2022-08-143-3/+16
* remove unneeded future importsJake Bowhay2022-07-172-4/+0
* BUG: Use `Popen` to silently invoke f77 -vMichael Osthege2022-07-091-1/+7
* Fix lib flags for librandomMatthew Brett2022-06-291-0/+18
* Fix a potential variable misuse bugJingxuan He2022-06-151-1/+1
* BUG, SIMD: Fix detecting NEON/ASIMD on aarch64Sayed Adel2022-06-141-1/+1
* fix upSayed Adel2022-06-091-1/+1
* BLD, SIMD: Fix detecting armhfSayed Adel2022-06-091-21/+46
* BLD, SIMD: Hardened the Neon/ASIMD compile-time testsSayed Adel2022-06-097-26/+38
* shorten linei-shenl2022-06-081-2/+2
* Enable fortran preprocessing on Windowsi-shenl2022-06-081-1/+2
* MAINT: Python <3.8 related cleanupsBrigitta Sipőcz2022-05-231-6/+1
* MAINT: Python <3.7 related cleanupsBrigitta Sipőcz2022-05-231-2/+1
* Questionable removal of python <3.6 related thingsBrigitta Sipocz2022-05-171-3/+0
* Remove python <3.6 related thingsBrigitta Sipocz2022-05-171-4/+1
* Merge pull request #21452 from seberg/cleanup-test-outputMatti Picus2022-05-061-1/+3
|\
| * TST: Remove most prints from the test suit runSebastian Berg2022-05-051-1/+3
* | BUG: Ensure compile errors are raised correcltySebastian Berg2022-05-051-1/+2
|/
* Fix issue probably-meant-fstring found at https://codereview.doctorcode-review-doctor2022-04-231-1/+1
* Merge pull request #21306 from serge-sans-paille/feature/syndicate-cxxflagsMatti Picus2022-04-081-0/+8
|\
| * Introduce numpy.core.setup_common.NPY_CXX_FLAGSserge-sans-paille2022-04-081-0/+8
* | Add space after argument nameOscar Gustafsson2022-04-032-18/+18
|/
* Merge pull request #20991 from r-devulap/exp-log-svmlMatti Picus2022-03-231-1/+1
|\
| * BUILD: Disable MMX registers when building with -mavx512fRaghuveer Devulapalli2022-02-281-1/+1
* | road-to-cxx: x86-qsort.dispatch.c.src -> x86-qsort.dispatch.cppserge-sans-paille2022-02-211-0/+2
* | MAINT: point to html docs on distutils migration in deprecation messageRalf Gommers2022-02-181-1/+2
* | MAINT: fix failure due to importing warnings in `distutils/__init__.py`Ralf Gommers2022-02-161-0/+1
* | DEP: deprecate `numpy.distutils`, and add a migration guideRalf Gommers2022-02-151-0/+11
* | BUG: use ThreadPoolExecutor instead of ThreadPoolGalaxySnail2022-02-101-4/+3
|/
* DOC: improper doc syntax (markdown and imbalanced ticks). (#20944)Matthias Bussonnier2022-01-301-1/+1
* 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-172-7/+7
* STY: Fix linter issueRafael Cardoso Fernandes Sousa2022-01-141-1/+2
* ENH: Add CPU feature detection for VSX4 (Power10)Rafael Cardoso Fernandes Sousa2022-01-134-1/+42
* MAINT, DOC: fix new typos detected by codespellDimitri Papadopoulos2022-01-121-1/+1
* 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