summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* BUG: Ensure compile errors are raised correcltySebastian Berg2022-05-081-1/+2
* Introduce numpy.core.setup_common.NPY_CXX_FLAGSserge-sans-paille2022-05-041-0/+8
* BUG: use ThreadPoolExecutor instead of ThreadPoolGalaxySnail2022-03-021-4/+3
* Fix build_ext interaction with non numpy extensionsserge-sans-paille2022-01-281-2/+2
* BUG: distutils: fix building mixed C/Fortran extensionsRalf Gommers2022-01-261-7/+23
* Update armccompiler.pyThomas Green2021-12-291-3/+3
* Update __init__.pyThomas Green2021-12-291-2/+3
* Update armccompiler.pyThomas Green2021-12-291-7/+12
* Update system_info.pyThomas Green2021-12-291-6/+5
* Add armpl as blas/lapack providerThomas Green2021-12-291-3/+57
* Create arm.pyThomas Green2021-12-291-0/+73
* Update __init__.pyThomas Green2021-12-291-1/+1
* Update ccompiler.pyThomas Green2021-12-291-0/+3
* Create armccompiler.pyThomas Green2021-12-291-0/+23
* BUG: Support env argument in CCompiler.spawnIsuru Fernando2021-12-231-3/+5
* Merge pull request #20411 from charris/backport-20395Charles Harris2021-11-192-10/+19
|\
| * 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-181-1/+1
|/
* 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
* split the long lineDima Pasechnik2021-09-271-1/+2
* ENH: nagfor from NAG is available on DarwinDima Pasechnik2021-09-271-1/+1
* Merge pull request #19942 from DimitriPapadopoulos/lgtm_warning_unreachable_r...Charles Harris2021-09-241-1/+0
|\